feat(ql3): define package secret approval plans

This commit is contained in:
whyour
2026-08-13 11:54:18 +08:00
parent 5e70b89f55
commit e43fd607aa
3 changed files with 489 additions and 0 deletions
+8
View File
@@ -89,6 +89,9 @@
"plugin-package-secret-binding-plan": [
"dist/plugin-package/secret-binding/plan.d.ts"
],
"plugin-package-secret-binding-approval-plan": [
"dist/plugin-package/secret-binding/approvalPlan.d.ts"
],
"secret-projection": [
"dist/secret/secretProjection.d.ts"
],
@@ -390,6 +393,11 @@
"require": "./dist/plugin-package/secret-binding/plan.js",
"default": "./dist/plugin-package/secret-binding/plan.js"
},
"./plugin-package-secret-binding-approval-plan": {
"types": "./dist/plugin-package/secret-binding/approvalPlan.d.ts",
"require": "./dist/plugin-package/secret-binding/approvalPlan.js",
"default": "./dist/plugin-package/secret-binding/approvalPlan.js"
},
"./secret-projection": {
"types": "./dist/secret/secretProjection.d.ts",
"require": "./dist/secret/secretProjection.js",