@catladder/cli 1.139.3 → 1.139.5

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.
package/package.json CHANGED
@@ -52,7 +52,7 @@
52
52
  }
53
53
  ],
54
54
  "license": "MIT",
55
- "version": "1.139.3",
55
+ "version": "1.139.5",
56
56
  "scripts": {
57
57
  "lint": "eslint \"src/**/*.ts\"",
58
58
  "lint:fix": "eslint \"src/**/*.ts\" --fix",
@@ -74,7 +74,7 @@
74
74
  "ts-node": "^10.9.1"
75
75
  },
76
76
  "devDependencies": {
77
- "@catladder/pipeline": "1.139.3",
77
+ "@catladder/pipeline": "1.139.5",
78
78
  "@gitbeaker/rest": "^39.28.0",
79
79
  "@kubernetes/client-node": "^0.16.2",
80
80
  "@tsconfig/node14": "^1.0.1",
@@ -24,7 +24,7 @@ export const setupCloudRun = async (
24
24
 
25
25
  // enable services
26
26
 
27
- instance.log("enable required servies...");
27
+ instance.log("enable required services...");
28
28
  await enableGCloudServices(
29
29
  [
30
30
  "run.googleapis.com",