@storm-software/workspace-tools 1.284.0 → 1.285.0

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,29 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.284.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.284.0) (2025-09-13)
6
+
7
+ ### Features
8
+
9
+ - **workspace-tools:** Added the ability to support the `tsgo` compiler
10
+ ([86ad08c45](https://github.com/storm-software/storm-ops/commit/86ad08c45))
11
+
12
+ ### Bug Fixes
13
+
14
+ - **monorepo:** Resolve issues with invalid workspace package
15
+ ([a5e95d09a](https://github.com/storm-software/storm-ops/commit/a5e95d09a))
16
+
17
+ ### Miscellaneous
18
+
19
+ - **monorepo:** Regenerate README markdown files
20
+ ([268809036](https://github.com/storm-software/storm-ops/commit/268809036))
21
+
22
+ ### Updated Dependencies
23
+
24
+ - Updated prettier to 0.53.16
25
+ - Updated esbuild to 0.48.0
26
+ - Updated unbuild to 0.52.0
27
+
5
28
  ## [1.283.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.283.0) (2025-09-08)
6
29
 
7
30
  ### Features
package/dist/executors.js CHANGED
@@ -28,10 +28,10 @@ var _chunk2JYSOWHXjs = require('./chunk-2JYSOWHX.js');
28
28
  var _chunkUH5PNSPJjs = require('./chunk-UH5PNSPJ.js');
29
29
 
30
30
 
31
- var _chunkEIZKPKJHjs = require('./chunk-EIZKPKJH.js');
31
+ var _chunkDY4PYCP6js = require('./chunk-DY4PYCP6.js');
32
32
 
33
33
 
34
- var _chunkDY4PYCP6js = require('./chunk-DY4PYCP6.js');
34
+ var _chunkEIZKPKJHjs = require('./chunk-EIZKPKJH.js');
35
35
  require('./chunk-73IC2JQV.js');
36
36
  require('./chunk-F6X43VUX.js');
37
37
  require('./chunk-LJDV7HFT.js');
@@ -26,12 +26,12 @@ import {
26
26
  import {
27
27
  cargoCheckExecutor
28
28
  } from "./chunk-PZFEA7HL.mjs";
29
- import {
30
- cargoDocExecutor
31
- } from "./chunk-IID5AST4.mjs";
32
29
  import {
33
30
  cargoClippyExecutor
34
31
  } from "./chunk-UIUT3KSN.mjs";
32
+ import {
33
+ cargoDocExecutor
34
+ } from "./chunk-IID5AST4.mjs";
35
35
  import "./chunk-PIK7KYVE.mjs";
36
36
  import "./chunk-KHT5W6AJ.mjs";
37
37
  import "./chunk-6LP3KKXE.mjs";
package/dist/index.js CHANGED
@@ -77,10 +77,10 @@ var _chunk2JYSOWHXjs = require('./chunk-2JYSOWHX.js');
77
77
  var _chunkUH5PNSPJjs = require('./chunk-UH5PNSPJ.js');
78
78
 
79
79
 
80
- var _chunkEIZKPKJHjs = require('./chunk-EIZKPKJH.js');
80
+ var _chunkDY4PYCP6js = require('./chunk-DY4PYCP6.js');
81
81
 
82
82
 
83
- var _chunkDY4PYCP6js = require('./chunk-DY4PYCP6.js');
83
+ var _chunkEIZKPKJHjs = require('./chunk-EIZKPKJH.js');
84
84
 
85
85
 
86
86
 
package/dist/index.mjs CHANGED
@@ -75,12 +75,12 @@ import {
75
75
  import {
76
76
  cargoCheckExecutor
77
77
  } from "./chunk-PZFEA7HL.mjs";
78
- import {
79
- cargoDocExecutor
80
- } from "./chunk-IID5AST4.mjs";
81
78
  import {
82
79
  cargoClippyExecutor
83
80
  } from "./chunk-UIUT3KSN.mjs";
81
+ import {
82
+ cargoDocExecutor
83
+ } from "./chunk-IID5AST4.mjs";
84
84
  import {
85
85
  PackageManagerTypes,
86
86
  addPackageJsonGitHead,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.284.0",
3
+ "version": "1.285.0",
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.48.0",
212
- "@storm-software/prettier": "^0.53.16",
213
- "@storm-software/unbuild": "^0.52.0",
211
+ "@storm-software/esbuild": "^0.49.0",
212
+ "@storm-software/prettier": "^0.54.0",
213
+ "@storm-software/unbuild": "^0.53.0",
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": "33495f6446b9cce3f9874b76bc93cdc975e2d866"
241
+ "gitHead": "d3350e57030ab2882bb43180d63535b49e411f11"
242
242
  }