@sprucelabs/spruce-deploy-plugin 60.1.270 → 60.1.272

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.
@@ -18,8 +18,8 @@ export class DeployFeature {
18
18
  this.bootHandler = cb;
19
19
  }
20
20
  execute() {
21
- var _a;
22
21
  return __awaiter(this, void 0, void 0, function* () {
22
+ var _a;
23
23
  yield ((_a = this.bootHandler) === null || _a === void 0 ? void 0 : _a.call(this));
24
24
  });
25
25
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "60.1.270",
6
+ "version": "60.1.272",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "!build/__tests__",
@@ -63,19 +63,19 @@
63
63
  "lint.tsc": "tsc -p . --noEmit"
64
64
  },
65
65
  "dependencies": {
66
- "@sprucelabs/error": "^5.1.65",
67
- "@sprucelabs/schema": "^29.4.10",
68
- "@sprucelabs/spruce-skill-booter": "^60.1.270",
69
- "@sprucelabs/spruce-skill-utils": "^30.3.1",
66
+ "@sprucelabs/error": "^5.1.66",
67
+ "@sprucelabs/schema": "^29.4.12",
68
+ "@sprucelabs/spruce-skill-booter": "^60.1.272",
69
+ "@sprucelabs/spruce-skill-utils": "^30.3.3",
70
70
  "heroku-client": "^3.1.0"
71
71
  },
72
72
  "devDependencies": {
73
- "@sprucelabs/esm-postbuild": "^5.0.161",
74
- "@sprucelabs/jest-json-reporter": "^7.0.173",
75
- "@sprucelabs/resolve-path-aliases": "^1.1.283",
73
+ "@sprucelabs/esm-postbuild": "^5.0.163",
74
+ "@sprucelabs/jest-json-reporter": "^7.0.175",
75
+ "@sprucelabs/resolve-path-aliases": "^1.1.284",
76
76
  "@sprucelabs/semantic-release": "^4.0.8",
77
- "@sprucelabs/test": "^8.0.41",
78
- "@sprucelabs/test-utils": "^4.0.108",
77
+ "@sprucelabs/test": "^8.0.42",
78
+ "@sprucelabs/test-utils": "^4.0.110",
79
79
  "chokidar-cli": "^3.0.0",
80
80
  "concurrently": "^8.2.2",
81
81
  "eslint": "^8.57.0",
@@ -86,7 +86,7 @@
86
86
  "ts-node": "^10.9.2",
87
87
  "tsc-watch": "^6.0.4",
88
88
  "tsconfig-paths": "^4.2.0",
89
- "typescript": "^5.3.3"
89
+ "typescript": "^5.4.2"
90
90
  },
91
91
  "jest": {
92
92
  "maxWorkers": 2,
@@ -105,5 +105,5 @@
105
105
  "^#spruce/(.*)$": "<rootDir>/build/.spruce/$1"
106
106
  }
107
107
  },
108
- "gitHead": "7b135d4bb9dbfc9881e5c459a70effdbc94cad5a"
108
+ "gitHead": "03ea050d976fb41307cecc4581fd9aca968fd40f"
109
109
  }