@shell-shock/plugin-prompts 0.3.61 → 0.3.62

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.
@@ -11,7 +11,7 @@ let _powerlines_plugin_alloy_typescript_components_tsdoc = require("@powerlines/
11
11
  let _powerlines_plugin_alloy_typescript_components_type_declaration = require("@powerlines/plugin-alloy/typescript/components/type-declaration");
12
12
  let _shell_shock_plugin_theme_contexts_theme = require("@shell-shock/plugin-theme/contexts/theme");
13
13
  let defu = require("defu");
14
- defu = require_runtime.__toESM(defu);
14
+ defu = require_runtime.__toESM(defu, 1);
15
15
 
16
16
  //#region src/components/prompts-builtin.tsx
17
17
  /**
package/dist/index.cjs CHANGED
@@ -5,7 +5,7 @@ require('./components/index.cjs');
5
5
  let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
6
6
  let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
7
7
  let _shell_shock_plugin_theme = require("@shell-shock/plugin-theme");
8
- _shell_shock_plugin_theme = require_runtime.__toESM(_shell_shock_plugin_theme);
8
+ _shell_shock_plugin_theme = require_runtime.__toESM(_shell_shock_plugin_theme, 1);
9
9
 
10
10
  //#region src/index.tsx
11
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-prompts",
3
- "version": "0.3.61",
3
+ "version": "0.3.62",
4
4
  "type": "module",
5
5
  "description": "A package containing a Shell Shock plugin to generate the `prompts` built-in module.",
6
6
  "repository": {
@@ -129,14 +129,14 @@
129
129
  "@powerlines/deepkit": "^0.9.88",
130
130
  "@powerlines/plugin-alloy": "^0.26.227",
131
131
  "@powerlines/plugin-plugin": "^0.12.546",
132
- "@shell-shock/core": "0.17.20",
133
- "@shell-shock/plugin-theme": "0.4.33",
132
+ "@shell-shock/core": "0.17.21",
133
+ "@shell-shock/plugin-theme": "0.4.34",
134
134
  "defu": "^6.1.7",
135
135
  "powerlines": "^0.47.134"
136
136
  },
137
137
  "devDependencies": {
138
138
  "@powerlines/plugin-deepkit": "^0.11.477",
139
- "@types/node": "^25.9.2"
139
+ "@types/node": "^25.9.3"
140
140
  },
141
141
  "publishConfig": {
142
142
  "access": "public",
@@ -153,5 +153,5 @@
153
153
  "./package.json": "./package.json"
154
154
  }
155
155
  },
156
- "gitHead": "7c26148e430cd5dca15bc74320969a4656683511"
156
+ "gitHead": "0876468f621d3b455f99de7dc3ebdd3af8883842"
157
157
  }