@catladder/cli 0.0.0-refactor-gcloud-api-3167c158 → 0.0.0-refactor-gcloud-api-27052869

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-3167c158" || 0;
40077
+ exports.PIPELINE_IMAGE_TAG = "refactor-gcloud-api-27052869" || 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-3167c158" || 0;
1118398
+ exports.PIPELINE_IMAGE_TAG = "refactor-gcloud-api-27052869" || 0;
1118399
1118399
  exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || 0;
1118400
1118400
 
1118401
1118401
  /***/ }),
@@ -1125075,7 +1125075,7 @@ module.exports = underscoreNodeF._;
1125075
1125075
  /***/ ((module) => {
1125076
1125076
 
1125077
1125077
  "use strict";
1125078
- module.exports = JSON.parse('{"name":"@catladder/cli","author":"Marco Wettstein <maw@panter.ch>","homepage":"https://git.panter.ch/catladder/catladder/#readme","bugs":"https://git.panter.ch/catladder/catladder/issues","license":"MIT","scripts":{"lint":"eslint \\"src/**/*.ts\\"","lint:fix":"eslint \\"src/**/*.ts\\" --fix","test":"yarn run lint","build":"yarn build:compile && yarn build:bundle","build:bundle":"./scripts/bundle","build:compile":"yarn tsc","build:watch":"yarn tsc -w"},"bin":{"catenv":"./bin/catenv","catladder":"./bin/catladder"},"dependencies":{"@google-cloud/artifact-registry":"^2.0.2","@google-cloud/resource-manager":"^4.1.3","@google-cloud/run":"^0.3.0","googleapis":"^110.0.0","ts-node":"^10.9.1"},"engines":{"node":">=12.0.0"},"devDependencies":{"@catladder/pipeline":"0.0.0","@kubernetes/client-node":"^0.16.2","@tsconfig/node14":"^1.0.1","@types/common-tags":"^1.8.0","@types/fs-extra":"^5.0.4","@types/js-yaml":"^4.0.5","@types/lodash":"^4.14.185","@types/memoizee":"^0.4.2","@types/node-fetch":"^2.1.4","@types/request":"^2.48.1","@types/tmp":"^0.2.3","@types/update-notifier":"^2.5.0","@types/vorpal":"^1.12.0","@types/websocket":"^0.0.40","@types/yargs":"^13.0.0","child-process-promise":"^2.2.1","clipboardy":"^2.0.0","command-exists-promise":"^2.0.2","common-tags":"^1.8.0","dayjs":"^1.10.4","eslint":"^8.7.0","fs-extra":"^7.0.1","gitlab":"^4.4.1","js-yaml":"^4.1.0","lodash":"^4.17.21","memoizee":"^0.4.14","node-fetch":"^2.3.0","open":"^8.4.0","prettier":"^2.5.1","tmp-promise":"^2.0.2","typescript":"^4.5.4","vorpal":"^1.12.0"},"version":"0.0.0"}');
1125078
+ module.exports = JSON.parse('{"name":"@catladder/cli","author":"Marco Wettstein <maw@panter.ch>","homepage":"https://git.panter.ch/catladder/catladder/#readme","bugs":"https://git.panter.ch/catladder/catladder/issues","license":"MIT","scripts":{"lint":"eslint \\"src/**/*.ts\\"","lint:fix":"eslint \\"src/**/*.ts\\" --fix","test":"yarn run lint","build":"yarn build:compile && yarn build:bundle","build:bundle":"./scripts/bundle","build:compile":"yarn tsc","build:watch":"yarn tsc -w"},"bin":{"catenv":"./bin/catenv","catladder":"./bin/catladder"},"dependencies":{"ts-node":"^10.9.1"},"engines":{"node":">=12.0.0"},"devDependencies":{"@catladder/pipeline":"0.0.0","@google-cloud/artifact-registry":"^2.0.2","@google-cloud/resource-manager":"^4.1.3","@google-cloud/run":"^0.3.0","@kubernetes/client-node":"^0.16.2","@tsconfig/node14":"^1.0.1","@types/common-tags":"^1.8.0","@types/fs-extra":"^5.0.4","@types/js-yaml":"^4.0.5","@types/lodash":"^4.14.185","@types/memoizee":"^0.4.2","@types/node-fetch":"^2.1.4","@types/request":"^2.48.1","@types/tmp":"^0.2.3","@types/update-notifier":"^2.5.0","@types/vorpal":"^1.12.0","@types/websocket":"^0.0.40","@types/yargs":"^13.0.0","child-process-promise":"^2.2.1","clipboardy":"^2.0.0","command-exists-promise":"^2.0.2","common-tags":"^1.8.0","dayjs":"^1.10.4","eslint":"^8.7.0","fs-extra":"^7.0.1","gitlab":"^4.4.1","googleapis":"^110.0.0","js-yaml":"^4.1.0","lodash":"^4.17.21","memoizee":"^0.4.14","node-fetch":"^2.3.0","open":"^8.4.0","prettier":"^2.5.1","tmp-promise":"^2.0.2","typescript":"^4.5.4","vorpal":"^1.12.0"},"version":"0.0.0"}');
1125079
1125079
 
1125080
1125080
  /***/ }),
1125081
1125081
 
package/package.json CHANGED
@@ -18,17 +18,16 @@
18
18
  "catladder": "./bin/catladder"
19
19
  },
20
20
  "dependencies": {
21
- "@google-cloud/artifact-registry": "^2.0.2",
22
- "@google-cloud/resource-manager": "^4.1.3",
23
- "@google-cloud/run": "^0.3.0",
24
- "googleapis": "^110.0.0",
25
21
  "ts-node": "^10.9.1"
26
22
  },
27
23
  "engines": {
28
24
  "node": ">=12.0.0"
29
25
  },
30
26
  "devDependencies": {
31
- "@catladder/pipeline": "0.0.0-refactor-gcloud-api-3167c158",
27
+ "@catladder/pipeline": "0.0.0-refactor-gcloud-api-27052869",
28
+ "@google-cloud/artifact-registry": "^2.0.2",
29
+ "@google-cloud/resource-manager": "^4.1.3",
30
+ "@google-cloud/run": "^0.3.0",
32
31
  "@kubernetes/client-node": "^0.16.2",
33
32
  "@tsconfig/node14": "^1.0.1",
34
33
  "@types/common-tags": "^1.8.0",
@@ -51,6 +50,7 @@
51
50
  "eslint": "^8.7.0",
52
51
  "fs-extra": "^7.0.1",
53
52
  "gitlab": "^4.4.1",
53
+ "googleapis": "^110.0.0",
54
54
  "js-yaml": "^4.1.0",
55
55
  "lodash": "^4.17.21",
56
56
  "memoizee": "^0.4.14",
@@ -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-3167c158",
64
+ "version": "0.0.0-refactor-gcloud-api-27052869",
65
65
  "stableVersion": "0.0.0"
66
66
  }