@shell-shock/preset-script 0.4.0 → 0.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/preset-script",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "description": "A Shell Shock preset that generates a fully-featured script application.",
6
6
  "repository": {
@@ -282,8 +282,8 @@
282
282
  "@powerlines/deepkit": "^0.6.50",
283
283
  "@powerlines/plugin-alloy": "^0.20.14",
284
284
  "@powerlines/plugin-plugin": "^0.12.221",
285
- "@shell-shock/core": "^0.5.1",
286
- "@shell-shock/plugin-theme": "^0.0.14",
285
+ "@shell-shock/core": "^0.6.0",
286
+ "@shell-shock/plugin-theme": "^0.0.15",
287
287
  "@stryke/path": "0.26.4",
288
288
  "@stryke/string-format": "0.13.7",
289
289
  "defu": "6.1.4",
@@ -296,5 +296,5 @@
296
296
  "@types/node": "^22.19.9"
297
297
  },
298
298
  "publishConfig": { "access": "public" },
299
- "gitHead": "b2c853aae1d2d29bd12900d7850f8742382816ed"
299
+ "gitHead": "56bc5ad6b21f20ec50ff934e8227f8b21751fc66"
300
300
  }