@shell-shock/core 0.17.20 → 0.17.22
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/README.md +16 -7
- package/dist/api.d.cts +1 -1
- package/dist/api.d.mts +1 -1
- package/dist/components/exec-builtin.cjs +1 -1
- package/dist/components/state-builtin.cjs +1 -1
- package/dist/components/utils-builtin.cjs +1 -1
- package/dist/package.cjs +1 -1
- package/dist/package.mjs +1 -1
- package/dist/plugin.cjs +3 -3
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
<div align="center">
|
|
7
7
|
<picture>
|
|
8
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/shell-shock/banner-1280x640-dark.gif">
|
|
9
|
-
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/shell-shock/banner-1280x640-light.gif">
|
|
10
|
-
<img src="https://public.storm-cdn.com/shell-shock/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
|
|
8
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-dark.gif">
|
|
9
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-light.gif">
|
|
10
|
+
<img src="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
|
|
11
11
|
</picture>
|
|
12
12
|
</div>
|
|
13
13
|
<br />
|
|
@@ -213,9 +213,9 @@ specification. Contributions of any kind welcome!
|
|
|
213
213
|
|
|
214
214
|
<div align="center">
|
|
215
215
|
<picture>
|
|
216
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
|
|
217
|
-
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
|
|
218
|
-
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
|
|
216
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
|
|
217
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
|
|
218
|
+
<img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
|
|
219
219
|
</picture>
|
|
220
220
|
</div>
|
|
221
221
|
<br />
|
|
@@ -247,8 +247,17 @@ generation of development tools, please reach out on our
|
|
|
247
247
|
|
|
248
248
|
<br />
|
|
249
249
|
|
|
250
|
-
<div align="center"
|
|
250
|
+
<div align="center">
|
|
251
|
+
<a href="https://stormsoftware.com" target="_blank">
|
|
252
|
+
<picture>
|
|
253
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp">
|
|
254
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp">
|
|
255
|
+
<img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" />
|
|
256
|
+
</picture>
|
|
257
|
+
</a>
|
|
258
|
+
</div>
|
|
251
259
|
<br />
|
|
260
|
+
|
|
252
261
|
<div align="center"><a href="https://stormsoftware.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/misc/text/visit-us-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/misc/text/visit-us-light.png"><img src="https://public.storm-cdn.com/misc/text/visit-us-dark.png" height="90px" alt="Visit us at stormsoftware.com" /></picture></a></div>
|
|
253
262
|
|
|
254
263
|
<br />
|
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, "types" | "
|
|
2
|
+
declare const _default: (params: import("@powerlines/engine").ExecutionApiParams<import("powerlines").ExecutionOptions, "types" | "docs" | "create" | "clean" | "prepare" | "lint" | "test" | "build" | "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, "types" | "
|
|
2
|
+
declare const _default: (params: import("@powerlines/engine").ExecutionApiParams<import("powerlines").ExecutionOptions, "types" | "docs" | "create" | "clean" | "prepare" | "lint" | "test" | "build" | "deploy">) => Promise<void>;
|
|
3
3
|
//#endregion
|
|
4
4
|
export { _default as default };
|
|
5
5
|
//# sourceMappingURL=api.d.mts.map
|
|
@@ -3,7 +3,7 @@ const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
|
|
|
3
3
|
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
4
4
|
let _alloy_js_core = require("@alloy-js/core");
|
|
5
5
|
let defu = require("defu");
|
|
6
|
-
defu = require_runtime.__toESM(defu);
|
|
6
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
7
7
|
let _powerlines_plugin_alloy_core_components_spacing = require("@powerlines/plugin-alloy/core/components/spacing");
|
|
8
8
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
9
9
|
let _powerlines_plugin_alloy_typescript_components_builtin_file = require("@powerlines/plugin-alloy/typescript/components/builtin-file");
|
|
@@ -7,7 +7,7 @@ const require_components_options_parser_logic = require('./options-parser-logic.
|
|
|
7
7
|
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
8
8
|
let _alloy_js_core = require("@alloy-js/core");
|
|
9
9
|
let defu = require("defu");
|
|
10
|
-
defu = require_runtime.__toESM(defu);
|
|
10
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
11
11
|
let _powerlines_plugin_alloy_core_components_spacing = require("@powerlines/plugin-alloy/core/components/spacing");
|
|
12
12
|
let _powerlines_plugin_alloy_core_contexts_context = require("@powerlines/plugin-alloy/core/contexts/context");
|
|
13
13
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
@@ -3,7 +3,7 @@ const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
|
|
|
3
3
|
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
4
4
|
let _alloy_js_core = require("@alloy-js/core");
|
|
5
5
|
let defu = require("defu");
|
|
6
|
-
defu = require_runtime.__toESM(defu);
|
|
6
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
7
7
|
let _powerlines_plugin_alloy_core_components_spacing = require("@powerlines/plugin-alloy/core/components/spacing");
|
|
8
8
|
let _powerlines_plugin_alloy_core_contexts_context = require("@powerlines/plugin-alloy/core/contexts/context");
|
|
9
9
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
package/dist/package.cjs
CHANGED
package/dist/package.mjs
CHANGED
package/dist/plugin.cjs
CHANGED
|
@@ -19,12 +19,12 @@ let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
|
19
19
|
let _alloy_js_core = require("@alloy-js/core");
|
|
20
20
|
let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
|
|
21
21
|
let _powerlines_plugin_automd = require("@powerlines/plugin-automd");
|
|
22
|
-
_powerlines_plugin_automd = require_runtime.__toESM(_powerlines_plugin_automd);
|
|
22
|
+
_powerlines_plugin_automd = require_runtime.__toESM(_powerlines_plugin_automd, 1);
|
|
23
23
|
let _powerlines_plugin_env_helpers_schema = require("@powerlines/plugin-env/helpers/schema");
|
|
24
24
|
let _powerlines_plugin_nodejs = require("@powerlines/plugin-nodejs");
|
|
25
|
-
_powerlines_plugin_nodejs = require_runtime.__toESM(_powerlines_plugin_nodejs);
|
|
25
|
+
_powerlines_plugin_nodejs = require_runtime.__toESM(_powerlines_plugin_nodejs, 1);
|
|
26
26
|
let _powerlines_plugin_tsdown = require("@powerlines/plugin-tsdown");
|
|
27
|
-
_powerlines_plugin_tsdown = require_runtime.__toESM(_powerlines_plugin_tsdown);
|
|
27
|
+
_powerlines_plugin_tsdown = require_runtime.__toESM(_powerlines_plugin_tsdown, 1);
|
|
28
28
|
let _powerlines_schema = require("@powerlines/schema");
|
|
29
29
|
let _stryke_convert_to_array = require("@stryke/convert/to-array");
|
|
30
30
|
let _stryke_fs_chmod_x = require("@stryke/fs/chmod-x");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/core",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.22",
|
|
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"],
|
|
@@ -364,15 +364,15 @@
|
|
|
364
364
|
"@alloy-js/core": "^0.23.1",
|
|
365
365
|
"@alloy-js/markdown": "^0.23.0",
|
|
366
366
|
"@alloy-js/typescript": "^0.23.0",
|
|
367
|
-
"@powerlines/core": "^0.48.
|
|
368
|
-
"@powerlines/deepkit": "^0.9.
|
|
369
|
-
"@powerlines/engine": "^0.49.
|
|
370
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
371
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
372
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
373
|
-
"@powerlines/plugin-nodejs": "^0.1.
|
|
374
|
-
"@powerlines/plugin-tsdown": "^0.1.
|
|
375
|
-
"@powerlines/schema": "^0.11.
|
|
367
|
+
"@powerlines/core": "^0.48.59",
|
|
368
|
+
"@powerlines/deepkit": "^0.9.91",
|
|
369
|
+
"@powerlines/engine": "^0.49.61",
|
|
370
|
+
"@powerlines/plugin-alloy": "^0.26.230",
|
|
371
|
+
"@powerlines/plugin-automd": "^0.1.598",
|
|
372
|
+
"@powerlines/plugin-deepkit": "^0.11.480",
|
|
373
|
+
"@powerlines/plugin-nodejs": "^0.1.542",
|
|
374
|
+
"@powerlines/plugin-tsdown": "^0.1.538",
|
|
375
|
+
"@powerlines/schema": "^0.11.119",
|
|
376
376
|
"@stryke/cli": "^0.13.57",
|
|
377
377
|
"@stryke/convert": "^0.7.15",
|
|
378
378
|
"@stryke/fs": "^0.33.85",
|
|
@@ -384,14 +384,14 @@
|
|
|
384
384
|
"@stryke/types": "^0.12.12",
|
|
385
385
|
"automd": "^0.4.3",
|
|
386
386
|
"defu": "^6.1.7",
|
|
387
|
-
"powerlines": "^0.47.
|
|
387
|
+
"powerlines": "^0.47.137",
|
|
388
388
|
"tsdown": "^0.22.2"
|
|
389
389
|
},
|
|
390
390
|
"devDependencies": {
|
|
391
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
392
|
-
"@types/node": "^25.9.
|
|
391
|
+
"@powerlines/plugin-plugin": "^0.12.549",
|
|
392
|
+
"@types/node": "^25.9.3",
|
|
393
393
|
"typescript": "^6.0.3"
|
|
394
394
|
},
|
|
395
395
|
"publishConfig": { "access": "public" },
|
|
396
|
-
"gitHead": "
|
|
396
|
+
"gitHead": "a6c69ec8211e244444893231fe37d7cfbe518fb1"
|
|
397
397
|
}
|