@shell-shock/core 0.13.9 → 0.13.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
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.13.8-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.13.10-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/core",
3
- "version": "0.13.9",
3
+ "version": "0.13.11",
4
4
  "private": false,
5
5
  "description": "A package containing the core Shell Shock functionality used to build and manage a command-line application.",
6
6
  "keywords": ["shell-shock", "powerlines", "storm-software"],
@@ -350,12 +350,12 @@
350
350
  "@alloy-js/core": "0.23.0-dev.8",
351
351
  "@alloy-js/markdown": "0.23.0-dev.1",
352
352
  "@alloy-js/typescript": "0.23.0-dev.4",
353
- "@powerlines/deepkit": "^0.6.160",
354
- "@powerlines/plugin-alloy": "^0.25.68",
355
- "@powerlines/plugin-automd": "^0.1.381",
356
- "@powerlines/plugin-deepkit": "^0.11.260",
357
- "@powerlines/plugin-nodejs": "^0.1.304",
358
- "@powerlines/plugin-tsdown": "^0.1.323",
353
+ "@powerlines/deepkit": "^0.6.161",
354
+ "@powerlines/plugin-alloy": "^0.25.69",
355
+ "@powerlines/plugin-automd": "^0.1.382",
356
+ "@powerlines/plugin-deepkit": "^0.11.261",
357
+ "@powerlines/plugin-nodejs": "^0.1.305",
358
+ "@powerlines/plugin-tsdown": "^0.1.324",
359
359
  "@standard-schema/spec": "^1.1.0",
360
360
  "@standard-schema/utils": "^0.3.0",
361
361
  "@stryke/cli": "^0.13.36",
@@ -371,18 +371,18 @@
371
371
  "automd": "^0.4.3",
372
372
  "defu": "^6.1.4",
373
373
  "json-schema": "^0.4.0",
374
- "tsdown": "^0.21.5"
374
+ "tsdown": "^0.21.6"
375
375
  },
376
376
  "devDependencies": {
377
- "@powerlines/plugin-plugin": "^0.12.332",
377
+ "@powerlines/plugin-plugin": "^0.12.333",
378
378
  "@types/json-schema": "^7.0.15",
379
379
  "@types/node": "^25.5.0",
380
- "powerlines": "^0.42.22",
380
+ "powerlines": "^0.42.23",
381
381
  "typescript": "^5.9.3",
382
382
  "zod": "^4.3.6"
383
383
  },
384
384
  "peerDependencies": { "powerlines": ">=0.42.10", "zod": "^3.25.0 || ^4.0.0" },
385
385
  "peerDependenciesMeta": { "zod": { "optional": true } },
386
386
  "publishConfig": { "access": "public" },
387
- "gitHead": "036578a29fdeedf3a93c53a1ea4cf0a180b8f5bb"
387
+ "gitHead": "6a9048c75b72117be8d2786fd1c7667bb88e9437"
388
388
  }