feat(registry): add fail-closed runtime lookup

This commit is contained in:
chick
2026-07-17 01:34:13 +08:00
parent 7b91dbbad1
commit 243565a75e
4 changed files with 244 additions and 1 deletions
+8 -1
View File
@@ -2,5 +2,12 @@
"name": "@multi-simadmin/operation-registry",
"version": "0.0.0",
"private": true,
"type": "module"
"type": "module",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
}
},
"types": "./src/index.ts"
}