@shell-shock/plugin-console 0.1.8 → 0.1.11

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.
@@ -1,3 +1,4 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
1
2
  const require_components_console_builtin = require('./console-builtin.cjs');
2
3
 
3
4
  exports.AnsiHelpersDeclarations = require_components_console_builtin.AnsiHelpersDeclarations;
@@ -7,6 +8,7 @@ exports.DividerFunctionDeclaration = require_components_console_builtin.DividerF
7
8
  exports.LinkFunctionDeclaration = require_components_console_builtin.LinkFunctionDeclaration;
8
9
  exports.MessageFunctionDeclaration = require_components_console_builtin.MessageFunctionDeclaration;
9
10
  exports.SpinnerFunctionDeclaration = require_components_console_builtin.SpinnerFunctionDeclaration;
11
+ exports.SplitTextFunctionDeclaration = require_components_console_builtin.SplitTextFunctionDeclaration;
10
12
  exports.StripAnsiFunctionDeclaration = require_components_console_builtin.StripAnsiFunctionDeclaration;
11
13
  exports.TableFunctionDeclaration = require_components_console_builtin.TableFunctionDeclaration;
12
14
  exports.WrapAnsiFunction = require_components_console_builtin.WrapAnsiFunction;
@@ -1,2 +1,2 @@
1
- import { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, SpinnerFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration } from "./console-builtin.cjs";
2
- export { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, SpinnerFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration };
1
+ import { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, SpinnerFunctionDeclaration, SplitTextFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration } from "./console-builtin.cjs";
2
+ export { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, SpinnerFunctionDeclaration, SplitTextFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration };
@@ -1,2 +1,2 @@
1
- import { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, SpinnerFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration } from "./console-builtin.mjs";
2
- export { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, SpinnerFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration };
1
+ import { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, SpinnerFunctionDeclaration, SplitTextFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration } from "./console-builtin.mjs";
2
+ export { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, SpinnerFunctionDeclaration, SplitTextFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration };
@@ -1,3 +1,3 @@
1
- import { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, SpinnerFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, WrapAnsiFunction, WriteLineFunctionDeclaration } from "./console-builtin.mjs";
1
+ import { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, SpinnerFunctionDeclaration, SplitTextFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, WrapAnsiFunction, WriteLineFunctionDeclaration } from "./console-builtin.mjs";
2
2
 
3
- export { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, SpinnerFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, WrapAnsiFunction, WriteLineFunctionDeclaration };
3
+ export { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, SpinnerFunctionDeclaration, SplitTextFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, WrapAnsiFunction, WriteLineFunctionDeclaration };
package/dist/index.cjs CHANGED
@@ -1,18 +1,18 @@
1
- Object.defineProperty(exports, '__esModule', { value: true });
2
- const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
1
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
2
+ const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
3
3
  const require_components_console_builtin = require('./components/console-builtin.cjs');
4
4
  require('./components/index.cjs');
5
- let __alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
6
- let __powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
7
- let __shell_shock_plugin_theme = require("@shell-shock/plugin-theme");
8
- __shell_shock_plugin_theme = require_rolldown_runtime.__toESM(__shell_shock_plugin_theme);
5
+ let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
6
+ let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
7
+ let _shell_shock_plugin_theme = require("@shell-shock/plugin-theme");
8
+ _shell_shock_plugin_theme = require_runtime.__toESM(_shell_shock_plugin_theme);
9
9
 
10
10
  //#region src/index.tsx
11
11
  /**
12
12
  * A Shell Shock plugin to generate the `console` built-in module, which provides a set of commands for logging messages to the console and inspecting values. This plugin is designed to be used in conjunction with the `script` preset, but can also be used independently in any Shell Shock application.
13
13
  */
14
14
  const plugin = (options = {}) => {
15
- return [...(0, __shell_shock_plugin_theme.default)(options), {
15
+ return [...(0, _shell_shock_plugin_theme.default)(options), {
16
16
  name: "shell-shock:console",
17
17
  config() {
18
18
  this.debug("Providing default configuration for the Shell Shock `console` plugin.");
@@ -20,12 +20,11 @@ const plugin = (options = {}) => {
20
20
  },
21
21
  async prepare() {
22
22
  this.debug("Rendering command handling modules for the Shell Shock `console` plugin.");
23
- return (0, __powerlines_plugin_alloy_render.render)(this, (0, __alloy_js_core_jsx_runtime.createComponent)(require_components_console_builtin.ConsoleBuiltin, {}));
23
+ return (0, _powerlines_plugin_alloy_render.render)(this, (0, _alloy_js_core_jsx_runtime.createComponent)(require_components_console_builtin.ConsoleBuiltin, {}));
24
24
  }
25
25
  }];
26
26
  };
27
- var src_default = plugin;
28
27
 
29
28
  //#endregion
30
- exports.default = src_default;
29
+ exports.default = plugin;
31
30
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -1,9 +1,7 @@
1
1
  import { ConsolePluginContext, ConsolePluginOptions, ConsolePluginResolvedConfig, ConsolePluginUserConfig } from "./types/plugin.cjs";
2
- import "./types/index.cjs";
3
2
  import { Plugin } from "powerlines";
4
3
 
5
4
  //#region src/index.d.ts
6
-
7
5
  /**
8
6
  * A Shell Shock plugin to generate the `console` built-in module, which provides a set of commands for logging messages to the console and inspecting values. This plugin is designed to be used in conjunction with the `script` preset, but can also be used independently in any Shell Shock application.
9
7
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAgCA;AACmB,cADN,MACM,EAAA,CAAA,iBAAA,oBAAA,GAAuB,oBAAvB,CAAA,CAAA,OAAA,CAAA,EAER,oBAFQ,EAAA,GAGhB,MAHgB,CAGT,QAHS,CAAA,EAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;;;AAgCA;cAAa,MAAA,oBACM,oBAAA,GAAuB,oBAAA,EAExC,OAAA,GAAS,oBAAA,KACR,MAAA,CAAO,QAAA"}
package/dist/index.d.mts CHANGED
@@ -1,9 +1,7 @@
1
1
  import { ConsolePluginContext, ConsolePluginOptions, ConsolePluginResolvedConfig, ConsolePluginUserConfig } from "./types/plugin.mjs";
2
- import "./types/index.mjs";
3
2
  import { Plugin } from "powerlines";
4
3
 
5
4
  //#region src/index.d.ts
6
-
7
5
  /**
8
6
  * A Shell Shock plugin to generate the `console` built-in module, which provides a set of commands for logging messages to the console and inspecting values. This plugin is designed to be used in conjunction with the `script` preset, but can also be used independently in any Shell Shock application.
9
7
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAgCA;AACmB,cADN,MACM,EAAA,CAAA,iBAAA,oBAAA,GAAuB,oBAAvB,CAAA,CAAA,OAAA,CAAA,EAER,oBAFQ,EAAA,GAGhB,MAHgB,CAGT,QAHS,CAAA,EAAA"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;;;AAgCA;cAAa,MAAA,oBACM,oBAAA,GAAuB,oBAAA,EAExC,OAAA,GAAS,oBAAA,KACR,MAAA,CAAO,QAAA"}
package/dist/index.mjs CHANGED
@@ -21,8 +21,7 @@ const plugin = (options = {}) => {
21
21
  }
22
22
  }];
23
23
  };
24
- var src_default = plugin;
25
24
 
26
25
  //#endregion
27
- export { src_default as default, plugin };
26
+ export { plugin as default, plugin };
28
27
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":["render","theme","ConsoleBuiltin","plugin","options","name","config","debug","prepare","_$createComponent"],"sources":["../src/index.tsx"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { render } from \"@powerlines/plugin-alloy/render\";\nimport theme from \"@shell-shock/plugin-theme\";\nimport type { Plugin } from \"powerlines\";\nimport { ConsoleBuiltin } from \"./components\";\nimport type {\n ConsolePluginContext,\n ConsolePluginOptions\n} from \"./types/plugin\";\n\nexport type * from \"./types\";\n\n/**\n * A Shell Shock plugin to generate the `console` built-in module, which provides a set of commands for logging messages to the console and inspecting values. This plugin is designed to be used in conjunction with the `script` preset, but can also be used independently in any Shell Shock application.\n */\nexport const plugin = <\n TContext extends ConsolePluginContext = ConsolePluginContext\n>(\n options: ConsolePluginOptions = {}\n): Plugin<TContext>[] => {\n return [\n ...theme(options),\n {\n name: \"shell-shock:console\",\n config() {\n this.debug(\n \"Providing default configuration for the Shell Shock `console` plugin.\"\n );\n\n return options;\n },\n async prepare() {\n this.debug(\n \"Rendering command handling modules for the Shell Shock `console` plugin.\"\n );\n\n return render(this, <ConsoleBuiltin />);\n }\n }\n ] as Plugin<TContext>[];\n};\n\nexport default plugin;\n"],"mappings":";;;;;;;;;;AAgCA,MAAaG,UAGXC,UAAgC,EAAE,KACX;AACvB,QAAO,CACL,GAAGH,MAAMG,QAAQ,EACjB;EACEC,MAAM;EACNC,SAAS;AACP,QAAKC,MACH,wEACD;AAED,UAAOH;;EAET,MAAMI,UAAU;AACd,QAAKD,MACH,2EACD;AAED,UAAOP,OAAO,MAAIS,gBAAGP,gBAAc,EAAA,CAAG,CAAC;;EAE1C,CACF;;AAGH,kBAAeC"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.tsx"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { render } from \"@powerlines/plugin-alloy/render\";\nimport theme from \"@shell-shock/plugin-theme\";\nimport type { Plugin } from \"powerlines\";\nimport { ConsoleBuiltin } from \"./components\";\nimport type {\n ConsolePluginContext,\n ConsolePluginOptions\n} from \"./types/plugin\";\n\nexport type * from \"./types\";\n\n/**\n * A Shell Shock plugin to generate the `console` built-in module, which provides a set of commands for logging messages to the console and inspecting values. This plugin is designed to be used in conjunction with the `script` preset, but can also be used independently in any Shell Shock application.\n */\nexport const plugin = <\n TContext extends ConsolePluginContext = ConsolePluginContext\n>(\n options: ConsolePluginOptions = {}\n): Plugin<TContext>[] => {\n return [\n ...theme(options),\n {\n name: \"shell-shock:console\",\n config() {\n this.debug(\n \"Providing default configuration for the Shell Shock `console` plugin.\"\n );\n\n return options;\n },\n async prepare() {\n this.debug(\n \"Rendering command handling modules for the Shell Shock `console` plugin.\"\n );\n\n return render(this, <ConsoleBuiltin />);\n }\n }\n ] as Plugin<TContext>[];\n};\n\nexport default plugin;\n"],"mappings":";;;;;;;;;;AA6BA,MAAE,UAAA,UAAA,EAAA,KAAA;AACA,QAAG,CAAK,GAAC,MAAM,QAAU,EAAA;EACzB,MAAA;EACF,SAAa;AACX,QAAS,MAAA,wEAA+B;AACzC,UAAA;;EAEE,MAAO,UAAU;AAClB,QAAO,MAAA,2EAAA;AACH,UAAO,OAAO,MAAC,gBAAA,gBAAA,EAAA,CAAA,CAAA;;EAElB,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import { ThemePluginContext, ThemePluginOptions, ThemePluginResolvedConfig, ThemePluginUserConfig } from "@shell-shock/plugin-theme";
2
2
  import { AlloyPluginContext } from "@powerlines/plugin-alloy/types";
3
- import { Context, ResolvedConfig } from "@shell-shock/core";
3
+ import { Context, ResolvedConfig, UserConfig } from "@shell-shock/core";
4
4
 
5
5
  //#region src/types/plugin.d.ts
6
6
  interface ConsolePluginOptions extends ThemePluginOptions {}
7
- type ConsolePluginUserConfig = ThemePluginUserConfig & {};
7
+ type ConsolePluginUserConfig = ThemePluginUserConfig & UserConfig;
8
8
  type ConsolePluginResolvedConfig = ResolvedConfig & ThemePluginResolvedConfig;
9
9
  type ConsolePluginContext<TResolvedConfig extends ConsolePluginResolvedConfig = ConsolePluginResolvedConfig> = AlloyPluginContext<TResolvedConfig> & ThemePluginContext<TResolvedConfig> & Context<TResolvedConfig>;
10
10
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;UA2BiB,oBAAA,SAA6B;AAA7B,KAEL,uBAAA,GAA0B,qBAF0B,GAAA,CAAA,CAAA;AAEpD,KAEA,2BAAA,GAA8B,cAFJ,GAGpC,yBAHyD;AAE/C,KAGA,oBAHA,CAAA,wBAIc,2BAHxB,GAIE,2BAJuB,CAAA,GAKvB,kBALuB,CAKJ,eALI,CAAA,GAMzB,kBANyB,CAMN,eANM,CAAA,GAOzB,OAPyB,CAOjB,eAPiB,CAAA"}
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;UA2BiB,oBAAA,SAA6B,kBAAA;AAAA,KAElC,uBAAA,GAA0B,qBAAA,GAAwB,UAAA;AAAA,KAElD,2BAAA,GAA8B,cAAA,GACxC,yBAAA;AAAA,KAEU,oBAAA,yBACc,2BAAA,GACtB,2BAAA,IACA,kBAAA,CAAmB,eAAA,IACrB,kBAAA,CAAmB,eAAA,IACnB,OAAA,CAAQ,eAAA"}
@@ -1,10 +1,10 @@
1
1
  import { ThemePluginContext, ThemePluginOptions, ThemePluginResolvedConfig, ThemePluginUserConfig } from "@shell-shock/plugin-theme";
2
2
  import { AlloyPluginContext } from "@powerlines/plugin-alloy/types";
3
- import { Context, ResolvedConfig } from "@shell-shock/core";
3
+ import { Context, ResolvedConfig, UserConfig } from "@shell-shock/core";
4
4
 
5
5
  //#region src/types/plugin.d.ts
6
6
  interface ConsolePluginOptions extends ThemePluginOptions {}
7
- type ConsolePluginUserConfig = ThemePluginUserConfig & {};
7
+ type ConsolePluginUserConfig = ThemePluginUserConfig & UserConfig;
8
8
  type ConsolePluginResolvedConfig = ResolvedConfig & ThemePluginResolvedConfig;
9
9
  type ConsolePluginContext<TResolvedConfig extends ConsolePluginResolvedConfig = ConsolePluginResolvedConfig> = AlloyPluginContext<TResolvedConfig> & ThemePluginContext<TResolvedConfig> & Context<TResolvedConfig>;
10
10
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;UA2BiB,oBAAA,SAA6B;AAA7B,KAEL,uBAAA,GAA0B,qBAF0B,GAAA,CAAA,CAAA;AAEpD,KAEA,2BAAA,GAA8B,cAFJ,GAGpC,yBAHyD;AAE/C,KAGA,oBAHA,CAAA,wBAIc,2BAHxB,GAIE,2BAJuB,CAAA,GAKvB,kBALuB,CAKJ,eALI,CAAA,GAMzB,kBANyB,CAMN,eANM,CAAA,GAOzB,OAPyB,CAOjB,eAPiB,CAAA"}
1
+ {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;UA2BiB,oBAAA,SAA6B,kBAAA;AAAA,KAElC,uBAAA,GAA0B,qBAAA,GAAwB,UAAA;AAAA,KAElD,2BAAA,GAA8B,cAAA,GACxC,yBAAA;AAAA,KAEU,oBAAA,yBACc,2BAAA,GACtB,2BAAA,IACA,kBAAA,CAAmB,eAAA,IACrB,kBAAA,CAAmB,eAAA,IACnB,OAAA,CAAQ,eAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-console",
3
- "version": "0.1.8",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "description": "A package containing a Shell Shock plugin to generate the `console` built-in module.",
6
6
  "repository": {
@@ -55,7 +55,6 @@
55
55
  "default": "./dist/index.mjs"
56
56
  }
57
57
  },
58
- "./*": "./*",
59
58
  "./components": {
60
59
  "require": {
61
60
  "types": "./dist/components/index.d.cts",
@@ -84,6 +83,7 @@
84
83
  "default": "./dist/components/console-builtin.mjs"
85
84
  }
86
85
  },
86
+ "./package.json": "./package.json",
87
87
  "./types": {
88
88
  "require": {
89
89
  "types": "./dist/types/index.d.cts",
@@ -126,18 +126,18 @@
126
126
  "dependencies": {
127
127
  "@alloy-js/core": "0.23.0-dev.8",
128
128
  "@alloy-js/typescript": "0.23.0-dev.4",
129
- "@powerlines/deepkit": "^0.6.90",
130
- "@powerlines/plugin-alloy": "^0.24.2",
131
- "@powerlines/plugin-plugin": "^0.12.262",
132
- "@shell-shock/core": "^0.12.0",
133
- "@shell-shock/plugin-theme": "^0.3.12",
134
- "@stryke/string-format": "^0.14.8",
129
+ "@powerlines/deepkit": "^0.6.134",
130
+ "@powerlines/plugin-alloy": "^0.25.41",
131
+ "@powerlines/plugin-plugin": "^0.12.306",
132
+ "@shell-shock/core": "^0.13.0",
133
+ "@shell-shock/plugin-theme": "^0.3.15",
134
+ "@stryke/string-format": "^0.17.4",
135
135
  "defu": "^6.1.4",
136
- "powerlines": "^0.39.19"
136
+ "powerlines": "^0.41.20"
137
137
  },
138
138
  "devDependencies": {
139
- "@powerlines/plugin-deepkit": "^0.11.190",
140
- "@types/node": "^25.3.3"
139
+ "@powerlines/plugin-deepkit": "^0.11.234",
140
+ "@types/node": "^25.5.0"
141
141
  },
142
142
  "publishConfig": {
143
143
  "access": "public",
@@ -154,5 +154,5 @@
154
154
  "./package.json": "./package.json"
155
155
  }
156
156
  },
157
- "gitHead": "c38d304433a296936fb8ca58aa138a0039918931"
157
+ "gitHead": "d9365dd86c8fd0958486dfb1cef4822da5798464"
158
158
  }