@storm-software/workspace-tools 1.292.6 → 1.292.8
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 +34 -0
- package/README.md +1 -1
- package/dist/executors.js +2 -2
- package/dist/executors.mjs +3 -3
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +3 -3
- package/dist/index.js +5 -5
- package/dist/index.mjs +6 -6
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,40 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.292.7](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.292.7) (2025-10-22)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([27016fcde](https://github.com/storm-software/storm-ops/commit/27016fcde))
|
|
11
|
+
- **monorepo:** Update workspace README markdown files
|
|
12
|
+
([f94cb041a](https://github.com/storm-software/storm-ops/commit/f94cb041a))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated pnpm-tools to 0.6.7
|
|
17
|
+
- Updated npm-tools to 0.5.7
|
|
18
|
+
- Updated prettier to 0.57.7
|
|
19
|
+
- Updated esbuild to 0.53.7
|
|
20
|
+
- Updated unbuild to 0.57.7
|
|
21
|
+
- Updated tsdown to 0.45.7
|
|
22
|
+
|
|
23
|
+
## [1.292.6](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.292.6) (2025-10-17)
|
|
24
|
+
|
|
25
|
+
### Miscellaneous
|
|
26
|
+
|
|
27
|
+
- **monorepo:** Update workspace package links
|
|
28
|
+
([af97dc773](https://github.com/storm-software/storm-ops/commit/af97dc773))
|
|
29
|
+
|
|
30
|
+
### Updated Dependencies
|
|
31
|
+
|
|
32
|
+
- Updated pnpm-tools to 0.6.6
|
|
33
|
+
- Updated npm-tools to 0.5.6
|
|
34
|
+
- Updated prettier to 0.57.6
|
|
35
|
+
- Updated esbuild to 0.53.6
|
|
36
|
+
- Updated unbuild to 0.57.6
|
|
37
|
+
- Updated tsdown to 0.45.6
|
|
38
|
+
|
|
5
39
|
## [1.292.5](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.292.5) (2025-10-17)
|
|
6
40
|
|
|
7
41
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/dist/executors.js
CHANGED
|
@@ -16,10 +16,10 @@ var _chunkADWXA4ZQjs = require('./chunk-ADWXA4ZQ.js');
|
|
|
16
16
|
var _chunkSVSX2DDYjs = require('./chunk-SVSX2DDY.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkWRXLSZ6Ijs = require('./chunk-WRXLSZ6I.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunk3JD245PMjs = require('./chunk-3JD245PM.js');
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
var _chunkMYFQ64WEjs = require('./chunk-MYFQ64WE.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -14,12 +14,12 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
typiaExecutorFn
|
|
16
16
|
} from "./chunk-BCXNBLCP.mjs";
|
|
17
|
-
import {
|
|
18
|
-
cargoFormatExecutor
|
|
19
|
-
} from "./chunk-6FX2E553.mjs";
|
|
20
17
|
import {
|
|
21
18
|
getRegistryVersion
|
|
22
19
|
} from "./chunk-7DLHAWLG.mjs";
|
|
20
|
+
import {
|
|
21
|
+
cargoFormatExecutor
|
|
22
|
+
} from "./chunk-6FX2E553.mjs";
|
|
23
23
|
import {
|
|
24
24
|
esbuildExecutorFn
|
|
25
25
|
} from "./chunk-NXWRHUNL.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-INERRJ6Q.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var _chunkT5BI42AOjs = require('./chunk-T5BI42AO.js');
|
|
5
|
-
|
|
6
|
-
|
|
7
4
|
var _chunkYMZQ7GGXjs = require('./chunk-YMZQ7GGX.js');
|
|
8
5
|
|
|
9
6
|
|
|
@@ -20,6 +17,9 @@ var _chunkMBO4Z5AVjs = require('./chunk-MBO4Z5AV.js');
|
|
|
20
17
|
|
|
21
18
|
|
|
22
19
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
var _chunkT5BI42AOjs = require('./chunk-T5BI42AO.js');
|
|
23
23
|
require('./chunk-4HV5G4DT.js');
|
|
24
24
|
require('./chunk-SZWM7COV.js');
|
|
25
25
|
require('./chunk-J4I6MJT2.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
|
-
import {
|
|
3
|
-
neutralLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-2ONEZU6V.mjs";
|
|
5
2
|
import {
|
|
6
3
|
nodeLibraryGeneratorFn
|
|
7
4
|
} from "./chunk-Q57UD72U.mjs";
|
|
@@ -20,6 +17,9 @@ import {
|
|
|
20
17
|
import {
|
|
21
18
|
initGenerator
|
|
22
19
|
} from "./chunk-437WGH2M.mjs";
|
|
20
|
+
import {
|
|
21
|
+
neutralLibraryGeneratorFn
|
|
22
|
+
} from "./chunk-2ONEZU6V.mjs";
|
|
23
23
|
import "./chunk-HP36FVRU.mjs";
|
|
24
24
|
import "./chunk-QC5ON3X4.mjs";
|
|
25
25
|
import "./chunk-JLXBL5BC.mjs";
|
package/dist/index.js
CHANGED
|
@@ -65,10 +65,10 @@ var _chunkADWXA4ZQjs = require('./chunk-ADWXA4ZQ.js');
|
|
|
65
65
|
var _chunkSVSX2DDYjs = require('./chunk-SVSX2DDY.js');
|
|
66
66
|
|
|
67
67
|
|
|
68
|
-
var
|
|
68
|
+
var _chunkWRXLSZ6Ijs = require('./chunk-WRXLSZ6I.js');
|
|
69
69
|
|
|
70
70
|
|
|
71
|
-
var
|
|
71
|
+
var _chunk3JD245PMjs = require('./chunk-3JD245PM.js');
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
var _chunkMYFQ64WEjs = require('./chunk-MYFQ64WE.js');
|
|
@@ -104,9 +104,6 @@ var _chunkLJDV7HFTjs = require('./chunk-LJDV7HFT.js');
|
|
|
104
104
|
require('./chunk-INERRJ6Q.js');
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
var _chunkT5BI42AOjs = require('./chunk-T5BI42AO.js');
|
|
108
|
-
|
|
109
|
-
|
|
110
107
|
var _chunkYMZQ7GGXjs = require('./chunk-YMZQ7GGX.js');
|
|
111
108
|
|
|
112
109
|
|
|
@@ -125,6 +122,9 @@ var _chunkMBO4Z5AVjs = require('./chunk-MBO4Z5AV.js');
|
|
|
125
122
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
126
123
|
|
|
127
124
|
|
|
125
|
+
var _chunkT5BI42AOjs = require('./chunk-T5BI42AO.js');
|
|
126
|
+
|
|
127
|
+
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
|
package/dist/index.mjs
CHANGED
|
@@ -63,12 +63,12 @@ import {
|
|
|
63
63
|
import {
|
|
64
64
|
typiaExecutorFn
|
|
65
65
|
} from "./chunk-BCXNBLCP.mjs";
|
|
66
|
-
import {
|
|
67
|
-
cargoFormatExecutor
|
|
68
|
-
} from "./chunk-6FX2E553.mjs";
|
|
69
66
|
import {
|
|
70
67
|
getRegistryVersion
|
|
71
68
|
} from "./chunk-7DLHAWLG.mjs";
|
|
69
|
+
import {
|
|
70
|
+
cargoFormatExecutor
|
|
71
|
+
} from "./chunk-6FX2E553.mjs";
|
|
72
72
|
import {
|
|
73
73
|
esbuildExecutorFn
|
|
74
74
|
} from "./chunk-NXWRHUNL.mjs";
|
|
@@ -102,9 +102,6 @@ import {
|
|
|
102
102
|
runProcess
|
|
103
103
|
} from "./chunk-6LP3KKXE.mjs";
|
|
104
104
|
import "./chunk-RLIZVCIN.mjs";
|
|
105
|
-
import {
|
|
106
|
-
neutralLibraryGeneratorFn
|
|
107
|
-
} from "./chunk-2ONEZU6V.mjs";
|
|
108
105
|
import {
|
|
109
106
|
nodeLibraryGeneratorFn
|
|
110
107
|
} from "./chunk-Q57UD72U.mjs";
|
|
@@ -123,6 +120,9 @@ import {
|
|
|
123
120
|
import {
|
|
124
121
|
initGenerator
|
|
125
122
|
} from "./chunk-437WGH2M.mjs";
|
|
123
|
+
import {
|
|
124
|
+
neutralLibraryGeneratorFn
|
|
125
|
+
} from "./chunk-2ONEZU6V.mjs";
|
|
126
126
|
import {
|
|
127
127
|
createProjectTsConfigJson,
|
|
128
128
|
getOutputPath,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.292.
|
|
3
|
+
"version": "1.292.8",
|
|
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",
|
|
@@ -209,12 +209,12 @@
|
|
|
209
209
|
"@size-limit/esbuild": "11.1.4",
|
|
210
210
|
"@size-limit/esbuild-why": "11.1.4",
|
|
211
211
|
"@size-limit/file": "11.1.4",
|
|
212
|
-
"@storm-software/esbuild": "^0.53.
|
|
213
|
-
"@storm-software/npm-tools": "^0.5.
|
|
214
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
215
|
-
"@storm-software/prettier": "^0.57.
|
|
216
|
-
"@storm-software/tsdown": "^0.45.
|
|
217
|
-
"@storm-software/unbuild": "^0.57.
|
|
212
|
+
"@storm-software/esbuild": "^0.53.8",
|
|
213
|
+
"@storm-software/npm-tools": "^0.5.8",
|
|
214
|
+
"@storm-software/pnpm-tools": "^0.6.8",
|
|
215
|
+
"@storm-software/prettier": "^0.57.8",
|
|
216
|
+
"@storm-software/tsdown": "^0.45.8",
|
|
217
|
+
"@storm-software/unbuild": "^0.57.8",
|
|
218
218
|
"fs-extra": "11.2.0",
|
|
219
219
|
"glob": "^11.0.1",
|
|
220
220
|
"jiti": "^2.4.2",
|
|
@@ -239,5 +239,5 @@
|
|
|
239
239
|
"publishConfig": { "access": "public" },
|
|
240
240
|
"executors": "./executors.json",
|
|
241
241
|
"generators": "./generators.json",
|
|
242
|
-
"gitHead": "
|
|
242
|
+
"gitHead": "16c437dfb0ee42cc63b7dd31d3a8021683018b83"
|
|
243
243
|
}
|