@shell-shock/preset-script 0.6.36 → 0.6.37

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock pack
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.6.34-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.6.36-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/preset-script",
3
- "version": "0.6.36",
3
+ "version": "0.6.37",
4
4
  "private": false,
5
5
  "description": "A Shell Shock preset that generates a fully-featured script application.",
6
6
  "keywords": [
@@ -195,25 +195,25 @@
195
195
  "dependencies": {
196
196
  "@alloy-js/core": "0.23.0-dev.8",
197
197
  "@alloy-js/typescript": "0.23.0-dev.4",
198
- "@powerlines/deepkit": "^0.6.160",
199
- "@powerlines/plugin-alloy": "^0.25.68",
200
- "@powerlines/plugin-plugin": "^0.12.332",
201
- "@shell-shock/core": "^0.13.10",
202
- "@shell-shock/plugin-banner": "^0.1.8",
203
- "@shell-shock/plugin-help": "^0.1.12",
204
- "@shell-shock/plugin-console": "^0.1.21",
205
- "@shell-shock/plugin-theme": "^0.3.25",
198
+ "@powerlines/deepkit": "^0.6.161",
199
+ "@powerlines/plugin-alloy": "^0.25.69",
200
+ "@powerlines/plugin-plugin": "^0.12.333",
201
+ "@shell-shock/core": "^0.13.11",
202
+ "@shell-shock/plugin-banner": "^0.1.9",
203
+ "@shell-shock/plugin-help": "^0.2.0",
204
+ "@shell-shock/plugin-console": "^0.1.22",
205
+ "@shell-shock/plugin-theme": "^0.3.26",
206
206
  "@stryke/helpers": "^0.10.7",
207
207
  "@stryke/path": "^0.27.3",
208
208
  "@stryke/string-format": "^0.17.7",
209
209
  "defu": "^6.1.4",
210
- "powerlines": "^0.42.22"
210
+ "powerlines": "^0.42.23"
211
211
  },
212
212
  "devDependencies": {
213
213
  "@babel/core": "^7.29.0",
214
- "@powerlines/plugin-alloy": "^0.25.68",
214
+ "@powerlines/plugin-alloy": "^0.25.69",
215
215
  "@types/node": "^25.5.0"
216
216
  },
217
217
  "publishConfig": { "access": "public" },
218
- "gitHead": "e407612d68d6376d543e8009c6e2aeb5ff6bc74c"
218
+ "gitHead": "6a9048c75b72117be8d2786fd1c7667bb88e9437"
219
219
  }