@shell-shock/preset-script 0.3.1 → 0.3.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.
- package/README.md +1 -1
- package/dist/components/banner-function-declaration.cjs +68 -0
- package/dist/components/banner-function-declaration.cjs.map +1 -0
- package/dist/components/banner-function-declaration.d.cts +19 -0
- package/dist/components/banner-function-declaration.d.cts.map +1 -0
- package/dist/components/banner-function-declaration.d.mts +19 -0
- package/dist/components/banner-function-declaration.d.mts.map +1 -0
- package/dist/components/banner-function-declaration.mjs +67 -0
- package/dist/components/banner-function-declaration.mjs.map +1 -0
- package/dist/components/bin-entry.cjs +1 -1
- package/dist/components/bin-entry.mjs +1 -1
- package/dist/components/command-entry.cjs +28 -18
- package/dist/components/command-entry.cjs.map +1 -1
- package/dist/components/command-entry.d.cts +5 -5
- package/dist/components/command-entry.d.cts.map +1 -1
- package/dist/components/command-entry.d.mts +4 -4
- package/dist/components/command-entry.d.mts.map +1 -1
- package/dist/components/command-entry.mjs +27 -17
- package/dist/components/command-entry.mjs.map +1 -1
- package/dist/components/command-router.cjs +8 -29
- package/dist/components/command-router.cjs.map +1 -1
- package/dist/components/command-router.mjs +8 -29
- package/dist/components/command-router.mjs.map +1 -1
- package/dist/components/console-builtin.cjs +10 -66
- package/dist/components/console-builtin.cjs.map +1 -1
- package/dist/components/console-builtin.d.cts +2 -11
- package/dist/components/console-builtin.d.cts.map +1 -1
- package/dist/components/console-builtin.d.mts +2 -11
- package/dist/components/console-builtin.d.mts.map +1 -1
- package/dist/components/console-builtin.mjs +12 -67
- package/dist/components/console-builtin.mjs.map +1 -1
- package/dist/components/help.cjs +75 -9
- package/dist/components/help.cjs.map +1 -1
- package/dist/components/help.d.cts +15 -1
- package/dist/components/help.d.cts.map +1 -1
- package/dist/components/help.d.mts +20 -6
- package/dist/components/help.d.mts.map +1 -1
- package/dist/components/help.mjs +75 -10
- package/dist/components/help.mjs.map +1 -1
- package/dist/components/index.cjs +3 -8
- package/dist/components/index.d.cts +4 -4
- package/dist/components/index.d.mts +4 -4
- package/dist/components/index.mjs +4 -4
- package/dist/components/utils-builtin.cjs +2 -2
- package/dist/components/utils-builtin.cjs.map +1 -1
- package/dist/components/utils-builtin.d.cts +7 -7
- package/dist/components/utils-builtin.d.mts +7 -7
- package/dist/components/utils-builtin.mjs +2 -2
- package/dist/components/utils-builtin.mjs.map +1 -1
- package/dist/components/virtual-command-entry.cjs +3 -3
- package/dist/components/virtual-command-entry.cjs.map +1 -1
- package/dist/components/virtual-command-entry.d.cts +4 -4
- package/dist/components/virtual-command-entry.d.mts +3 -3
- package/dist/components/virtual-command-entry.d.mts.map +1 -1
- package/dist/components/virtual-command-entry.mjs +3 -3
- package/dist/components/virtual-command-entry.mjs.map +1 -1
- package/dist/contexts/theme.cjs +2 -2
- package/dist/contexts/theme.cjs.map +1 -1
- package/dist/helpers/ansi-utils.cjs +3 -0
- package/dist/helpers/ansi-utils.d.cts +8 -1
- package/dist/helpers/ansi-utils.d.cts.map +1 -1
- package/dist/helpers/ansi-utils.d.mts +8 -1
- package/dist/helpers/ansi-utils.d.mts.map +1 -1
- package/dist/helpers/ansi-utils.mjs +1 -1
- package/dist/helpers/get-default-options.d.cts +13 -0
- package/dist/helpers/get-default-options.d.cts.map +1 -0
- package/dist/helpers/get-default-options.d.mts +13 -0
- package/dist/helpers/get-default-options.d.mts.map +1 -0
- package/dist/index.cjs +20 -53
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +19 -52
- package/dist/index.mjs.map +1 -1
- package/dist/types/plugin.d.mts.map +1 -1
- package/package.json +47 -20
- package/dist/components/args-parser-logic.cjs +0 -678
- package/dist/components/args-parser-logic.cjs.map +0 -1
- package/dist/components/args-parser-logic.d.cts +0 -45
- package/dist/components/args-parser-logic.d.cts.map +0 -1
- package/dist/components/args-parser-logic.d.mts +0 -45
- package/dist/components/args-parser-logic.d.mts.map +0 -1
- package/dist/components/args-parser-logic.mjs +0 -672
- package/dist/components/args-parser-logic.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/preset-script",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Shell Shock preset that generates a fully-featured script application.",
|
|
6
6
|
"repository": {
|
|
@@ -69,18 +69,18 @@
|
|
|
69
69
|
"default": "./dist/components/index.mjs"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"./components/
|
|
72
|
+
"./components/banner-function-declaration": {
|
|
73
73
|
"require": {
|
|
74
|
-
"types": "./dist/components/
|
|
75
|
-
"default": "./dist/components/
|
|
74
|
+
"types": "./dist/components/banner-function-declaration.d.cts",
|
|
75
|
+
"default": "./dist/components/banner-function-declaration.cjs"
|
|
76
76
|
},
|
|
77
77
|
"import": {
|
|
78
|
-
"types": "./dist/components/
|
|
79
|
-
"default": "./dist/components/
|
|
78
|
+
"types": "./dist/components/banner-function-declaration.d.mts",
|
|
79
|
+
"default": "./dist/components/banner-function-declaration.mjs"
|
|
80
80
|
},
|
|
81
81
|
"default": {
|
|
82
|
-
"types": "./dist/components/
|
|
83
|
-
"default": "./dist/components/
|
|
82
|
+
"types": "./dist/components/banner-function-declaration.d.mts",
|
|
83
|
+
"default": "./dist/components/banner-function-declaration.mjs"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"./components/bin-entry": {
|
|
@@ -209,6 +209,34 @@
|
|
|
209
209
|
"default": "./dist/contexts/theme.mjs"
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
|
+
"./helpers/ansi-utils": {
|
|
213
|
+
"require": {
|
|
214
|
+
"types": "./dist/helpers/ansi-utils.d.cts",
|
|
215
|
+
"default": "./dist/helpers/ansi-utils.cjs"
|
|
216
|
+
},
|
|
217
|
+
"import": {
|
|
218
|
+
"types": "./dist/helpers/ansi-utils.d.mts",
|
|
219
|
+
"default": "./dist/helpers/ansi-utils.mjs"
|
|
220
|
+
},
|
|
221
|
+
"default": {
|
|
222
|
+
"types": "./dist/helpers/ansi-utils.d.mts",
|
|
223
|
+
"default": "./dist/helpers/ansi-utils.mjs"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"./helpers/get-default-options": {
|
|
227
|
+
"require": {
|
|
228
|
+
"types": "./dist/helpers/get-default-options.d.cts",
|
|
229
|
+
"default": "./dist/helpers/get-default-options.cjs"
|
|
230
|
+
},
|
|
231
|
+
"import": {
|
|
232
|
+
"types": "./dist/helpers/get-default-options.d.mts",
|
|
233
|
+
"default": "./dist/helpers/get-default-options.mjs"
|
|
234
|
+
},
|
|
235
|
+
"default": {
|
|
236
|
+
"types": "./dist/helpers/get-default-options.d.mts",
|
|
237
|
+
"default": "./dist/helpers/get-default-options.mjs"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
212
240
|
"./package.json": "./package.json",
|
|
213
241
|
"./types": {
|
|
214
242
|
"require": {
|
|
@@ -249,25 +277,24 @@
|
|
|
249
277
|
"storm-software"
|
|
250
278
|
],
|
|
251
279
|
"dependencies": {
|
|
252
|
-
"@alloy-js/core": "0.22.0",
|
|
280
|
+
"@alloy-js/core": "^0.22.0",
|
|
253
281
|
"@alloy-js/typescript": "^0.22.0",
|
|
254
|
-
"@powerlines/deepkit": "^0.6.
|
|
255
|
-
"@powerlines/plugin-alloy": "^0.20.
|
|
256
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
257
|
-
"@shell-shock/core": "^0.
|
|
258
|
-
"@shell-shock/plugin-theme": "^0.0.
|
|
282
|
+
"@powerlines/deepkit": "^0.6.50",
|
|
283
|
+
"@powerlines/plugin-alloy": "^0.20.14",
|
|
284
|
+
"@powerlines/plugin-plugin": "^0.12.221",
|
|
285
|
+
"@shell-shock/core": "^0.5.0",
|
|
286
|
+
"@shell-shock/plugin-theme": "^0.0.13",
|
|
259
287
|
"@stryke/path": "^0.26.4",
|
|
260
288
|
"@stryke/string-format": "^0.13.7",
|
|
261
|
-
"@stryke/type-checks": "^0.5.23",
|
|
262
289
|
"defu": "^6.1.4",
|
|
263
|
-
"powerlines": "^0.38.
|
|
264
|
-
"@stryke/helpers": "0.9.40"
|
|
290
|
+
"powerlines": "^0.38.37",
|
|
291
|
+
"@stryke/helpers": "^0.9.40"
|
|
265
292
|
},
|
|
266
293
|
"devDependencies": {
|
|
267
294
|
"@babel/core": "^7.29.0",
|
|
268
|
-
"@powerlines/plugin-alloy": "^0.20.
|
|
269
|
-
"@types/node": "^22.19.
|
|
295
|
+
"@powerlines/plugin-alloy": "^0.20.14",
|
|
296
|
+
"@types/node": "^22.19.9"
|
|
270
297
|
},
|
|
271
298
|
"publishConfig": { "access": "public" },
|
|
272
|
-
"gitHead": "
|
|
299
|
+
"gitHead": "533bcb80b1bcd7b3419e062287bedf4afed8a449"
|
|
273
300
|
}
|