@storm-software/workspace-tools 1.294.29 → 1.294.30

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.294.29](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.29) (01/27/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **prettier** to **v0.57.77**
10
+
5
11
  ## [1.294.28](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.28) (01/27/2026)
6
12
 
7
13
  ### Updated Dependencies
@@ -7,15 +7,15 @@ var _chunk2KU2SYNDjs = require('./chunk-2KU2SYND.js');
7
7
  var _chunkLQZIZT3Yjs = require('./chunk-LQZIZT3Y.js');
8
8
 
9
9
 
10
- var _chunkQPBVOQFMjs = require('./chunk-QPBVOQFM.js');
11
-
12
-
13
10
  var _chunkAA5UBL6Wjs = require('./chunk-AA5UBL6W.js');
14
11
 
15
12
 
16
13
  var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
17
14
 
18
15
 
16
+ var _chunkQPBVOQFMjs = require('./chunk-QPBVOQFM.js');
17
+
18
+
19
19
  var _chunkVHXO4KB2js = require('./chunk-VHXO4KB2.js');
20
20
  require('./chunk-BZMYB75M.js');
21
21
  require('./chunk-SZWM7COV.js');
@@ -5,15 +5,15 @@ import {
5
5
  import {
6
6
  nodeLibraryGeneratorFn
7
7
  } from "./chunk-ZED2FGME.mjs";
8
- import {
9
- browserLibraryGeneratorFn
10
- } from "./chunk-AUKCJTVH.mjs";
11
8
  import {
12
9
  configSchemaGeneratorFn
13
10
  } from "./chunk-R3374L7Q.mjs";
14
11
  import {
15
12
  initGenerator
16
13
  } from "./chunk-437WGH2M.mjs";
14
+ import {
15
+ browserLibraryGeneratorFn
16
+ } from "./chunk-AUKCJTVH.mjs";
17
17
  import {
18
18
  neutralLibraryGeneratorFn
19
19
  } from "./chunk-G3QQ7CLV.mjs";
package/dist/index.js CHANGED
@@ -122,15 +122,15 @@ var _chunk2KU2SYNDjs = require('./chunk-2KU2SYND.js');
122
122
  var _chunkLQZIZT3Yjs = require('./chunk-LQZIZT3Y.js');
123
123
 
124
124
 
125
- var _chunkQPBVOQFMjs = require('./chunk-QPBVOQFM.js');
126
-
127
-
128
125
  var _chunkAA5UBL6Wjs = require('./chunk-AA5UBL6W.js');
129
126
 
130
127
 
131
128
  var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
132
129
 
133
130
 
131
+ var _chunkQPBVOQFMjs = require('./chunk-QPBVOQFM.js');
132
+
133
+
134
134
  var _chunkVHXO4KB2js = require('./chunk-VHXO4KB2.js');
135
135
 
136
136
 
package/dist/index.mjs CHANGED
@@ -120,15 +120,15 @@ import {
120
120
  import {
121
121
  nodeLibraryGeneratorFn
122
122
  } from "./chunk-ZED2FGME.mjs";
123
- import {
124
- browserLibraryGeneratorFn
125
- } from "./chunk-AUKCJTVH.mjs";
126
123
  import {
127
124
  configSchemaGeneratorFn
128
125
  } from "./chunk-R3374L7Q.mjs";
129
126
  import {
130
127
  initGenerator
131
128
  } from "./chunk-437WGH2M.mjs";
129
+ import {
130
+ browserLibraryGeneratorFn
131
+ } from "./chunk-AUKCJTVH.mjs";
132
132
  import {
133
133
  neutralLibraryGeneratorFn
134
134
  } from "./chunk-G3QQ7CLV.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.294.29",
3
+ "version": "1.294.30",
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",
@@ -244,7 +244,7 @@
244
244
  "@storm-software/esbuild": "^0.53.81",
245
245
  "@storm-software/npm-tools": "^0.6.38",
246
246
  "@storm-software/pnpm-tools": "^0.6.83",
247
- "@storm-software/prettier": "^0.57.77",
247
+ "@storm-software/prettier": "^0.57.78",
248
248
  "@storm-software/tsdown": "^0.45.81",
249
249
  "@storm-software/unbuild": "^0.57.81",
250
250
  "fs-extra": "11.2.0",
@@ -272,5 +272,5 @@
272
272
  "publishConfig": { "access": "public" },
273
273
  "executors": "./executors.json",
274
274
  "generators": "./generators.json",
275
- "gitHead": "22761b996684ad14e5c4e40c0b1d9892797d68a5"
275
+ "gitHead": "86f3b992bd770d4734a52bdc62f83dfb4b545b75"
276
276
  }