@catladder/cli 0.0.0-update-node-b0c7282d → 0.0.0-update-node-630eaf1c
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.
|
@@ -40925,7 +40925,7 @@ exports.readConfigSync = readConfigSync;
|
|
|
40925
40925
|
|
|
40926
40926
|
exports.__esModule = true;
|
|
40927
40927
|
exports.DOCKER_REGISTRY = exports.PIPELINE_IMAGE_TAG = void 0;
|
|
40928
|
-
exports.PIPELINE_IMAGE_TAG = "update-node-
|
|
40928
|
+
exports.PIPELINE_IMAGE_TAG = "update-node-630eaf1c" || 0;
|
|
40929
40929
|
exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || 0;
|
|
40930
40930
|
|
|
40931
40931
|
/***/ }),
|
|
@@ -355464,7 +355464,7 @@ exports.readConfigSync = readConfigSync;
|
|
|
355464
355464
|
|
|
355465
355465
|
exports.__esModule = true;
|
|
355466
355466
|
exports.DOCKER_REGISTRY = exports.PIPELINE_IMAGE_TAG = void 0;
|
|
355467
|
-
exports.PIPELINE_IMAGE_TAG = "update-node-
|
|
355467
|
+
exports.PIPELINE_IMAGE_TAG = "update-node-630eaf1c" || 0;
|
|
355468
355468
|
exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || 0;
|
|
355469
355469
|
|
|
355470
355470
|
/***/ }),
|
package/package.json
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"license": "MIT",
|
|
55
|
-
"version": "0.0.0-update-node-
|
|
55
|
+
"version": "0.0.0-update-node-630eaf1c",
|
|
56
56
|
"scripts": {
|
|
57
57
|
"lint": "eslint \"src/**/*.ts\"",
|
|
58
58
|
"lint:fix": "eslint \"src/**/*.ts\" --fix",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"node": ">=12.0.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@catladder/pipeline": "0.0.0-update-node-
|
|
76
|
+
"@catladder/pipeline": "0.0.0-update-node-630eaf1c",
|
|
77
77
|
"@kubernetes/client-node": "^0.16.2",
|
|
78
78
|
"@tsconfig/node14": "^1.0.1",
|
|
79
79
|
"@types/common-tags": "^1.8.0",
|