@shell-shock/preset-script 0.6.75 → 0.6.76

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.
@@ -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.75",
3
+ "version": "0.6.76",
4
4
  "private": false,
5
5
  "description": "A Shell Shock preset that generates a fully-featured script application.",
6
6
  "keywords": [
@@ -198,18 +198,18 @@
198
198
  "@powerlines/deepkit": "^0.9.88",
199
199
  "@powerlines/plugin-alloy": "^0.26.227",
200
200
  "@powerlines/plugin-plugin": "^0.12.546",
201
- "@shell-shock/core": "0.17.20",
202
- "@shell-shock/plugin-banner": "0.1.47",
203
- "@shell-shock/plugin-console": "0.2.24",
204
- "@shell-shock/plugin-help": "0.2.38",
205
- "@shell-shock/plugin-theme": "0.4.33",
201
+ "@shell-shock/core": "0.17.21",
202
+ "@shell-shock/plugin-banner": "0.1.48",
203
+ "@shell-shock/plugin-console": "0.2.25",
204
+ "@shell-shock/plugin-help": "0.2.39",
205
+ "@shell-shock/plugin-theme": "0.4.34",
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
210
  "powerlines": "^0.47.134"
211
211
  },
212
- "devDependencies": { "@types/node": "^25.9.2" },
212
+ "devDependencies": { "@types/node": "^25.9.3" },
213
213
  "publishConfig": { "access": "public" },
214
- "gitHead": "7c26148e430cd5dca15bc74320969a4656683511"
214
+ "gitHead": "0876468f621d3b455f99de7dc3ebdd3af8883842"
215
215
  }