@storm-software/workspace-tools 1.281.8 → 1.281.9
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 +2 -2
- package/dist/executors.mjs +3 -3
- package/dist/index.js +2 -2
- 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.281.8](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.281.8) (2025-08-27)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Upgrade Nx to v21.4.1
|
|
10
|
+
([398bbbb03](https://github.com/storm-software/storm-ops/commit/398bbbb03))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([6a176b865](https://github.com/storm-software/storm-ops/commit/6a176b865))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated prettier to 0.53.7
|
|
17
|
+
- Updated esbuild to 0.47.8
|
|
18
|
+
- Updated unbuild to 0.51.8
|
|
19
|
+
|
|
5
20
|
## [1.281.7](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.281.7) (2025-08-16)
|
|
6
21
|
|
|
7
22
|
### Bug Fixes
|
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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-7VDOGZYO.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkBZTR7YL6js = require('./chunk-BZTR7YL6.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk53INDKGTjs = require('./chunk-53INDKGT.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkTOLAZGZIjs = require('./chunk-TOLAZGZI.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunk-BLX5SLPC.mjs";
|
|
2
|
-
import {
|
|
3
|
-
sizeLimitExecutorFn
|
|
4
|
-
} from "./chunk-QP65FHTY.mjs";
|
|
5
2
|
import {
|
|
6
3
|
LARGE_BUFFER
|
|
7
4
|
} from "./chunk-D26STI4S.mjs";
|
|
5
|
+
import {
|
|
6
|
+
sizeLimitExecutorFn
|
|
7
|
+
} from "./chunk-QP65FHTY.mjs";
|
|
8
8
|
import {
|
|
9
9
|
typiaExecutorFn
|
|
10
10
|
} from "./chunk-IGUS5OZZ.mjs";
|
package/dist/index.js
CHANGED
|
@@ -50,10 +50,10 @@ var _chunkUZ63ALZQjs = require('./chunk-UZ63ALZQ.js');
|
|
|
50
50
|
require('./chunk-7VDOGZYO.js');
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
var
|
|
53
|
+
var _chunkBZTR7YL6js = require('./chunk-BZTR7YL6.js');
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
var
|
|
56
|
+
var _chunk53INDKGTjs = require('./chunk-53INDKGT.js');
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
var _chunkTOLAZGZIjs = require('./chunk-TOLAZGZI.js');
|
package/dist/index.mjs
CHANGED
|
@@ -48,12 +48,12 @@ import {
|
|
|
48
48
|
getProjectConfigurations
|
|
49
49
|
} from "./chunk-OWKH2ZBQ.mjs";
|
|
50
50
|
import "./chunk-BLX5SLPC.mjs";
|
|
51
|
-
import {
|
|
52
|
-
sizeLimitExecutorFn
|
|
53
|
-
} from "./chunk-QP65FHTY.mjs";
|
|
54
51
|
import {
|
|
55
52
|
LARGE_BUFFER
|
|
56
53
|
} from "./chunk-D26STI4S.mjs";
|
|
54
|
+
import {
|
|
55
|
+
sizeLimitExecutorFn
|
|
56
|
+
} from "./chunk-QP65FHTY.mjs";
|
|
57
57
|
import {
|
|
58
58
|
typiaExecutorFn
|
|
59
59
|
} from "./chunk-IGUS5OZZ.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.281.
|
|
3
|
+
"version": "1.281.9",
|
|
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.47.
|
|
212
|
-
"@storm-software/prettier": "^0.53.
|
|
213
|
-
"@storm-software/unbuild": "^0.51.
|
|
211
|
+
"@storm-software/esbuild": "^0.47.9",
|
|
212
|
+
"@storm-software/prettier": "^0.53.8",
|
|
213
|
+
"@storm-software/unbuild": "^0.51.9",
|
|
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": "26e951f6cd4c632bf009694a9aabc8592f602c55"
|
|
242
242
|
}
|