@shell-shock/preset-script 0.6.7 → 0.6.8
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/dist/components/console-builtin.cjs +10 -5
- package/dist/components/console-builtin.cjs.map +1 -1
- package/dist/components/console-builtin.mjs +10 -5
- package/dist/components/console-builtin.mjs.map +1 -1
- package/dist/components/help.d.mts +7 -7
- package/dist/components/help.d.mts.map +1 -1
- package/dist/components/helpers.d.cts +5 -5
- package/dist/components/helpers.d.cts.map +1 -1
- package/dist/components/helpers.d.mts +5 -5
- package/dist/components/helpers.d.mts.map +1 -1
- package/dist/components/utils-builtin.cjs +1 -1
- package/dist/components/utils-builtin.cjs.map +1 -1
- package/dist/components/utils-builtin.d.cts +8 -8
- package/dist/components/utils-builtin.d.mts +8 -8
- package/dist/components/utils-builtin.mjs +1 -1
- package/dist/components/utils-builtin.mjs.map +1 -1
- package/dist/helpers/ansi-utils.d.cts.map +1 -1
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts.map +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/preset-script",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Shell Shock preset that generates a fully-featured script application.",
|
|
6
6
|
"repository": {
|
|
@@ -293,22 +293,22 @@
|
|
|
293
293
|
"dependencies": {
|
|
294
294
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
295
295
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
296
|
-
"@powerlines/deepkit": "^0.6.
|
|
297
|
-
"@powerlines/plugin-alloy": "^0.23.
|
|
298
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
299
|
-
"@shell-shock/core": "^0.8.
|
|
300
|
-
"@shell-shock/plugin-theme": "^0.
|
|
296
|
+
"@powerlines/deepkit": "^0.6.63",
|
|
297
|
+
"@powerlines/plugin-alloy": "^0.23.13",
|
|
298
|
+
"@powerlines/plugin-plugin": "^0.12.234",
|
|
299
|
+
"@shell-shock/core": "^0.8.9",
|
|
300
|
+
"@shell-shock/plugin-theme": "^0.2.0",
|
|
301
301
|
"@stryke/helpers": "^0.9.42",
|
|
302
302
|
"@stryke/path": "0.26.6",
|
|
303
303
|
"@stryke/string-format": "^0.14.2",
|
|
304
304
|
"defu": "^6.1.4",
|
|
305
|
-
"powerlines": "^0.38.
|
|
305
|
+
"powerlines": "^0.38.50"
|
|
306
306
|
},
|
|
307
307
|
"devDependencies": {
|
|
308
308
|
"@babel/core": "^7.29.0",
|
|
309
|
-
"@powerlines/plugin-alloy": "^0.23.
|
|
309
|
+
"@powerlines/plugin-alloy": "^0.23.13",
|
|
310
310
|
"@types/node": "^22.19.11"
|
|
311
311
|
},
|
|
312
312
|
"publishConfig": { "access": "public" },
|
|
313
|
-
"gitHead": "
|
|
313
|
+
"gitHead": "305a2a23562d3ddd3f1c04bc770de72a30cf0fcb"
|
|
314
314
|
}
|