@storm-software/workspace-tools 1.277.28 → 1.277.29
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/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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.277.28](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.28) (2025-07-31)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **git-tools:** Resolve issue with incorrect log formatting
|
|
10
|
+
([062583d84](https://github.com/storm-software/storm-ops/commit/062583d84))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Regenerate README markdown files
|
|
15
|
+
([e5c02a04d](https://github.com/storm-software/storm-ops/commit/e5c02a04d))
|
|
16
|
+
|
|
17
|
+
### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- Updated prettier to 0.51.54
|
|
20
|
+
- Updated esbuild to 0.45.41
|
|
21
|
+
- Updated unbuild to 0.49.52
|
|
22
|
+
|
|
5
23
|
## [1.277.27](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.27) (2025-07-31)
|
|
6
24
|
|
|
7
25
|
### Bug Fixes
|
package/dist/executors.js
CHANGED
|
@@ -28,10 +28,10 @@ var _chunk3OVLNULVjs = require('./chunk-3OVLNULV.js');
|
|
|
28
28
|
var _chunkZLVVUMYOjs = require('./chunk-ZLVVUMYO.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunk6WBXO6UHjs = require('./chunk-6WBXO6UH.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _chunkOQUI7H7Zjs = require('./chunk-OQUI7H7Z.js');
|
|
35
35
|
require('./chunk-XBRR6YS3.js');
|
|
36
36
|
require('./chunk-F6X43VUX.js');
|
|
37
37
|
require('./chunk-LJDV7HFT.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -26,12 +26,12 @@ import {
|
|
|
26
26
|
import {
|
|
27
27
|
cargoCheckExecutor
|
|
28
28
|
} from "./chunk-NFK6PGAC.mjs";
|
|
29
|
-
import {
|
|
30
|
-
cargoClippyExecutor
|
|
31
|
-
} from "./chunk-6RHHYXZE.mjs";
|
|
32
29
|
import {
|
|
33
30
|
cargoDocExecutor
|
|
34
31
|
} from "./chunk-3VAHUUNQ.mjs";
|
|
32
|
+
import {
|
|
33
|
+
cargoClippyExecutor
|
|
34
|
+
} from "./chunk-6RHHYXZE.mjs";
|
|
35
35
|
import "./chunk-VRPEYRWI.mjs";
|
|
36
36
|
import "./chunk-KHT5W6AJ.mjs";
|
|
37
37
|
import "./chunk-6LP3KKXE.mjs";
|
package/dist/index.js
CHANGED
|
@@ -71,10 +71,10 @@ var _chunk3OVLNULVjs = require('./chunk-3OVLNULV.js');
|
|
|
71
71
|
var _chunkZLVVUMYOjs = require('./chunk-ZLVVUMYO.js');
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
var
|
|
74
|
+
var _chunk6WBXO6UHjs = require('./chunk-6WBXO6UH.js');
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
var
|
|
77
|
+
var _chunkOQUI7H7Zjs = require('./chunk-OQUI7H7Z.js');
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
|
package/dist/index.mjs
CHANGED
|
@@ -69,12 +69,12 @@ import {
|
|
|
69
69
|
import {
|
|
70
70
|
cargoCheckExecutor
|
|
71
71
|
} from "./chunk-NFK6PGAC.mjs";
|
|
72
|
-
import {
|
|
73
|
-
cargoClippyExecutor
|
|
74
|
-
} from "./chunk-6RHHYXZE.mjs";
|
|
75
72
|
import {
|
|
76
73
|
cargoDocExecutor
|
|
77
74
|
} from "./chunk-3VAHUUNQ.mjs";
|
|
75
|
+
import {
|
|
76
|
+
cargoClippyExecutor
|
|
77
|
+
} from "./chunk-6RHHYXZE.mjs";
|
|
78
78
|
import {
|
|
79
79
|
PackageManagerTypes,
|
|
80
80
|
addPackageJsonGitHead,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.277.
|
|
3
|
+
"version": "1.277.29",
|
|
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.
|
|
211
|
+
"@storm-software/esbuild": "^0.45.42",
|
|
212
212
|
"@storm-software/prettier": "^0.51.54",
|
|
213
|
-
"@storm-software/unbuild": "^0.49.
|
|
213
|
+
"@storm-software/unbuild": "^0.49.53",
|
|
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": "1f847d84feecf3f77906317450fd4caa540aaacd"
|
|
242
242
|
}
|