@storm-software/workspace-tools 1.278.7 → 1.278.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 +15 -0
- package/README.md +1 -1
- package/dist/executors.js +3 -3
- package/dist/executors.mjs +3 -3
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.278.7](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.278.7) (2025-08-03)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **cspell:** Added external package names to dictionary
|
|
10
|
+
([a322e5039](https://github.com/storm-software/storm-ops/commit/a322e5039))
|
|
11
|
+
- **monorepo:** Regenerate README files and package.json links
|
|
12
|
+
([aef5b3b2b](https://github.com/storm-software/storm-ops/commit/aef5b3b2b))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated prettier to 0.51.69
|
|
17
|
+
- Updated esbuild to 0.45.57
|
|
18
|
+
- Updated unbuild to 0.49.68
|
|
19
|
+
|
|
5
20
|
## [1.278.6](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.278.6) (2025-08-03)
|
|
6
21
|
|
|
7
22
|
### 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
|
@@ -13,13 +13,13 @@ var _chunkAH253N44js = require('./chunk-AH253N44.js');
|
|
|
13
13
|
var _chunkDJLGYPRAjs = require('./chunk-DJLGYPRA.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunk63DISBXNjs = require('./chunk-63DISBXN.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkWRXLSZ6Ijs = require('./chunk-WRXLSZ6I.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunkUTAJHUJLjs = require('./chunk-UTAJHUJL.js');
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
var _chunkVR3OLKAIjs = require('./chunk-VR3OLKAI.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -11,15 +11,15 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
unbuildExecutorFn
|
|
13
13
|
} from "./chunk-GNIDPNI3.mjs";
|
|
14
|
+
import {
|
|
15
|
+
cargoFormatExecutor
|
|
16
|
+
} from "./chunk-5KP5KWGU.mjs";
|
|
14
17
|
import {
|
|
15
18
|
getRegistryVersion
|
|
16
19
|
} from "./chunk-7DLHAWLG.mjs";
|
|
17
20
|
import {
|
|
18
21
|
esbuildExecutorFn
|
|
19
22
|
} from "./chunk-CCMBHSV7.mjs";
|
|
20
|
-
import {
|
|
21
|
-
cargoFormatExecutor
|
|
22
|
-
} from "./chunk-5KP5KWGU.mjs";
|
|
23
23
|
import {
|
|
24
24
|
cargoBuildExecutor
|
|
25
25
|
} from "./chunk-K7FEZWBA.mjs";
|
package/dist/index.js
CHANGED
|
@@ -62,13 +62,13 @@ var _chunkAH253N44js = require('./chunk-AH253N44.js');
|
|
|
62
62
|
var _chunkDJLGYPRAjs = require('./chunk-DJLGYPRA.js');
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
var
|
|
65
|
+
var _chunk63DISBXNjs = require('./chunk-63DISBXN.js');
|
|
66
66
|
|
|
67
67
|
|
|
68
|
-
var
|
|
68
|
+
var _chunkWRXLSZ6Ijs = require('./chunk-WRXLSZ6I.js');
|
|
69
69
|
|
|
70
70
|
|
|
71
|
-
var
|
|
71
|
+
var _chunkUTAJHUJLjs = require('./chunk-UTAJHUJL.js');
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
var _chunkVR3OLKAIjs = require('./chunk-VR3OLKAI.js');
|
package/dist/index.mjs
CHANGED
|
@@ -60,15 +60,15 @@ import {
|
|
|
60
60
|
import {
|
|
61
61
|
unbuildExecutorFn
|
|
62
62
|
} from "./chunk-GNIDPNI3.mjs";
|
|
63
|
+
import {
|
|
64
|
+
cargoFormatExecutor
|
|
65
|
+
} from "./chunk-5KP5KWGU.mjs";
|
|
63
66
|
import {
|
|
64
67
|
getRegistryVersion
|
|
65
68
|
} from "./chunk-7DLHAWLG.mjs";
|
|
66
69
|
import {
|
|
67
70
|
esbuildExecutorFn
|
|
68
71
|
} from "./chunk-CCMBHSV7.mjs";
|
|
69
|
-
import {
|
|
70
|
-
cargoFormatExecutor
|
|
71
|
-
} from "./chunk-5KP5KWGU.mjs";
|
|
72
72
|
import {
|
|
73
73
|
cargoBuildExecutor
|
|
74
74
|
} from "./chunk-K7FEZWBA.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.278.
|
|
3
|
+
"version": "1.278.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",
|
|
@@ -208,9 +208,9 @@
|
|
|
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.45.
|
|
212
|
-
"@storm-software/prettier": "^0.51.
|
|
213
|
-
"@storm-software/unbuild": "^0.49.
|
|
211
|
+
"@storm-software/esbuild": "^0.45.58",
|
|
212
|
+
"@storm-software/prettier": "^0.51.70",
|
|
213
|
+
"@storm-software/unbuild": "^0.49.69",
|
|
214
214
|
"fs-extra": "11.2.0",
|
|
215
215
|
"glob": "^11.0.1",
|
|
216
216
|
"jiti": "^2.4.2",
|
|
@@ -238,5 +238,5 @@
|
|
|
238
238
|
"publishConfig": { "access": "public" },
|
|
239
239
|
"executors": "./executors.json",
|
|
240
240
|
"generators": "./generators.json",
|
|
241
|
-
"gitHead": "
|
|
241
|
+
"gitHead": "4e34ec2f682b01c92c415c551f731eea9ce0ba56"
|
|
242
242
|
}
|