@shell-shock/nx 0.0.32 → 0.0.33
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 +10 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Shell Shock - Nx
|
|
4
4
|
|
|
5
|
+
## [0.0.32](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.32) (02/21/2026)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **plugin-prompts:** Added the `checkForUpdates` utility function ([f60762a](https://github.com/storm-software/shell-shock/commit/f60762a))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **core** to **v0.9.1**
|
|
14
|
+
|
|
5
15
|
## [0.0.31](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.31) (02/21/2026)
|
|
6
16
|
|
|
7
17
|
### Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/nx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.33",
|
|
4
4
|
"description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -105,26 +105,26 @@
|
|
|
105
105
|
"typings": "dist/src/index.d.cts",
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@nx/devkit": "22.5.2",
|
|
108
|
-
"@powerlines/nx": "^0.11.
|
|
109
|
-
"@shell-shock/core": "^0.9.
|
|
110
|
-
"@storm-software/config": "^1.135.
|
|
111
|
-
"@storm-software/config-tools": "^1.189.
|
|
112
|
-
"@storm-software/workspace-tools": "^1.294.
|
|
108
|
+
"@powerlines/nx": "^0.11.215",
|
|
109
|
+
"@shell-shock/core": "^0.9.2",
|
|
110
|
+
"@storm-software/config": "^1.135.9",
|
|
111
|
+
"@storm-software/config-tools": "^1.189.8",
|
|
112
|
+
"@storm-software/workspace-tools": "^1.294.41",
|
|
113
113
|
"@stryke/type-checks": "^0.5.25",
|
|
114
114
|
"defu": "6.1.4",
|
|
115
115
|
"jiti": "^2.6.1",
|
|
116
|
-
"powerlines": "^0.38.
|
|
116
|
+
"powerlines": "^0.38.55",
|
|
117
117
|
"untyped": "^1.5.2"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@powerlines/plugin-tsdown": "^0.1.
|
|
121
|
-
"@powerlines/plugin-untyped": "^0.2.
|
|
122
|
-
"@storm-software/testing-tools": "^1.119.
|
|
120
|
+
"@powerlines/plugin-tsdown": "^0.1.241",
|
|
121
|
+
"@powerlines/plugin-untyped": "^0.2.241",
|
|
122
|
+
"@storm-software/testing-tools": "^1.119.83",
|
|
123
123
|
"@types/node": "^25.3.0",
|
|
124
124
|
"eslint-flat-config-utils": "^2.1.4",
|
|
125
125
|
"jsonc-eslint-parser": "^2.4.2"
|
|
126
126
|
},
|
|
127
127
|
"publishConfig": { "access": "public" },
|
|
128
128
|
"executors": "./executors.json",
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "a31a7a7e812f31a59f19cf31f8175d9c15a50e82"
|
|
130
130
|
}
|