@shell-shock/nx 0.0.13 → 0.0.14

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 +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  # Changelog for Shell Shock - Nx
4
4
 
5
+ ## [0.0.13](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.13) (02/06/2026)
6
+
7
+ ### Features
8
+
9
+ - **core:** Added support for reading `metadata` export from command modules ([19f4ce0](https://github.com/storm-software/shell-shock/commit/19f4ce0))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **core** to **v0.5.0**
14
+
5
15
  ## [0.0.12](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.12) (02/05/2026)
6
16
 
7
17
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/nx",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -106,12 +106,12 @@
106
106
  "dependencies": {
107
107
  "@nx/devkit": "22.4.5",
108
108
  "@powerlines/nx": "^0.11.197",
109
- "@shell-shock/core": "^0.5.0",
109
+ "@shell-shock/core": "^0.5.1",
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
- "defu": "^6.1.4",
114
+ "defu": "6.1.4",
115
115
  "jiti": "^2.6.1",
116
116
  "powerlines": "^0.38.37",
117
117
  "untyped": "^1.5.2"
@@ -126,5 +126,5 @@
126
126
  },
127
127
  "publishConfig": { "access": "public" },
128
128
  "executors": "./executors.json",
129
- "gitHead": "533bcb80b1bcd7b3419e062287bedf4afed8a449"
129
+ "gitHead": "b2c853aae1d2d29bd12900d7850f8742382816ed"
130
130
  }