@storm-software/workspace-tools 1.277.11 → 1.277.13
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 +28 -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,34 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.277.12](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.12) (2025-07-03)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Reformat package dependencies
|
|
10
|
+
([fa2e517d7](https://github.com/storm-software/storm-ops/commit/fa2e517d7))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([0d65555eb](https://github.com/storm-software/storm-ops/commit/0d65555eb))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated prettier to 0.51.40
|
|
17
|
+
- Updated esbuild to 0.45.25
|
|
18
|
+
- Updated unbuild to 0.49.36
|
|
19
|
+
|
|
20
|
+
## [1.277.11](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.11) (2025-07-03)
|
|
21
|
+
|
|
22
|
+
### Miscellaneous
|
|
23
|
+
|
|
24
|
+
- **monorepo:** Regenerate README markdown files
|
|
25
|
+
([d45ffe6c6](https://github.com/storm-software/storm-ops/commit/d45ffe6c6))
|
|
26
|
+
|
|
27
|
+
### Updated Dependencies
|
|
28
|
+
|
|
29
|
+
- Updated prettier to 0.51.39
|
|
30
|
+
- Updated esbuild to 0.45.24
|
|
31
|
+
- Updated unbuild to 0.49.35
|
|
32
|
+
|
|
5
33
|
## [1.277.10](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.10) (2025-07-02)
|
|
6
34
|
|
|
7
35
|
### 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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-INERRJ6Q.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkN4LYIYANjs = require('./chunk-N4LYIYAN.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkCLS52NMHjs = require('./chunk-CLS52NMH.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkHZCIACUVjs = require('./chunk-HZCIACUV.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
|
-
import {
|
|
3
|
-
presetGeneratorFn
|
|
4
|
-
} from "./chunk-RSONIOSF.mjs";
|
|
5
2
|
import {
|
|
6
3
|
nodeLibraryGeneratorFn
|
|
7
4
|
} from "./chunk-3GOCGWOM.mjs";
|
|
5
|
+
import {
|
|
6
|
+
presetGeneratorFn
|
|
7
|
+
} from "./chunk-RSONIOSF.mjs";
|
|
8
8
|
import {
|
|
9
9
|
releaseVersionGeneratorFn
|
|
10
10
|
} from "./chunk-BFV6VAAJ.mjs";
|
package/dist/index.js
CHANGED
|
@@ -97,10 +97,10 @@ var _chunkLJDV7HFTjs = require('./chunk-LJDV7HFT.js');
|
|
|
97
97
|
require('./chunk-INERRJ6Q.js');
|
|
98
98
|
|
|
99
99
|
|
|
100
|
-
var
|
|
100
|
+
var _chunkN4LYIYANjs = require('./chunk-N4LYIYAN.js');
|
|
101
101
|
|
|
102
102
|
|
|
103
|
-
var
|
|
103
|
+
var _chunkCLS52NMHjs = require('./chunk-CLS52NMH.js');
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
var _chunkHZCIACUVjs = require('./chunk-HZCIACUV.js');
|
package/dist/index.mjs
CHANGED
|
@@ -95,12 +95,12 @@ import {
|
|
|
95
95
|
runProcess
|
|
96
96
|
} from "./chunk-6LP3KKXE.mjs";
|
|
97
97
|
import "./chunk-RLIZVCIN.mjs";
|
|
98
|
-
import {
|
|
99
|
-
presetGeneratorFn
|
|
100
|
-
} from "./chunk-RSONIOSF.mjs";
|
|
101
98
|
import {
|
|
102
99
|
nodeLibraryGeneratorFn
|
|
103
100
|
} from "./chunk-3GOCGWOM.mjs";
|
|
101
|
+
import {
|
|
102
|
+
presetGeneratorFn
|
|
103
|
+
} from "./chunk-RSONIOSF.mjs";
|
|
104
104
|
import {
|
|
105
105
|
releaseVersionGeneratorFn
|
|
106
106
|
} from "./chunk-BFV6VAAJ.mjs";
|
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.13",
|
|
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.26",
|
|
212
|
+
"@storm-software/prettier": "^0.51.41",
|
|
213
|
+
"@storm-software/unbuild": "^0.49.37",
|
|
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": "9ba78b167febcbe78c91c5292aa98d31b9d904ca"
|
|
242
242
|
}
|