mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
feat(ql3): add opaque cluster environment bundle delivery
This commit is contained in:
@@ -110,6 +110,9 @@
|
||||
"secret-projection": [
|
||||
"dist/secret/secretProjection.d.ts"
|
||||
],
|
||||
"environment-bundle": [
|
||||
"dist/secret/environmentBundle.d.ts"
|
||||
],
|
||||
"plugin-package-task-reconciliation": [
|
||||
"dist/plugin-package/pluginPackageTaskReconciliation.d.ts"
|
||||
],
|
||||
@@ -470,6 +473,11 @@
|
||||
"require": "./dist/secret/secretProjection.js",
|
||||
"default": "./dist/secret/secretProjection.js"
|
||||
},
|
||||
"./environment-bundle": {
|
||||
"types": "./dist/secret/environmentBundle.d.ts",
|
||||
"require": "./dist/secret/environmentBundle.js",
|
||||
"default": "./dist/secret/environmentBundle.js"
|
||||
},
|
||||
"./plugin-package-task-reconciliation": {
|
||||
"types": "./dist/plugin-package/pluginPackageTaskReconciliation.d.ts",
|
||||
"require": "./dist/plugin-package/pluginPackageTaskReconciliation.js",
|
||||
|
||||
Reference in New Issue
Block a user