@razorwind/nx 0.0.9 → 0.0.11

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 +12 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Razorwind - Nx
4
4
 
5
+ ## [0.0.11](https://github.com/storm-software/razorwind/releases/tag/nx%400.0.11) (08/02/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **core** to **v0.0.17**
10
+
11
+ ## [0.0.10](https://github.com/storm-software/razorwind/releases/tag/nx%400.0.10) (08/02/2026)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **core** to **v0.0.16**
16
+
5
17
  ## [0.0.9](https://github.com/storm-software/razorwind/releases/tag/nx%400.0.9) (08/01/2026)
6
18
 
7
19
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@razorwind/nx",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "A Nx plugin to support Razorwind development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -113,18 +113,18 @@
113
113
  "c12": "^3.3.4",
114
114
  "@nx/devkit": "23.1.0",
115
115
  "@power-plant/core": "^0.0.61",
116
- "@razorwind/core": "^0.0.15",
117
- "@stryke/hash": "^0.13.52",
118
- "@stryke/path": "^0.29.25",
119
- "@stryke/string-format": "^0.17.40",
120
- "@stryke/type-checks": "^0.6.31",
116
+ "@razorwind/core": "^0.0.17",
117
+ "@stryke/hash": "^0.13.53",
118
+ "@stryke/path": "^0.29.26",
119
+ "@stryke/string-format": "^0.17.41",
120
+ "@stryke/type-checks": "^0.6.32",
121
121
  "defu": "^6.1.7",
122
122
  "jiti": "^2.7.0",
123
123
  "untyped": "^2.0.0"
124
124
  },
125
125
  "devDependencies": {
126
- "@powerlines/plugin-tsdown": "^0.1.579",
127
- "@powerlines/plugin-untyped": "^0.2.593",
126
+ "@powerlines/plugin-tsdown": "^0.1.581",
127
+ "@powerlines/plugin-untyped": "^0.2.595",
128
128
  "@types/node": "^25.9.5",
129
129
  "eslint-flat-config-utils": "^3.2.0",
130
130
  "jsonc-eslint-parser": "^3.1.0"
@@ -133,5 +133,5 @@
133
133
  "publishConfig": { "access": "public" },
134
134
  "executors": "./executors.json",
135
135
  "generators": "./generators.json",
136
- "gitHead": "8960f1088d32b211c798cb1bf9c24ba605d677fc"
136
+ "gitHead": "3cc5b85aebb2434cd4395b99e9cab9b9223ff6db"
137
137
  }