@storm-software/workspace-tools 1.287.4 → 1.287.6

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 +29 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,35 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.287.5](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.287.5) (2025-09-15)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ ([6e7c7948a](https://github.com/storm-software/storm-ops/commit/6e7c7948a))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated pnpm-tools to 0.1.6
15
+ - Updated npm-tools to 0.1.6
16
+ - Updated esbuild to 0.49.6
17
+ - Updated unbuild to 0.53.6
18
+
19
+ ## [1.287.4](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.287.4) (2025-09-15)
20
+
21
+ ### Miscellaneous
22
+
23
+ - **monorepo:** Regenerate README markdown files
24
+ ([e71a83bc4](https://github.com/storm-software/storm-ops/commit/e71a83bc4))
25
+
26
+ ### Updated Dependencies
27
+
28
+ - Updated pnpm-tools to 0.1.5
29
+ - Updated npm-tools to 0.1.5
30
+ - Updated prettier to 0.54.4
31
+ - Updated esbuild to 0.49.5
32
+ - Updated unbuild to 0.53.5
33
+
5
34
  ## [1.287.3](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.287.3) (2025-09-15)
6
35
 
7
36
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.287.4",
3
+ "version": "1.287.6",
4
4
  "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -208,11 +208,11 @@
208
208
  "@size-limit/esbuild": "11.1.4",
209
209
  "@size-limit/esbuild-why": "11.1.4",
210
210
  "@size-limit/file": "11.1.4",
211
- "@storm-software/esbuild": "^0.49.5",
212
- "@storm-software/npm-tools": "^0.1.5",
213
- "@storm-software/pnpm-tools": "^0.1.5",
211
+ "@storm-software/esbuild": "^0.49.7",
212
+ "@storm-software/npm-tools": "^0.1.7",
213
+ "@storm-software/pnpm-tools": "^0.1.7",
214
214
  "@storm-software/prettier": "^0.54.4",
215
- "@storm-software/unbuild": "^0.53.5",
215
+ "@storm-software/unbuild": "^0.53.7",
216
216
  "fs-extra": "11.2.0",
217
217
  "glob": "^11.0.1",
218
218
  "jiti": "^2.4.2",
@@ -237,5 +237,5 @@
237
237
  "publishConfig": { "access": "public" },
238
238
  "executors": "./executors.json",
239
239
  "generators": "./generators.json",
240
- "gitHead": "ee2be672dff8773062977876c5388bb5ea6dcde2"
240
+ "gitHead": "07ad10cab1322344a83fec3f14176a6a020a1c84"
241
241
  }