@shell-shock/core 0.17.13 → 0.17.14

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/dist/api.d.cts CHANGED
@@ -1,4 +1,4 @@
1
1
  //#region src/api.d.ts
2
- declare const _default: (params: import("@powerlines/engine").ExecutionApiParams<import("powerlines").ExecutionOptions, "docs" | "types" | "prepare" | "create" | "clean" | "lint" | "test" | "build" | "deploy">) => Promise<void>;
2
+ declare const _default: (params: import("@powerlines/engine").ExecutionApiParams<import("powerlines").ExecutionOptions, "types" | "prepare" | "create" | "clean" | "lint" | "test" | "build" | "docs" | "deploy">) => Promise<void>;
3
3
  export = _default;
4
4
  //# sourceMappingURL=api.d.cts.map
package/dist/api.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region src/api.d.ts
2
- declare const _default: (params: import("@powerlines/engine").ExecutionApiParams<import("powerlines").ExecutionOptions, "docs" | "types" | "prepare" | "create" | "clean" | "lint" | "test" | "build" | "deploy">) => Promise<void>;
2
+ declare const _default: (params: import("@powerlines/engine").ExecutionApiParams<import("powerlines").ExecutionOptions, "types" | "prepare" | "create" | "clean" | "lint" | "test" | "build" | "docs" | "deploy">) => Promise<void>;
3
3
  //#endregion
4
4
  export { _default as default };
5
5
  //# sourceMappingURL=api.d.mts.map
package/dist/package.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region package.json
3
- var version = "0.17.12";
3
+ var version = "0.17.13";
4
4
 
5
5
  //#endregion
6
6
  Object.defineProperty(exports, 'version', {
package/dist/package.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "0.17.12";
2
+ var version = "0.17.13";
3
3
 
4
4
  //#endregion
5
5
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/core",
3
- "version": "0.17.13",
3
+ "version": "0.17.14",
4
4
  "private": false,
5
5
  "description": "A package containing the core Shell Shock functionality used to build and manage a command-line application.",
6
6
  "keywords": ["shell-shock", "powerlines", "storm-software"],
@@ -407,5 +407,5 @@
407
407
  "typescript": "^6.0.3"
408
408
  },
409
409
  "publishConfig": { "access": "public" },
410
- "gitHead": "5e6228dd92f825a7e19988626b7b24bd0be08518"
410
+ "gitHead": "484e42bc94f3641bd1c2fdfd8c13ad22898be16d"
411
411
  }