@storm-software/workspace-tools 1.295.37 → 1.295.38
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/generators.js +6 -6
- package/dist/generators.mjs +6 -6
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- 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.37](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.37) (03/28/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **build-tools:** Added `INTERNAL_PACKAGES` centralized list of organization packages ([f87d57141](https://github.com/storm-software/storm-ops/commit/f87d57141))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **testing-tools** to **v1.119.136**
|
|
14
|
+
- Updated **config-tools** to **v1.189.61**
|
|
15
|
+
- Updated **pnpm-tools** to **v0.6.146**
|
|
16
|
+
- Updated **npm-tools** to **v0.6.99**
|
|
17
|
+
- Updated **prettier** to **v0.59.35**
|
|
18
|
+
- Updated **esbuild** to **v0.53.143**
|
|
19
|
+
- Updated **unbuild** to **v0.57.143**
|
|
20
|
+
- Updated **config** to **v1.137.15**
|
|
21
|
+
- Updated **tsdown** to **v0.45.143**
|
|
22
|
+
|
|
5
23
|
## [1.295.36](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.36) (03/26/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/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 _chunkX3H2BDXFjs = require('./chunk-X3H2BDXF.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkEWPWDNCSjs = require('./chunk-EWPWDNCS.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunk72WJVP2Vjs = require('./chunk-72WJVP2V.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkQFYTQVZWjs = require('./chunk-QFYTQVZW.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkLVO5FIAQjs = require('./chunk-LVO5FIAQ.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-LODTJTUA.mjs";
|
|
2
5
|
import {
|
|
3
6
|
presetGeneratorFn
|
|
4
7
|
} from "./chunk-Y7WHHDJ7.mjs";
|
|
8
|
+
import {
|
|
9
|
+
browserLibraryGeneratorFn
|
|
10
|
+
} from "./chunk-RIAPIVKD.mjs";
|
|
5
11
|
import {
|
|
6
12
|
configSchemaGeneratorFn
|
|
7
13
|
} from "./chunk-TYMF6PWQ.mjs";
|
|
@@ -11,12 +17,6 @@ import {
|
|
|
11
17
|
import {
|
|
12
18
|
neutralLibraryGeneratorFn
|
|
13
19
|
} from "./chunk-W2JX32OR.mjs";
|
|
14
|
-
import {
|
|
15
|
-
nodeLibraryGeneratorFn
|
|
16
|
-
} from "./chunk-LODTJTUA.mjs";
|
|
17
|
-
import {
|
|
18
|
-
browserLibraryGeneratorFn
|
|
19
|
-
} from "./chunk-RIAPIVKD.mjs";
|
|
20
20
|
import "./chunk-M3YWCYUX.mjs";
|
|
21
21
|
import "./chunk-QC5ON3X4.mjs";
|
|
22
22
|
import "./chunk-AQ7B26V3.mjs";
|
package/dist/index.js
CHANGED
|
@@ -116,22 +116,22 @@ require('./chunk-HTGUYSQT.js');
|
|
|
116
116
|
require('./chunk-C3TC7AUW.js');
|
|
117
117
|
|
|
118
118
|
|
|
119
|
-
var
|
|
119
|
+
var _chunkX3H2BDXFjs = require('./chunk-X3H2BDXF.js');
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
var
|
|
122
|
+
var _chunkEWPWDNCSjs = require('./chunk-EWPWDNCS.js');
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
var
|
|
125
|
+
var _chunk72WJVP2Vjs = require('./chunk-72WJVP2V.js');
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
var
|
|
128
|
+
var _chunkQFYTQVZWjs = require('./chunk-QFYTQVZW.js');
|
|
129
129
|
|
|
130
130
|
|
|
131
|
-
var
|
|
131
|
+
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
132
132
|
|
|
133
133
|
|
|
134
|
-
var
|
|
134
|
+
var _chunkLVO5FIAQjs = require('./chunk-LVO5FIAQ.js');
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
|
package/dist/index.mjs
CHANGED
|
@@ -114,9 +114,15 @@ import {
|
|
|
114
114
|
} from "./chunk-OVTQ7MFY.mjs";
|
|
115
115
|
import "./chunk-GEN563U4.mjs";
|
|
116
116
|
import "./chunk-SAIDGUHG.mjs";
|
|
117
|
+
import {
|
|
118
|
+
nodeLibraryGeneratorFn
|
|
119
|
+
} from "./chunk-LODTJTUA.mjs";
|
|
117
120
|
import {
|
|
118
121
|
presetGeneratorFn
|
|
119
122
|
} from "./chunk-Y7WHHDJ7.mjs";
|
|
123
|
+
import {
|
|
124
|
+
browserLibraryGeneratorFn
|
|
125
|
+
} from "./chunk-RIAPIVKD.mjs";
|
|
120
126
|
import {
|
|
121
127
|
configSchemaGeneratorFn
|
|
122
128
|
} from "./chunk-TYMF6PWQ.mjs";
|
|
@@ -126,12 +132,6 @@ import {
|
|
|
126
132
|
import {
|
|
127
133
|
neutralLibraryGeneratorFn
|
|
128
134
|
} from "./chunk-W2JX32OR.mjs";
|
|
129
|
-
import {
|
|
130
|
-
nodeLibraryGeneratorFn
|
|
131
|
-
} from "./chunk-LODTJTUA.mjs";
|
|
132
|
-
import {
|
|
133
|
-
browserLibraryGeneratorFn
|
|
134
|
-
} from "./chunk-RIAPIVKD.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.38",
|
|
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.62",
|
|
232
|
+
"@storm-software/esbuild": "^0.53.144",
|
|
233
|
+
"@storm-software/npm-tools": "^0.6.100",
|
|
234
|
+
"@storm-software/pnpm-tools": "^0.6.147",
|
|
235
|
+
"@storm-software/prettier": "^0.59.36",
|
|
236
|
+
"@storm-software/tsdown": "^0.45.144",
|
|
237
|
+
"@storm-software/unbuild": "^0.57.144",
|
|
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": "c9e22f77a54addf393da062dd661a01624fea3b1"
|
|
276
276
|
}
|