@catladder/cli 0.0.0-refactor-args-e8c6d0db → 0.0.0-refactor-args-72534da4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -40074,7 +40074,7 @@ exports.readConfigSync = readConfigSync;
|
|
|
40074
40074
|
|
|
40075
40075
|
exports.__esModule = true;
|
|
40076
40076
|
exports.DOCKER_REGISTRY = exports.PIPELINE_IMAGE_TAG = void 0;
|
|
40077
|
-
exports.PIPELINE_IMAGE_TAG = "refactor-args-
|
|
40077
|
+
exports.PIPELINE_IMAGE_TAG = "refactor-args-72534da4" || 0;
|
|
40078
40078
|
exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || 0;
|
|
40079
40079
|
|
|
40080
40080
|
/***/ }),
|
|
@@ -351199,7 +351199,7 @@ exports.readConfigSync = readConfigSync;
|
|
|
351199
351199
|
|
|
351200
351200
|
exports.__esModule = true;
|
|
351201
351201
|
exports.DOCKER_REGISTRY = exports.PIPELINE_IMAGE_TAG = void 0;
|
|
351202
|
-
exports.PIPELINE_IMAGE_TAG = "refactor-args-
|
|
351202
|
+
exports.PIPELINE_IMAGE_TAG = "refactor-args-72534da4" || 0;
|
|
351203
351203
|
exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || 0;
|
|
351204
351204
|
|
|
351205
351205
|
/***/ }),
|
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"node": ">=12.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@catladder/pipeline": "0.0.0-refactor-args-
|
|
27
|
+
"@catladder/pipeline": "0.0.0-refactor-args-72534da4",
|
|
28
28
|
"@kubernetes/client-node": "^0.16.2",
|
|
29
29
|
"@tsconfig/node14": "^1.0.1",
|
|
30
30
|
"@types/common-tags": "^1.8.0",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"typescript": "^4.5.4",
|
|
58
58
|
"vorpal": "^1.12.0"
|
|
59
59
|
},
|
|
60
|
-
"version": "0.0.0-refactor-args-
|
|
60
|
+
"version": "0.0.0-refactor-args-72534da4",
|
|
61
61
|
"stableVersion": "0.0.0"
|
|
62
62
|
}
|