@storm-software/workspace-tools 1.295.10 → 1.295.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.
- package/CHANGELOG.md +18 -0
- package/README.md +1 -1
- package/dist/executors.js +3 -3
- package/dist/executors.mjs +5 -5
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +6 -6
- package/dist/index.js +9 -9
- package/dist/index.mjs +11 -11
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.295.10](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.10) (03/16/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace `README.md` files ([5cd48ca1f](https://github.com/storm-software/storm-ops/commit/5cd48ca1f))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **testing-tools** to **v1.119.109**
|
|
14
|
+
- Updated **config-tools** to **v1.189.34**
|
|
15
|
+
- Updated **pnpm-tools** to **v0.6.119**
|
|
16
|
+
- Updated **npm-tools** to **v0.6.72**
|
|
17
|
+
- Updated **prettier** to **v0.59.8**
|
|
18
|
+
- Updated **esbuild** to **v0.53.116**
|
|
19
|
+
- Updated **unbuild** to **v0.57.116**
|
|
20
|
+
- Updated **config** to **v1.135.35**
|
|
21
|
+
- Updated **tsdown** to **v0.45.116**
|
|
22
|
+
|
|
5
23
|
## [1.295.9](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.9) (03/16/2026)
|
|
6
24
|
|
|
7
25
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/dist/executors.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-P6HSE7LH.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkH3IKVCIQjs = require('./chunk-H3IKVCIQ.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkRXZNL5UAjs = require('./chunk-RXZNL5UA.js');
|
|
@@ -17,10 +17,10 @@ var _chunkEE24BJX6js = require('./chunk-EE24BJX6.js');
|
|
|
17
17
|
require('./chunk-GKKPBHC2.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkTJQO23VQjs = require('./chunk-TJQO23VQ.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
var
|
|
23
|
+
var _chunkV3AKBG6Kjs = require('./chunk-V3AKBG6K.js');
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
var _chunk4HKJAOZEjs = require('./chunk-4HKJAOZE.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./chunk-GHQJKIMQ.mjs";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
sizeLimitExecutorFn
|
|
4
|
+
} from "./chunk-CN3UL6AL.mjs";
|
|
5
5
|
import {
|
|
6
6
|
tsdownExecutorFn
|
|
7
7
|
} from "./chunk-MYOUONF2.mjs";
|
|
@@ -15,12 +15,12 @@ import {
|
|
|
15
15
|
esbuildExecutorFn
|
|
16
16
|
} from "./chunk-37K47MPA.mjs";
|
|
17
17
|
import "./chunk-JTAXUWUB.mjs";
|
|
18
|
+
import {
|
|
19
|
+
napiExecutor
|
|
20
|
+
} from "./chunk-ISKPL45K.mjs";
|
|
18
21
|
import {
|
|
19
22
|
LARGE_BUFFER
|
|
20
23
|
} from "./chunk-6KULJXXR.mjs";
|
|
21
|
-
import {
|
|
22
|
-
sizeLimitExecutorFn
|
|
23
|
-
} from "./chunk-CN3UL6AL.mjs";
|
|
24
24
|
import {
|
|
25
25
|
cargoClippyExecutor
|
|
26
26
|
} from "./chunk-JYOKROZO.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-C3TC7AUW.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk4U2NLOJ4js = require('./chunk-4U2NLOJ4.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkOUFCTM3Ojs = require('./chunk-OUFCTM3O.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkMTLWFXXLjs = require('./chunk-MTLWFXXL.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkMZGQ4TDYjs = require('./chunk-MZGQ4TDY.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkHBEU4BAAjs = require('./chunk-HBEU4BAA.js');
|
|
20
20
|
require('./chunk-BZMYB75M.js');
|
|
21
21
|
require('./chunk-SZWM7COV.js');
|
|
22
22
|
require('./chunk-UHTWNVEZ.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import "./chunk-SAIDGUHG.mjs";
|
|
2
|
+
import {
|
|
3
|
+
nodeLibraryGeneratorFn
|
|
4
|
+
} from "./chunk-S7ENFG63.mjs";
|
|
2
5
|
import {
|
|
3
6
|
presetGeneratorFn
|
|
4
7
|
} from "./chunk-7YK7GYPK.mjs";
|
|
8
|
+
import {
|
|
9
|
+
browserLibraryGeneratorFn
|
|
10
|
+
} from "./chunk-5IVX4ML2.mjs";
|
|
5
11
|
import {
|
|
6
12
|
configSchemaGeneratorFn
|
|
7
13
|
} from "./chunk-PGNIX7OK.mjs";
|
|
@@ -11,12 +17,6 @@ import {
|
|
|
11
17
|
import {
|
|
12
18
|
neutralLibraryGeneratorFn
|
|
13
19
|
} from "./chunk-E7OZO5Z4.mjs";
|
|
14
|
-
import {
|
|
15
|
-
nodeLibraryGeneratorFn
|
|
16
|
-
} from "./chunk-S7ENFG63.mjs";
|
|
17
|
-
import {
|
|
18
|
-
browserLibraryGeneratorFn
|
|
19
|
-
} from "./chunk-5IVX4ML2.mjs";
|
|
20
20
|
import "./chunk-M3YWCYUX.mjs";
|
|
21
21
|
import "./chunk-QC5ON3X4.mjs";
|
|
22
22
|
import "./chunk-AQ7B26V3.mjs";
|
package/dist/index.js
CHANGED
|
@@ -58,7 +58,7 @@ var _chunkVXHOSAQ7js = require('./chunk-VXHOSAQ7.js');
|
|
|
58
58
|
require('./chunk-P6HSE7LH.js');
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
var
|
|
61
|
+
var _chunkH3IKVCIQjs = require('./chunk-H3IKVCIQ.js');
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
var _chunkRXZNL5UAjs = require('./chunk-RXZNL5UA.js');
|
|
@@ -74,10 +74,10 @@ var _chunkEE24BJX6js = require('./chunk-EE24BJX6.js');
|
|
|
74
74
|
require('./chunk-GKKPBHC2.js');
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
var
|
|
77
|
+
var _chunkTJQO23VQjs = require('./chunk-TJQO23VQ.js');
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
var
|
|
80
|
+
var _chunkV3AKBG6Kjs = require('./chunk-V3AKBG6K.js');
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
var _chunk4HKJAOZEjs = require('./chunk-4HKJAOZE.js');
|
|
@@ -116,22 +116,22 @@ require('./chunk-K2HA4BJN.js');
|
|
|
116
116
|
require('./chunk-C3TC7AUW.js');
|
|
117
117
|
|
|
118
118
|
|
|
119
|
-
var
|
|
119
|
+
var _chunk4U2NLOJ4js = require('./chunk-4U2NLOJ4.js');
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
var
|
|
122
|
+
var _chunkOUFCTM3Ojs = require('./chunk-OUFCTM3O.js');
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
var
|
|
125
|
+
var _chunkMTLWFXXLjs = require('./chunk-MTLWFXXL.js');
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
var
|
|
128
|
+
var _chunkMZGQ4TDYjs = require('./chunk-MZGQ4TDY.js');
|
|
129
129
|
|
|
130
130
|
|
|
131
|
-
var
|
|
131
|
+
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
132
132
|
|
|
133
133
|
|
|
134
|
-
var
|
|
134
|
+
var _chunkHBEU4BAAjs = require('./chunk-HBEU4BAA.js');
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
|
package/dist/index.mjs
CHANGED
|
@@ -57,8 +57,8 @@ import {
|
|
|
57
57
|
} from "./chunk-UBVTASOE.mjs";
|
|
58
58
|
import "./chunk-GHQJKIMQ.mjs";
|
|
59
59
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
60
|
+
sizeLimitExecutorFn
|
|
61
|
+
} from "./chunk-CN3UL6AL.mjs";
|
|
62
62
|
import {
|
|
63
63
|
tsdownExecutorFn
|
|
64
64
|
} from "./chunk-MYOUONF2.mjs";
|
|
@@ -72,12 +72,12 @@ import {
|
|
|
72
72
|
esbuildExecutorFn
|
|
73
73
|
} from "./chunk-37K47MPA.mjs";
|
|
74
74
|
import "./chunk-JTAXUWUB.mjs";
|
|
75
|
+
import {
|
|
76
|
+
napiExecutor
|
|
77
|
+
} from "./chunk-ISKPL45K.mjs";
|
|
75
78
|
import {
|
|
76
79
|
LARGE_BUFFER
|
|
77
80
|
} from "./chunk-6KULJXXR.mjs";
|
|
78
|
-
import {
|
|
79
|
-
sizeLimitExecutorFn
|
|
80
|
-
} from "./chunk-CN3UL6AL.mjs";
|
|
81
81
|
import {
|
|
82
82
|
cargoClippyExecutor
|
|
83
83
|
} from "./chunk-JYOKROZO.mjs";
|
|
@@ -114,9 +114,15 @@ import {
|
|
|
114
114
|
} from "./chunk-6ZC47WFT.mjs";
|
|
115
115
|
import "./chunk-5KJYQ2A4.mjs";
|
|
116
116
|
import "./chunk-SAIDGUHG.mjs";
|
|
117
|
+
import {
|
|
118
|
+
nodeLibraryGeneratorFn
|
|
119
|
+
} from "./chunk-S7ENFG63.mjs";
|
|
117
120
|
import {
|
|
118
121
|
presetGeneratorFn
|
|
119
122
|
} from "./chunk-7YK7GYPK.mjs";
|
|
123
|
+
import {
|
|
124
|
+
browserLibraryGeneratorFn
|
|
125
|
+
} from "./chunk-5IVX4ML2.mjs";
|
|
120
126
|
import {
|
|
121
127
|
configSchemaGeneratorFn
|
|
122
128
|
} from "./chunk-PGNIX7OK.mjs";
|
|
@@ -126,12 +132,6 @@ import {
|
|
|
126
132
|
import {
|
|
127
133
|
neutralLibraryGeneratorFn
|
|
128
134
|
} from "./chunk-E7OZO5Z4.mjs";
|
|
129
|
-
import {
|
|
130
|
-
nodeLibraryGeneratorFn
|
|
131
|
-
} from "./chunk-S7ENFG63.mjs";
|
|
132
|
-
import {
|
|
133
|
-
browserLibraryGeneratorFn
|
|
134
|
-
} from "./chunk-5IVX4ML2.mjs";
|
|
135
135
|
import {
|
|
136
136
|
createProjectTsConfigJson,
|
|
137
137
|
getOutputPath,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.295.
|
|
3
|
+
"version": "1.295.11",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"monorepo",
|
|
@@ -228,13 +228,13 @@
|
|
|
228
228
|
"@size-limit/esbuild": "11.1.4",
|
|
229
229
|
"@size-limit/esbuild-why": "11.1.4",
|
|
230
230
|
"@size-limit/file": "11.1.4",
|
|
231
|
-
"@storm-software/config-tools": "^1.189.
|
|
232
|
-
"@storm-software/esbuild": "^0.53.
|
|
233
|
-
"@storm-software/npm-tools": "^0.6.
|
|
234
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
235
|
-
"@storm-software/prettier": "^0.59.
|
|
236
|
-
"@storm-software/tsdown": "^0.45.
|
|
237
|
-
"@storm-software/unbuild": "^0.57.
|
|
231
|
+
"@storm-software/config-tools": "^1.189.35",
|
|
232
|
+
"@storm-software/esbuild": "^0.53.117",
|
|
233
|
+
"@storm-software/npm-tools": "^0.6.73",
|
|
234
|
+
"@storm-software/pnpm-tools": "^0.6.120",
|
|
235
|
+
"@storm-software/prettier": "^0.59.9",
|
|
236
|
+
"@storm-software/tsdown": "^0.45.117",
|
|
237
|
+
"@storm-software/unbuild": "^0.57.117",
|
|
238
238
|
"fs-extra": "11.2.0",
|
|
239
239
|
"glob": "^11.1.0",
|
|
240
240
|
"jiti": "2.4.2",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "5319d9f85f8a4aa266d7453333d34de6e982847c"
|
|
276
276
|
}
|