diff --git a/package.json b/package.json index a30dbc88..5f84f1dc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "afterpublishOnly": "time /t >build.trigger && git add ./build.trigger && git commit -m \"build: trigger build image\" && TIMEOUT /T 10 && git push", "prepublishOnly1": "npm run check && lerna run build ", "prepublishOnly2": "npm run check && npm run before-build && lerna run build ", - "before-build": "cd ./packages/pro/plus && time /t >build.md && git add ./build.md && git commit -m \"build: prepare to build\"", + "before-build": "cd ./packages/pro/c && time /t >build.md && git add ./build.md && git commit -m \"build: prepare to build\"", "deploy1": "node --experimental-json-modules deploy.js ", "check": "node --experimental-json-modules publish-check.js", "init": "lerna run build" diff --git a/packages/core/acme-client/package.json b/packages/core/acme-client/package.json index 9a83c14a..0549edf5 100644 --- a/packages/core/acme-client/package.json +++ b/packages/core/acme-client/package.json @@ -59,5 +59,5 @@ "bugs": { "url": "https://github.com/publishlab/node-acme-client/issues" }, - "gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b" + "gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393" } diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index 527efc1a..545fd679 100644 --- a/packages/core/pipeline/package.json +++ b/packages/core/pipeline/package.json @@ -14,7 +14,7 @@ "test": "mocha --loader=ts-node/esm" }, "dependencies": { - "@certd/plus": "^1.25.1", + "@certd/plus-core": "^1.25.4", "axios": "^1.7.2", "fix-path": "^4.0.0", "http-proxy-agent": "^7.0.2", @@ -60,5 +60,5 @@ "vite": "^4.3.8", "vue-tsc": "^1.6.5" }, - "gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b" + "gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393" } diff --git a/packages/core/pipeline/src/core/license.ts b/packages/core/pipeline/src/core/license.ts index 01bef9a3..eb923ed8 100644 --- a/packages/core/pipeline/src/core/license.ts +++ b/packages/core/pipeline/src/core/license.ts @@ -1,7 +1,7 @@ import { logger } from "../utils/index.js"; -import { setLogger, isPlus } from "@certd/plus"; +import { setLogger, isPlus } from "@certd/plus-core"; setLogger(logger); -export * from "@certd/plus"; +export * from "@certd/plus-core"; export function checkPlus() { if (!isPlus()) { diff --git a/packages/libs/lib-iframe/package.json b/packages/libs/lib-iframe/package.json index 5e3b7bd8..8a12d69f 100644 --- a/packages/libs/lib-iframe/package.json +++ b/packages/libs/lib-iframe/package.json @@ -36,5 +36,5 @@ "tslib": "^2.5.2", "typescript": "^4.8.4" }, - "gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b" + "gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393" } diff --git a/packages/libs/lib-jdcloud/package.json b/packages/libs/lib-jdcloud/package.json index d601f1f0..4d59a9f7 100644 --- a/packages/libs/lib-jdcloud/package.json +++ b/packages/libs/lib-jdcloud/package.json @@ -24,5 +24,5 @@ "url": "^0.11.0", "uuid": "^3.1.0" }, - "gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b" + "gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393" } diff --git a/packages/libs/lib-k8s/package.json b/packages/libs/lib-k8s/package.json index c8cc54f9..9cfe9862 100644 --- a/packages/libs/lib-k8s/package.json +++ b/packages/libs/lib-k8s/package.json @@ -37,5 +37,5 @@ "tslib": "^2.5.2", "typescript": "^4.8.4" }, - "gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b" + "gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393" } diff --git a/packages/libs/midway-flyway-js/package.json b/packages/libs/midway-flyway-js/package.json index 9966c06d..f1efe87b 100644 --- a/packages/libs/midway-flyway-js/package.json +++ b/packages/libs/midway-flyway-js/package.json @@ -53,5 +53,5 @@ "typeorm": "^0.3.11", "typescript": "~5.1.0" }, - "gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b" + "gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393" } diff --git a/packages/plugins/plugin-cert/package.json b/packages/plugins/plugin-cert/package.json index 1d7d4119..7b71c328 100644 --- a/packages/plugins/plugin-cert/package.json +++ b/packages/plugins/plugin-cert/package.json @@ -53,5 +53,5 @@ "vite": "^3.1.0", "vue-tsc": "^0.38.9" }, - "gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b" + "gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393" }