@razorwind/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 +5 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  # Changelog for Razorwind - Nx
4
4
 
5
+ ## [0.0.14](https://github.com/storm-software/razorwind/releases/tag/nx%400.0.14) (08/02/2026)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **nx:** Added missing `@storm-software/workspace-tools` dependency ([adb2310](https://github.com/storm-software/razorwind/commit/adb2310))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **core** to **v0.0.20**
14
+
5
15
  ## [0.0.13](https://github.com/storm-software/razorwind/releases/tag/nx%400.0.13) (08/02/2026)
6
16
 
7
17
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@razorwind/nx",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "A Nx plugin to support Razorwind development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -110,14 +110,15 @@
110
110
  "module": "dist/index.mjs",
111
111
  "typings": "dist/index.d.ts",
112
112
  "dependencies": {
113
- "c12": "^3.3.4",
114
113
  "@nx/devkit": "23.1.0",
115
114
  "@power-plant/core": "^0.0.63",
116
- "@razorwind/core": "^0.0.19",
115
+ "@razorwind/core": "^0.0.20",
116
+ "@storm-software/workspace-tools": "^1.296.90",
117
117
  "@stryke/hash": "^0.13.53",
118
118
  "@stryke/path": "^0.29.26",
119
119
  "@stryke/string-format": "^0.17.41",
120
120
  "@stryke/type-checks": "^0.6.32",
121
+ "c12": "^3.3.4",
121
122
  "defu": "^6.1.7",
122
123
  "jiti": "^2.7.0",
123
124
  "untyped": "^2.0.0"
@@ -133,5 +134,5 @@
133
134
  "publishConfig": { "access": "public" },
134
135
  "executors": "./executors.json",
135
136
  "generators": "./generators.json",
136
- "gitHead": "70c05ef41d67d4f3d9cc5d250b7ce8dfd7d91fe3"
137
+ "gitHead": "dd8f4c36cd1be67b2f95e755eec8762345b05d8c"
137
138
  }