@catladder/cli 0.0.0-refactor-gcloud-api-3167c158 → 0.0.0-refactor-gcloud-api-6e4348f1
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-gcloud-api-
|
|
40077
|
+
exports.PIPELINE_IMAGE_TAG = "refactor-gcloud-api-6e4348f1" || 0;
|
|
40078
40078
|
exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || 0;
|
|
40079
40079
|
|
|
40080
40080
|
/***/ }),
|
|
@@ -1118395,7 +1118395,7 @@ exports.readConfigSync = readConfigSync;
|
|
|
1118395
1118395
|
|
|
1118396
1118396
|
exports.__esModule = true;
|
|
1118397
1118397
|
exports.DOCKER_REGISTRY = exports.PIPELINE_IMAGE_TAG = void 0;
|
|
1118398
|
-
exports.PIPELINE_IMAGE_TAG = "refactor-gcloud-api-
|
|
1118398
|
+
exports.PIPELINE_IMAGE_TAG = "refactor-gcloud-api-6e4348f1" || 0;
|
|
1118399
1118399
|
exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || 0;
|
|
1118400
1118400
|
|
|
1118401
1118401
|
/***/ }),
|
package/package.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"node": ">=12.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@catladder/pipeline": "0.0.0-refactor-gcloud-api-
|
|
31
|
+
"@catladder/pipeline": "0.0.0-refactor-gcloud-api-6e4348f1",
|
|
32
32
|
"@kubernetes/client-node": "^0.16.2",
|
|
33
33
|
"@tsconfig/node14": "^1.0.1",
|
|
34
34
|
"@types/common-tags": "^1.8.0",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"typescript": "^4.5.4",
|
|
62
62
|
"vorpal": "^1.12.0"
|
|
63
63
|
},
|
|
64
|
-
"version": "0.0.0-refactor-gcloud-api-
|
|
64
|
+
"version": "0.0.0-refactor-gcloud-api-6e4348f1",
|
|
65
65
|
"stableVersion": "0.0.0"
|
|
66
66
|
}
|