@shell-shock/nx 0.0.14 → 0.0.17

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/CHANGELOG.md +30 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,36 @@
2
2
 
3
3
  # Changelog for Shell Shock - Nx
4
4
 
5
+ ## [0.0.16](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.16) (02/08/2026)
6
+
7
+ ### Features
8
+
9
+ - **core:** Added the `icon` field to command metadata ([d60b57e](https://github.com/storm-software/shell-shock/commit/d60b57e))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **core** to **v0.7.0**
14
+
15
+ ## [0.0.15](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.15) (02/06/2026)
16
+
17
+ ### Miscellaneous
18
+
19
+ - **preset-script:** Added total processsing time logging to `exit` function ([7807c41](https://github.com/storm-software/shell-shock/commit/7807c41))
20
+
21
+ ### Updated Dependencies
22
+
23
+ - Updated **core** to **v0.6.0**
24
+
25
+ ## [0.0.14](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.14) (02/06/2026)
26
+
27
+ ### Features
28
+
29
+ - **preset-script:** Added help display for individual and virtual commands ([dd63f5e](https://github.com/storm-software/shell-shock/commit/dd63f5e))
30
+
31
+ ### Updated Dependencies
32
+
33
+ - Updated **core** to **v0.5.1**
34
+
5
35
  ## [0.0.13](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.13) (02/06/2026)
6
36
 
7
37
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/nx",
3
- "version": "0.0.14",
3
+ "version": "0.0.17",
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.4.5",
108
- "@powerlines/nx": "^0.11.197",
109
- "@shell-shock/core": "^0.5.1",
108
+ "@powerlines/nx": "^0.11.198",
109
+ "@shell-shock/core": "^0.8.0",
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.23",
114
114
  "defu": "6.1.4",
115
115
  "jiti": "^2.6.1",
116
- "powerlines": "^0.38.37",
116
+ "powerlines": "^0.38.38",
117
117
  "untyped": "^1.5.2"
118
118
  },
119
119
  "devDependencies": {
120
- "@powerlines/plugin-tsdown": "^0.1.223",
121
- "@powerlines/plugin-untyped": "^0.2.223",
120
+ "@powerlines/plugin-tsdown": "^0.1.224",
121
+ "@powerlines/plugin-untyped": "^0.2.224",
122
122
  "@storm-software/testing-tools": "^1.119.75",
123
- "@types/node": "^22.19.9",
123
+ "@types/node": "^22.19.10",
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": "b2c853aae1d2d29bd12900d7850f8742382816ed"
129
+ "gitHead": "a3710248496a9b6251c18d6ee4af3587a0dc1fa5"
130
130
  }