@shell-shock/plugin-completions 0.2.2 → 0.2.3

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,10 +1,10 @@
1
- import * as _alloy_js_core2 from "@alloy-js/core";
1
+ import * as _alloy_js_core1 from "@alloy-js/core";
2
2
 
3
3
  //#region src/components/bash-command.d.ts
4
4
  /**
5
5
  * The Bash Completions commands' handler wrapper for the Shell Shock project.
6
6
  */
7
- declare function BashCompletionsCommand(): _alloy_js_core2.Children;
7
+ declare function BashCompletionsCommand(): _alloy_js_core1.Children;
8
8
  //#endregion
9
9
  export { BashCompletionsCommand };
10
10
  //# sourceMappingURL=bash-command.d.cts.map
@@ -1,10 +1,10 @@
1
- import * as _alloy_js_core0 from "@alloy-js/core";
1
+ import * as _alloy_js_core2 from "@alloy-js/core";
2
2
 
3
3
  //#region src/components/fish-command.d.ts
4
4
  /**
5
5
  * The Fish Completions commands' handler wrapper for the Shell Shock project.
6
6
  */
7
- declare function FishCompletionsCommand(): _alloy_js_core0.Children;
7
+ declare function FishCompletionsCommand(): _alloy_js_core2.Children;
8
8
  //#endregion
9
9
  export { FishCompletionsCommand };
10
10
  //# sourceMappingURL=fish-command.d.cts.map
@@ -1,10 +1,10 @@
1
- import * as _alloy_js_core2 from "@alloy-js/core";
1
+ import * as _alloy_js_core0 from "@alloy-js/core";
2
2
 
3
3
  //#region src/components/fish-command.d.ts
4
4
  /**
5
5
  * The Fish Completions commands' handler wrapper for the Shell Shock project.
6
6
  */
7
- declare function FishCompletionsCommand(): _alloy_js_core2.Children;
7
+ declare function FishCompletionsCommand(): _alloy_js_core0.Children;
8
8
  //#endregion
9
9
  export { FishCompletionsCommand };
10
10
  //# sourceMappingURL=fish-command.d.mts.map
@@ -1,10 +1,10 @@
1
- import * as _alloy_js_core1 from "@alloy-js/core";
1
+ import * as _alloy_js_core0 from "@alloy-js/core";
2
2
 
3
3
  //#region src/components/powershell-command.d.ts
4
4
  /**
5
5
  * The PowerShell Completions commands' handler wrapper for the Shell Shock project.
6
6
  */
7
- declare function PowerShellCompletionsCommand(): _alloy_js_core1.Children;
7
+ declare function PowerShellCompletionsCommand(): _alloy_js_core0.Children;
8
8
  //#endregion
9
9
  export { PowerShellCompletionsCommand };
10
10
  //# sourceMappingURL=powershell-command.d.cts.map
@@ -1,10 +1,10 @@
1
- import * as _alloy_js_core0 from "@alloy-js/core";
1
+ import * as _alloy_js_core2 from "@alloy-js/core";
2
2
 
3
3
  //#region src/components/powershell-command.d.ts
4
4
  /**
5
5
  * The PowerShell Completions commands' handler wrapper for the Shell Shock project.
6
6
  */
7
- declare function PowerShellCompletionsCommand(): _alloy_js_core0.Children;
7
+ declare function PowerShellCompletionsCommand(): _alloy_js_core2.Children;
8
8
  //#endregion
9
9
  export { PowerShellCompletionsCommand };
10
10
  //# sourceMappingURL=powershell-command.d.mts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-completions",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
6
6
  "repository": {
@@ -227,7 +227,7 @@
227
227
  "@powerlines/deepkit": "^0.6.90",
228
228
  "@powerlines/plugin-alloy": "^0.24.2",
229
229
  "@powerlines/plugin-plugin": "^0.12.262",
230
- "@shell-shock/core": "^0.11.0",
230
+ "@shell-shock/core": "^0.12.0",
231
231
  "@stryke/path": "^0.26.12",
232
232
  "@stryke/string-format": "^0.14.8",
233
233
  "powerlines": "^0.39.19"
@@ -251,5 +251,5 @@
251
251
  "./package.json": "./package.json"
252
252
  }
253
253
  },
254
- "gitHead": "6fbda1ffc234bdd12b5d0fd0a32e59727b369c5c"
254
+ "gitHead": "c38d304433a296936fb8ca58aa138a0039918931"
255
255
  }