@storm-software/workspace-tools 1.277.24 → 1.277.26
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 +39 -0
- package/README.md +1 -1
- package/dist/generators.js +2 -2
- package/dist/generators.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,45 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.277.25](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.25) (2025-07-14)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([e041bb876](https://github.com/storm-software/storm-ops/commit/e041bb876))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([9c1c8c7cc](https://github.com/storm-software/storm-ops/commit/9c1c8c7cc))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated prettier to 0.51.51
|
|
17
|
+
- Updated esbuild to 0.45.38
|
|
18
|
+
- Updated unbuild to 0.49.49
|
|
19
|
+
|
|
20
|
+
## [1.277.24](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.24) (2025-07-11)
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- **monorepo:** Resolve issues with outdated `lefthook` schema
|
|
25
|
+
([16d0d2e99](https://github.com/storm-software/storm-ops/commit/16d0d2e99))
|
|
26
|
+
|
|
27
|
+
### Miscellaneous
|
|
28
|
+
|
|
29
|
+
- **monorepo:** Update the `pnpm-lock.yaml` file
|
|
30
|
+
([e24f8515a](https://github.com/storm-software/storm-ops/commit/e24f8515a))
|
|
31
|
+
- **monorepo:** Regenerate README markdown files
|
|
32
|
+
([111c8bf3c](https://github.com/storm-software/storm-ops/commit/111c8bf3c))
|
|
33
|
+
- **monorepo:** Update workspace package links
|
|
34
|
+
([cd962910d](https://github.com/storm-software/storm-ops/commit/cd962910d))
|
|
35
|
+
- **monorepo:** Regenerate README markdown files
|
|
36
|
+
([be8521423](https://github.com/storm-software/storm-ops/commit/be8521423))
|
|
37
|
+
|
|
38
|
+
### Updated Dependencies
|
|
39
|
+
|
|
40
|
+
- Updated prettier to 0.51.50
|
|
41
|
+
- Updated esbuild to 0.45.37
|
|
42
|
+
- Updated unbuild to 0.49.48
|
|
43
|
+
|
|
5
44
|
## [1.277.23](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.23) (2025-07-11)
|
|
6
45
|
|
|
7
46
|
### 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/generators.js
CHANGED
|
@@ -16,10 +16,10 @@ var _chunk2BORL7LXjs = require('./chunk-2BORL7LX.js');
|
|
|
16
16
|
var _chunk4OBCRV37js = require('./chunk-4OBCRV37.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkIWD5UVSOjs = require('./chunk-IWD5UVSO.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
23
23
|
require('./chunk-GYLUTELW.js');
|
|
24
24
|
require('./chunk-HI4G4OOG.js');
|
|
25
25
|
require('./chunk-3MSNXXXO.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -14,12 +14,12 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
configSchemaGeneratorFn
|
|
16
16
|
} from "./chunk-JK77T25H.mjs";
|
|
17
|
-
import {
|
|
18
|
-
initGenerator
|
|
19
|
-
} from "./chunk-437WGH2M.mjs";
|
|
20
17
|
import {
|
|
21
18
|
neutralLibraryGeneratorFn
|
|
22
19
|
} from "./chunk-HSJMJFKE.mjs";
|
|
20
|
+
import {
|
|
21
|
+
initGenerator
|
|
22
|
+
} from "./chunk-437WGH2M.mjs";
|
|
23
23
|
import "./chunk-CNBBZVVG.mjs";
|
|
24
24
|
import "./chunk-EK75QNMS.mjs";
|
|
25
25
|
import "./chunk-EDHSPOFD.mjs";
|
package/dist/index.js
CHANGED
|
@@ -112,10 +112,10 @@ var _chunk2BORL7LXjs = require('./chunk-2BORL7LX.js');
|
|
|
112
112
|
var _chunk4OBCRV37js = require('./chunk-4OBCRV37.js');
|
|
113
113
|
|
|
114
114
|
|
|
115
|
-
var
|
|
115
|
+
var _chunkIWD5UVSOjs = require('./chunk-IWD5UVSO.js');
|
|
116
116
|
|
|
117
117
|
|
|
118
|
-
var
|
|
118
|
+
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
119
119
|
|
|
120
120
|
|
|
121
121
|
|
package/dist/index.mjs
CHANGED
|
@@ -110,12 +110,12 @@ import {
|
|
|
110
110
|
import {
|
|
111
111
|
configSchemaGeneratorFn
|
|
112
112
|
} from "./chunk-JK77T25H.mjs";
|
|
113
|
-
import {
|
|
114
|
-
initGenerator
|
|
115
|
-
} from "./chunk-437WGH2M.mjs";
|
|
116
113
|
import {
|
|
117
114
|
neutralLibraryGeneratorFn
|
|
118
115
|
} from "./chunk-HSJMJFKE.mjs";
|
|
116
|
+
import {
|
|
117
|
+
initGenerator
|
|
118
|
+
} from "./chunk-437WGH2M.mjs";
|
|
119
119
|
import {
|
|
120
120
|
createProjectTsConfigJson,
|
|
121
121
|
getOutputPath,
|
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.26",
|
|
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.39",
|
|
212
|
+
"@storm-software/prettier": "^0.51.52",
|
|
213
|
+
"@storm-software/unbuild": "^0.49.50",
|
|
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": "9ea2d39bba2e80aceb5dde576b5568de39a86ac9"
|
|
242
242
|
}
|