@shell-shock/preset-cli 0.7.9 → 0.7.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,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _alloy_js_core1 from "@alloy-js/core";
|
|
2
2
|
import { BannerFunctionDeclarationProps } from "@shell-shock/preset-script/components/banner-function-declaration";
|
|
3
3
|
|
|
4
4
|
//#region src/components/banner-function-declaration.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* A component to generate the `banner` function in the `shell-shock:console` builtin module.
|
|
7
7
|
*/
|
|
8
|
-
declare function BannerFunctionDeclaration(props: BannerFunctionDeclarationProps):
|
|
8
|
+
declare function BannerFunctionDeclaration(props: BannerFunctionDeclarationProps): _alloy_js_core1.Children;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { BannerFunctionDeclaration };
|
|
11
11
|
//# sourceMappingURL=banner-function-declaration.d.cts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _alloy_js_core2 from "@alloy-js/core";
|
|
2
2
|
import { EntryFileProps } from "@powerlines/plugin-alloy/typescript/components/entry-file";
|
|
3
3
|
import { CommandTree } from "@shell-shock/core/types/command";
|
|
4
4
|
|
|
@@ -9,7 +9,7 @@ interface VirtualCommandEntryProps extends Omit<EntryFileProps, "path" | "typeDe
|
|
|
9
9
|
/**
|
|
10
10
|
* The virtual command entry point for the Shell Shock project.
|
|
11
11
|
*/
|
|
12
|
-
declare function VirtualCommandEntry(props: VirtualCommandEntryProps):
|
|
12
|
+
declare function VirtualCommandEntry(props: VirtualCommandEntryProps): _alloy_js_core2.Children;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { VirtualCommandEntry, VirtualCommandEntryProps };
|
|
15
15
|
//# sourceMappingURL=virtual-command-entry.d.cts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/preset-cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.11",
|
|
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": {
|
|
@@ -167,20 +167,20 @@
|
|
|
167
167
|
"dependencies": {
|
|
168
168
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
169
169
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
170
|
-
"@powerlines/deepkit": "^0.6.
|
|
171
|
-
"@powerlines/plugin-alloy": "^0.23.
|
|
172
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
173
|
-
"@shell-shock/core": "^0.9.
|
|
174
|
-
"@shell-shock/plugin-console": "^0.1.
|
|
175
|
-
"@shell-shock/plugin-prompts": "^0.3.
|
|
176
|
-
"@shell-shock/plugin-theme": "^0.3.
|
|
177
|
-
"@shell-shock/plugin-upgrade": "^0.1.
|
|
178
|
-
"@shell-shock/preset-script": "^0.6.
|
|
170
|
+
"@powerlines/deepkit": "^0.6.70",
|
|
171
|
+
"@powerlines/plugin-alloy": "^0.23.20",
|
|
172
|
+
"@powerlines/plugin-plugin": "^0.12.241",
|
|
173
|
+
"@shell-shock/core": "^0.9.7",
|
|
174
|
+
"@shell-shock/plugin-console": "^0.1.5",
|
|
175
|
+
"@shell-shock/plugin-prompts": "^0.3.6",
|
|
176
|
+
"@shell-shock/plugin-theme": "^0.3.9",
|
|
177
|
+
"@shell-shock/plugin-upgrade": "^0.1.11",
|
|
178
|
+
"@shell-shock/preset-script": "^0.6.20",
|
|
179
179
|
"@stryke/path": "0.26.6",
|
|
180
180
|
"@stryke/string-format": "0.14.2",
|
|
181
181
|
"cfonts": "^3.3.1",
|
|
182
182
|
"defu": "6.1.4",
|
|
183
|
-
"powerlines": "^0.38.
|
|
183
|
+
"powerlines": "^0.38.57"
|
|
184
184
|
},
|
|
185
185
|
"devDependencies": {
|
|
186
186
|
"@babel/core": "^7.29.0",
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"./package.json": "./package.json"
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "169e28edb54c3e7e189cab2fa0797143a8f76c6f"
|
|
214
214
|
}
|