@shell-shock/preset-script 0.6.75 → 0.6.77
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
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 />
|
|
@@ -14,7 +14,7 @@ let _stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
|
|
|
14
14
|
let _stryke_path_replace = require("@stryke/path/replace");
|
|
15
15
|
let _stryke_string_format_pascal_case = require("@stryke/string-format/pascal-case");
|
|
16
16
|
let defu = require("defu");
|
|
17
|
-
defu = require_runtime.__toESM(defu);
|
|
17
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
18
18
|
|
|
19
19
|
//#region src/components/bin-entry.tsx
|
|
20
20
|
/**
|
|
@@ -12,7 +12,7 @@ let _shell_shock_core_plugin_utils = require("@shell-shock/core/plugin-utils");
|
|
|
12
12
|
let _stryke_path_replace = require("@stryke/path/replace");
|
|
13
13
|
let _stryke_string_format_pascal_case = require("@stryke/string-format/pascal-case");
|
|
14
14
|
let defu = require("defu");
|
|
15
|
-
defu = require_runtime.__toESM(defu);
|
|
15
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
16
16
|
let _shell_shock_core_components_command_validation_logic = require("@shell-shock/core/components/command-validation-logic");
|
|
17
17
|
let _shell_shock_core_components_helpers = require("@shell-shock/core/components/helpers");
|
|
18
18
|
let _shell_shock_core_components_options_parser_logic = require("@shell-shock/core/components/options-parser-logic");
|
|
@@ -11,7 +11,7 @@ let _powerlines_plugin_alloy_typescript_components_tsdoc = require("@powerlines/
|
|
|
11
11
|
let _shell_shock_core_plugin_utils = require("@shell-shock/core/plugin-utils");
|
|
12
12
|
let _stryke_string_format_pascal_case = require("@stryke/string-format/pascal-case");
|
|
13
13
|
let defu = require("defu");
|
|
14
|
-
defu = require_runtime.__toESM(defu);
|
|
14
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
15
15
|
let _stryke_path_join = require("@stryke/path/join");
|
|
16
16
|
let _stryke_string_format_constant_case = require("@stryke/string-format/constant-case");
|
|
17
17
|
let _powerlines_plugin_alloy_typescript_components_typescript_file = require("@powerlines/plugin-alloy/typescript/components/typescript-file");
|
package/dist/index.cjs
CHANGED
|
@@ -11,11 +11,11 @@ let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
|
11
11
|
let _powerlines_plugin_alloy_core_components = require("@powerlines/plugin-alloy/core/components");
|
|
12
12
|
let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
|
|
13
13
|
let _shell_shock_plugin_banner = require("@shell-shock/plugin-banner");
|
|
14
|
-
_shell_shock_plugin_banner = require_runtime.__toESM(_shell_shock_plugin_banner);
|
|
14
|
+
_shell_shock_plugin_banner = require_runtime.__toESM(_shell_shock_plugin_banner, 1);
|
|
15
15
|
let _shell_shock_plugin_console = require("@shell-shock/plugin-console");
|
|
16
|
-
_shell_shock_plugin_console = require_runtime.__toESM(_shell_shock_plugin_console);
|
|
16
|
+
_shell_shock_plugin_console = require_runtime.__toESM(_shell_shock_plugin_console, 1);
|
|
17
17
|
let _shell_shock_plugin_help = require("@shell-shock/plugin-help");
|
|
18
|
-
_shell_shock_plugin_help = require_runtime.__toESM(_shell_shock_plugin_help);
|
|
18
|
+
_shell_shock_plugin_help = require_runtime.__toESM(_shell_shock_plugin_help, 1);
|
|
19
19
|
|
|
20
20
|
//#region src/index.tsx
|
|
21
21
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/preset-script",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.77",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Shell Shock preset that generates a fully-featured script application.",
|
|
6
6
|
"keywords": [
|
|
@@ -195,21 +195,21 @@
|
|
|
195
195
|
"dependencies": {
|
|
196
196
|
"@alloy-js/core": "^0.23.1",
|
|
197
197
|
"@alloy-js/typescript": "^0.23.0",
|
|
198
|
-
"@powerlines/deepkit": "^0.9.
|
|
199
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
200
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
201
|
-
"@shell-shock/core": "0.17.
|
|
202
|
-
"@shell-shock/plugin-banner": "0.1.
|
|
203
|
-
"@shell-shock/plugin-console": "0.2.
|
|
204
|
-
"@shell-shock/plugin-help": "0.2.
|
|
205
|
-
"@shell-shock/plugin-theme": "0.4.
|
|
198
|
+
"@powerlines/deepkit": "^0.9.91",
|
|
199
|
+
"@powerlines/plugin-alloy": "^0.26.230",
|
|
200
|
+
"@powerlines/plugin-plugin": "^0.12.549",
|
|
201
|
+
"@shell-shock/core": "0.17.22",
|
|
202
|
+
"@shell-shock/plugin-banner": "0.1.49",
|
|
203
|
+
"@shell-shock/plugin-console": "0.2.26",
|
|
204
|
+
"@shell-shock/plugin-help": "0.2.40",
|
|
205
|
+
"@shell-shock/plugin-theme": "0.4.35",
|
|
206
206
|
"@stryke/helpers": "^0.10.24",
|
|
207
207
|
"@stryke/path": "^0.29.11",
|
|
208
208
|
"@stryke/string-format": "^0.17.26",
|
|
209
209
|
"defu": "^6.1.7",
|
|
210
|
-
"powerlines": "^0.47.
|
|
210
|
+
"powerlines": "^0.47.137"
|
|
211
211
|
},
|
|
212
|
-
"devDependencies": { "@types/node": "^25.9.
|
|
212
|
+
"devDependencies": { "@types/node": "^25.9.3" },
|
|
213
213
|
"publishConfig": { "access": "public" },
|
|
214
|
-
"gitHead": "
|
|
214
|
+
"gitHead": "a6c69ec8211e244444893231fe37d7cfbe518fb1"
|
|
215
215
|
}
|