@shell-shock/plugin-completions 0.2.0 → 0.2.1
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
|
|
1
|
+
import * as _alloy_js_core2 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():
|
|
7
|
+
declare function BashCompletionsCommand(): _alloy_js_core2.Children;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { BashCompletionsCommand };
|
|
10
10
|
//# sourceMappingURL=bash-command.d.mts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
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():
|
|
7
|
+
declare function FishCompletionsCommand(): _alloy_js_core0.Children;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { FishCompletionsCommand };
|
|
10
10
|
//# sourceMappingURL=fish-command.d.cts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _alloy_js_core1 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():
|
|
7
|
+
declare function FishCompletionsCommand(): _alloy_js_core1.Children;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { FishCompletionsCommand };
|
|
10
10
|
//# sourceMappingURL=fish-command.d.mts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _alloy_js_core2 from "@alloy-js/core";
|
|
2
2
|
|
|
3
3
|
//#region src/components/zsh-command.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* The Zsh Completions commands' handler wrapper for the Shell Shock project.
|
|
6
6
|
*/
|
|
7
|
-
declare function ZshCompletionsCommand():
|
|
7
|
+
declare function ZshCompletionsCommand(): _alloy_js_core2.Children;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { ZshCompletionsCommand };
|
|
10
10
|
//# sourceMappingURL=zsh-command.d.cts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _alloy_js_core0 from "@alloy-js/core";
|
|
2
2
|
|
|
3
3
|
//#region src/components/zsh-command.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* The Zsh Completions commands' handler wrapper for the Shell Shock project.
|
|
6
6
|
*/
|
|
7
|
-
declare function ZshCompletionsCommand():
|
|
7
|
+
declare function ZshCompletionsCommand(): _alloy_js_core0.Children;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { ZshCompletionsCommand };
|
|
10
10
|
//# sourceMappingURL=zsh-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.
|
|
3
|
+
"version": "0.2.1",
|
|
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": {
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"default": "./dist/index.mjs"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
+
"./*": "./*",
|
|
58
59
|
"./components": {
|
|
59
60
|
"require": {
|
|
60
61
|
"types": "./dist/components/index.d.cts",
|
|
@@ -167,7 +168,6 @@
|
|
|
167
168
|
"default": "./dist/helpers/completion-directive-constants.mjs"
|
|
168
169
|
}
|
|
169
170
|
},
|
|
170
|
-
"./package.json": "./package.json",
|
|
171
171
|
"./types": {
|
|
172
172
|
"require": {
|
|
173
173
|
"types": "./dist/types/index.d.cts",
|
|
@@ -224,17 +224,17 @@
|
|
|
224
224
|
"dependencies": {
|
|
225
225
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
226
226
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
227
|
-
"@powerlines/deepkit": "^0.6.
|
|
228
|
-
"@powerlines/plugin-alloy": "^0.23.
|
|
229
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
230
|
-
"@shell-shock/core": "^0.
|
|
231
|
-
"@stryke/path": "0.26.6",
|
|
232
|
-
"@stryke/string-format": "0.14.2",
|
|
233
|
-
"powerlines": "^0.
|
|
227
|
+
"@powerlines/deepkit": "^0.6.88",
|
|
228
|
+
"@powerlines/plugin-alloy": "^0.23.40",
|
|
229
|
+
"@powerlines/plugin-plugin": "^0.12.260",
|
|
230
|
+
"@shell-shock/core": "^0.10.0",
|
|
231
|
+
"@stryke/path": "^0.26.6",
|
|
232
|
+
"@stryke/string-format": "^0.14.2",
|
|
233
|
+
"powerlines": "^0.39.17"
|
|
234
234
|
},
|
|
235
235
|
"devDependencies": {
|
|
236
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
237
|
-
"@types/node": "^25.3.
|
|
236
|
+
"@powerlines/plugin-deepkit": "^0.11.188",
|
|
237
|
+
"@types/node": "^25.3.3"
|
|
238
238
|
},
|
|
239
239
|
"publishConfig": {
|
|
240
240
|
"access": "public",
|
|
@@ -251,5 +251,5 @@
|
|
|
251
251
|
"./package.json": "./package.json"
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
|
-
"gitHead": "
|
|
254
|
+
"gitHead": "d0abdaa95b5e40df2157d393f0ba8499589140ca"
|
|
255
255
|
}
|