@shell-shock/nx 0.0.22 → 0.0.23

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/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  # Changelog for Shell Shock - Nx
4
4
 
5
+ ## [0.0.22](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.22) (02/16/2026)
6
+
7
+ ### Features
8
+
9
+ - **preset-cli:** Added the `prompts` built-in module ([95119a6](https://github.com/storm-software/shell-shock/commit/95119a6))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **core** to **v0.8.5**
14
+
5
15
  ## [0.0.21](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.21) (02/10/2026)
6
16
 
7
17
  ### Updated Dependencies
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.0.6-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.0.22-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/nx",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -105,20 +105,20 @@
105
105
  "typings": "dist/src/index.d.cts",
106
106
  "dependencies": {
107
107
  "@nx/devkit": "22.4.5",
108
- "@powerlines/nx": "^0.11.208",
109
- "@shell-shock/core": "^0.8.5",
108
+ "@powerlines/nx": "^0.11.209",
109
+ "@shell-shock/core": "^0.8.6",
110
110
  "@storm-software/config": "^1.135.1",
111
111
  "@storm-software/config-tools": "^1.189.0",
112
112
  "@storm-software/workspace-tools": "^1.294.32",
113
113
  "@stryke/type-checks": "^0.5.25",
114
114
  "defu": "^6.1.4",
115
115
  "jiti": "^2.6.1",
116
- "powerlines": "^0.38.48",
116
+ "powerlines": "^0.38.49",
117
117
  "untyped": "^1.5.2"
118
118
  },
119
119
  "devDependencies": {
120
- "@powerlines/plugin-tsdown": "^0.1.234",
121
- "@powerlines/plugin-untyped": "^0.2.234",
120
+ "@powerlines/plugin-tsdown": "^0.1.235",
121
+ "@powerlines/plugin-untyped": "^0.2.235",
122
122
  "@storm-software/testing-tools": "^1.119.75",
123
123
  "@types/node": "^22.19.11",
124
124
  "eslint-flat-config-utils": "^2.1.4",
@@ -126,5 +126,5 @@
126
126
  },
127
127
  "publishConfig": { "access": "public" },
128
128
  "executors": "./executors.json",
129
- "gitHead": "488f5e2d29227ff6f33792be8fae5214a6e64bed"
129
+ "gitHead": "659d34605a9f52b88a7c638ad74e58fd3f48c59c"
130
130
  }