@powerlines/nx 0.5.1 → 0.5.2

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 +7 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.5.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.5.1) (2025-10-21)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Reformat repository `package.json` files
10
+ ([dc79d28](https://github.com/storm-software/powerlines/commit/dc79d28))
11
+
5
12
  ## [0.5.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.5.0) (2025-10-21)
6
13
 
7
14
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -140,12 +140,12 @@
140
140
  "typings": "dist/index.d.ts",
141
141
  "dependencies": {
142
142
  "@nx/devkit": "21.5.3",
143
- "@storm-software/build-tools": "^0.158.6",
144
- "@storm-software/config": "^1.134.6",
145
- "@storm-software/config-tools": "^1.188.6",
146
- "@storm-software/esbuild": "^0.53.6",
147
- "@storm-software/unbuild": "^0.57.6",
148
- "@storm-software/workspace-tools": "^1.292.6",
143
+ "@storm-software/build-tools": "^0.158.7",
144
+ "@storm-software/config": "^1.134.7",
145
+ "@storm-software/config-tools": "^1.188.7",
146
+ "@storm-software/esbuild": "^0.53.7",
147
+ "@storm-software/unbuild": "^0.57.7",
148
+ "@storm-software/workspace-tools": "^1.292.7",
149
149
  "@stryke/fs": "^0.32.2",
150
150
  "@stryke/hash": "^0.12.0",
151
151
  "@stryke/path": "^0.16.0",
@@ -154,11 +154,11 @@
154
154
  "defu": "^6.1.4",
155
155
  "jiti": "^2.6.1",
156
156
  "nx": "21.5.3",
157
- "powerlines": "^0.5.0"
157
+ "powerlines": "^0.6.1"
158
158
  },
159
159
  "devDependencies": {
160
160
  "@nx/workspace": "21.5.3",
161
- "@storm-software/testing-tools": "^1.119.6",
161
+ "@storm-software/testing-tools": "^1.119.7",
162
162
  "@types/node": "^22.18.12",
163
163
  "eslint-flat-config-utils": "2.1.0",
164
164
  "jsonc-eslint-parser": "2.4.0",
@@ -168,5 +168,5 @@
168
168
  "publishConfig": { "access": "public" },
169
169
  "executors": "./executors.json",
170
170
  "generators": "./generators.json",
171
- "gitHead": "9f798e68652f3be59814d62b30ce3be4710b7ae7"
171
+ "gitHead": "49929e8c2f56d148c77d5259132b1e8d4f28767c"
172
172
  }