fix: secure inventory workflow for lifecycle candidate
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"start": "node bootstrap.js",
|
||||
"start:stable": "node start-stable.js",
|
||||
"test:stable": "node --test test/start-stable.test.cjs",
|
||||
"start:local": "cross-env NODE_ENV=local SAAS_RUNTIME_BOOTSTRAP_LOCAL_FALLBACK_ENABLED=true node bootstrap.js"
|
||||
"start:local": "cross-env NODE_ENV=local SAAS_RUNTIME_BOOTSTRAP_LOCAL_FALLBACK_ENABLED=true node bootstrap.js",
|
||||
"verify:packages": "node scripts/verify-local-packages.cjs"
|
||||
},
|
||||
"coolSaas": {
|
||||
"lifecycle": {
|
||||
@@ -23,8 +24,8 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@cool-midway/module-runtime": "9.0.2",
|
||||
"@cool-midway/rpc": "9.0.2",
|
||||
"@cool-midway/module-runtime": "9.0.3",
|
||||
"@cool-midway/rpc": "9.0.3",
|
||||
"@midwayjs/bootstrap": "^3.20.3",
|
||||
"@midwayjs/core": "^3.20.3",
|
||||
"@midwayjs/koa": "^3.20.3",
|
||||
@@ -35,7 +36,7 @@
|
||||
"typeorm": "npm:@cool-midway/typeorm@0.3.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cool-midway/core": "8.0.11",
|
||||
"@cool-midway/core": "8.0.12",
|
||||
"@types/node": "22.10.7",
|
||||
"cross-env": "^7.0.3",
|
||||
"mwtsc": "^1.16.0",
|
||||
|
||||
Reference in New Issue
Block a user