@storm-software/workspace-tools 1.294.2 → 1.294.4
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
CHANGED
|
@@ -2,6 +2,52 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.294.3](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.3) (12/06/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([65dcadce7](https://github.com/storm-software/storm-ops/commit/65dcadce7))
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- **workspace-tools:** Resolve issue with project root path in `tsdown` build
|
|
15
|
+
plugin
|
|
16
|
+
([ae26759bd](https://github.com/storm-software/storm-ops/commit/ae26759bd))
|
|
17
|
+
- **workspace-tools:** Resolve issue with null pointer reference in plugin
|
|
18
|
+
([c48d19705](https://github.com/storm-software/storm-ops/commit/c48d19705))
|
|
19
|
+
|
|
20
|
+
### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated **testing-tools** to **v1.119.59**
|
|
23
|
+
- Updated **config-tools** to **v1.188.59**
|
|
24
|
+
- Updated **pnpm-tools** to **v0.6.59**
|
|
25
|
+
- Updated **npm-tools** to **v0.6.15**
|
|
26
|
+
- Updated **prettier** to **v0.57.59**
|
|
27
|
+
- Updated **esbuild** to **v0.53.59**
|
|
28
|
+
- Updated **unbuild** to **v0.57.59**
|
|
29
|
+
- Updated **config** to **v1.134.59**
|
|
30
|
+
- Updated **tsdown** to **v0.45.59**
|
|
31
|
+
|
|
32
|
+
## [1.294.2](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.2) (12/06/2025)
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
- **workspace-tools:** Resolve issue with null pointer reference in plugin
|
|
37
|
+
([c48d19705](https://github.com/storm-software/storm-ops/commit/c48d19705))
|
|
38
|
+
|
|
39
|
+
### Updated Dependencies
|
|
40
|
+
|
|
41
|
+
- Updated **testing-tools** to **v1.119.58**
|
|
42
|
+
- Updated **config-tools** to **v1.188.58**
|
|
43
|
+
- Updated **pnpm-tools** to **v0.6.58**
|
|
44
|
+
- Updated **npm-tools** to **v0.6.14**
|
|
45
|
+
- Updated **prettier** to **v0.57.58**
|
|
46
|
+
- Updated **esbuild** to **v0.53.58**
|
|
47
|
+
- Updated **unbuild** to **v0.57.58**
|
|
48
|
+
- Updated **config** to **v1.134.58**
|
|
49
|
+
- Updated **tsdown** to **v0.45.58**
|
|
50
|
+
|
|
5
51
|
## [1.294.1](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.1) (12/06/2025)
|
|
6
52
|
|
|
7
53
|
### Updated Dependencies
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -46,7 +46,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
46
46
|
|
|
47
47
|
<!-- START doctoc -->
|
|
48
48
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
49
|
-
|
|
50
49
|
## Table of Contents
|
|
51
50
|
|
|
52
51
|
- [Storm Workspace Tools](#storm-workspace-tools)
|
|
@@ -61,7 +61,7 @@ var createNodesV2 = [
|
|
|
61
61
|
while (relativeConfig.startsWith("/")) {
|
|
62
62
|
relativeConfig = relativeConfig.slice(1);
|
|
63
63
|
}
|
|
64
|
-
targets[_optionalChain([options2, 'optionalAccess', _ => _.projectLinks]) === "alias" /* ALIAS */ ? "build-base" : "build"]
|
|
64
|
+
targets[_optionalChain([options2, 'optionalAccess', _ => _.projectLinks]) === "alias" /* ALIAS */ ? "build-base" : "build"] ??= {
|
|
65
65
|
cache: true,
|
|
66
66
|
inputs: [
|
|
67
67
|
`{workspaceRoot}/${configFile}`,
|
|
@@ -72,12 +72,12 @@ var createNodesV2 = [
|
|
|
72
72
|
executor: "nx:run-commands",
|
|
73
73
|
dependsOn: ["build-untyped", "typecheck", "^build"],
|
|
74
74
|
options: {
|
|
75
|
-
command: `tsdown --config "${relativeConfig}" --
|
|
76
|
-
cwd:
|
|
75
|
+
command: `tsdown --config "${relativeConfig}" --cwd "${projectRoot}"`,
|
|
76
|
+
cwd: projectRoot
|
|
77
77
|
}
|
|
78
78
|
};
|
|
79
79
|
if (_optionalChain([options2, 'optionalAccess', _2 => _2.projectLinks]) === "alias" /* ALIAS */) {
|
|
80
|
-
targets.build
|
|
80
|
+
targets.build ??= {
|
|
81
81
|
cache: true,
|
|
82
82
|
inputs: [
|
|
83
83
|
"{workspaceRoot}/LICENSE",
|
|
@@ -97,7 +97,7 @@ var createNodesV2 = [
|
|
|
97
97
|
}
|
|
98
98
|
};
|
|
99
99
|
}
|
|
100
|
-
targets.clean
|
|
100
|
+
targets.clean ??= {
|
|
101
101
|
executor: "nx:run-commands",
|
|
102
102
|
inputs: [
|
|
103
103
|
`{workspaceRoot}/${configFile}`,
|
|
@@ -62,7 +62,7 @@ var createNodesV2 = [
|
|
|
62
62
|
while (relativeConfig.startsWith("/")) {
|
|
63
63
|
relativeConfig = relativeConfig.slice(1);
|
|
64
64
|
}
|
|
65
|
-
targets[options2?.projectLinks === "alias" /* ALIAS */ ? "build-base" : "build"]
|
|
65
|
+
targets[options2?.projectLinks === "alias" /* ALIAS */ ? "build-base" : "build"] ??= {
|
|
66
66
|
cache: true,
|
|
67
67
|
inputs: [
|
|
68
68
|
`{workspaceRoot}/${configFile}`,
|
|
@@ -73,12 +73,12 @@ var createNodesV2 = [
|
|
|
73
73
|
executor: "nx:run-commands",
|
|
74
74
|
dependsOn: ["build-untyped", "typecheck", "^build"],
|
|
75
75
|
options: {
|
|
76
|
-
command: `tsdown --config "${relativeConfig}" --
|
|
77
|
-
cwd:
|
|
76
|
+
command: `tsdown --config "${relativeConfig}" --cwd "${projectRoot}"`,
|
|
77
|
+
cwd: projectRoot
|
|
78
78
|
}
|
|
79
79
|
};
|
|
80
80
|
if (options2?.projectLinks === "alias" /* ALIAS */) {
|
|
81
|
-
targets.build
|
|
81
|
+
targets.build ??= {
|
|
82
82
|
cache: true,
|
|
83
83
|
inputs: [
|
|
84
84
|
"{workspaceRoot}/LICENSE",
|
|
@@ -98,7 +98,7 @@ var createNodesV2 = [
|
|
|
98
98
|
}
|
|
99
99
|
};
|
|
100
100
|
}
|
|
101
|
-
targets.clean
|
|
101
|
+
targets.clean ??= {
|
|
102
102
|
executor: "nx:run-commands",
|
|
103
103
|
inputs: [
|
|
104
104
|
`{workspaceRoot}/${configFile}`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.294.
|
|
3
|
+
"version": "1.294.4",
|
|
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",
|
|
@@ -240,13 +240,13 @@
|
|
|
240
240
|
"@size-limit/esbuild": "11.1.4",
|
|
241
241
|
"@size-limit/esbuild-why": "11.1.4",
|
|
242
242
|
"@size-limit/file": "11.1.4",
|
|
243
|
-
"@storm-software/config-tools": "^1.188.
|
|
244
|
-
"@storm-software/esbuild": "^0.53.
|
|
245
|
-
"@storm-software/npm-tools": "^0.6.
|
|
246
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
247
|
-
"@storm-software/prettier": "^0.57.
|
|
248
|
-
"@storm-software/tsdown": "^0.45.
|
|
249
|
-
"@storm-software/unbuild": "^0.57.
|
|
243
|
+
"@storm-software/config-tools": "^1.188.60",
|
|
244
|
+
"@storm-software/esbuild": "^0.53.60",
|
|
245
|
+
"@storm-software/npm-tools": "^0.6.16",
|
|
246
|
+
"@storm-software/pnpm-tools": "^0.6.60",
|
|
247
|
+
"@storm-software/prettier": "^0.57.60",
|
|
248
|
+
"@storm-software/tsdown": "^0.45.60",
|
|
249
|
+
"@storm-software/unbuild": "^0.57.60",
|
|
250
250
|
"fs-extra": "11.2.0",
|
|
251
251
|
"glob": "^11.1.0",
|
|
252
252
|
"jiti": "2.4.2",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "569b2bed5a42972c8add732c272a261dc7ac2653"
|
|
276
276
|
}
|