@storm-software/workspace-tools 1.296.115 → 1.297.1

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.
Files changed (43) hide show
  1. package/dist/{chunk-6QGYUCID.mjs → chunk-2Z34TDPM.mjs} +3 -4
  2. package/dist/{chunk-RU4TNHFG.js → chunk-3AHXYCKA.js} +1 -2
  3. package/dist/chunk-52ZDVDIY.mjs +84 -0
  4. package/dist/{chunk-A3ELSD3U.js → chunk-HKZ7DBR7.js} +1 -2
  5. package/dist/chunk-KCQIASWP.js +84 -0
  6. package/dist/chunk-N55FJ7J3.mjs +328 -0
  7. package/dist/{chunk-K6UOPTIZ.mjs → chunk-QQ64FCAP.mjs} +1 -2
  8. package/dist/chunk-QSQTOZGN.js +328 -0
  9. package/dist/executors.d.mts +2 -1
  10. package/dist/executors.d.ts +2 -1
  11. package/dist/executors.js +9 -11
  12. package/dist/executors.mjs +9 -11
  13. package/dist/generators.js +3 -3
  14. package/dist/generators.mjs +3 -3
  15. package/dist/index.d.mts +3 -2
  16. package/dist/index.d.ts +3 -2
  17. package/dist/index.js +12 -14
  18. package/dist/index.mjs +12 -14
  19. package/dist/{executor-BF7_LjrR.d.mts → schema.d-Muf2toJ0.d.mts} +1 -8
  20. package/dist/{executor-BF7_LjrR.d.ts → schema.d-Muf2toJ0.d.ts} +1 -8
  21. package/dist/schema.d-vPuQzus3.d.mts +41 -0
  22. package/dist/schema.d-vPuQzus3.d.ts +41 -0
  23. package/dist/src/executors/cargo-publish/executor.js +2 -2
  24. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  25. package/dist/src/executors/command-publish/executor.d.mts +8 -0
  26. package/dist/src/executors/command-publish/executor.d.ts +8 -0
  27. package/dist/src/executors/command-publish/executor.js +7 -0
  28. package/dist/src/executors/command-publish/executor.mjs +8 -0
  29. package/dist/src/executors/command-publish/schema.d.ts +41 -0
  30. package/dist/src/executors/command-publish/schema.json +52 -0
  31. package/dist/src/executors/command-publish/untyped.d.mts +5 -0
  32. package/dist/src/executors/command-publish/untyped.d.ts +5 -0
  33. package/dist/src/executors/command-publish/untyped.js +46 -0
  34. package/dist/src/executors/command-publish/untyped.mjs +48 -0
  35. package/dist/src/executors/npm-publish/executor.d.mts +8 -2
  36. package/dist/src/executors/npm-publish/executor.d.ts +8 -2
  37. package/dist/src/executors/npm-publish/executor.js +2 -4
  38. package/dist/src/executors/npm-publish/executor.mjs +1 -3
  39. package/docs/api/executors/command-publish/schema.md +43 -0
  40. package/executors.json +5 -0
  41. package/package.json +12 -12
  42. /package/dist/{chunk-GHQJKIMQ.mjs → chunk-OYOYESMB.mjs} +0 -0
  43. /package/dist/{chunk-P6HSE7LH.js → chunk-TEX5JJNH.js} +0 -0
package/dist/index.mjs CHANGED
@@ -42,31 +42,30 @@ import "./chunk-EGI64HQ2.mjs";
42
42
  import {
43
43
  applyWorkspaceExecutorTokens
44
44
  } from "./chunk-EDROFLKN.mjs";
45
- import "./chunk-GHQJKIMQ.mjs";
45
+ import "./chunk-OYOYESMB.mjs";
46
+ import {
47
+ typiaExecutorFn
48
+ } from "./chunk-B2MF67R6.mjs";
46
49
  import {
47
50
  unbuildExecutorFn
48
51
  } from "./chunk-N2PEIA6H.mjs";
52
+ import "./chunk-N55FJ7J3.mjs";
49
53
  import {
50
- LARGE_BUFFER
51
- } from "./chunk-6QGYUCID.mjs";
54
+ napiExecutor
55
+ } from "./chunk-U6J67ZUE.mjs";
52
56
  import {
53
57
  sizeLimitExecutorFn
54
58
  } from "./chunk-I7RM7R7C.mjs";
55
59
  import {
56
60
  tsdownExecutorFn
57
61
  } from "./chunk-MOIGXVIF.mjs";
58
- import {
59
- typiaExecutorFn
60
- } from "./chunk-B2MF67R6.mjs";
61
62
  import {
62
63
  getRegistryVersion
63
- } from "./chunk-K6UOPTIZ.mjs";
64
+ } from "./chunk-QQ64FCAP.mjs";
65
+ import "./chunk-52ZDVDIY.mjs";
64
66
  import {
65
67
  esbuildExecutorFn
66
68
  } from "./chunk-XLOJK63P.mjs";
67
- import {
68
- napiExecutor
69
- } from "./chunk-U6J67ZUE.mjs";
70
69
  import {
71
70
  cargoCheckExecutor
72
71
  } from "./chunk-36N55IVK.mjs";
@@ -109,6 +108,9 @@ import {
109
108
  } from "./chunk-G4DPDEL3.mjs";
110
109
  import "./chunk-UA33NH5O.mjs";
111
110
  import "./chunk-SAIDGUHG.mjs";
111
+ import {
112
+ initGenerator
113
+ } from "./chunk-437WGH2M.mjs";
112
114
  import {
113
115
  neutralLibraryGeneratorFn
114
116
  } from "./chunk-5IB3CZCB.mjs";
@@ -124,9 +126,6 @@ import {
124
126
  import {
125
127
  configSchemaGeneratorFn
126
128
  } from "./chunk-EYIUJSGD.mjs";
127
- import {
128
- initGenerator
129
- } from "./chunk-437WGH2M.mjs";
130
129
  import {
131
130
  BUN_LOCK_FILE,
132
131
  BUN_LOCK_PATH,
@@ -216,7 +215,6 @@ export {
216
215
  BUN_LOCK_FILE,
217
216
  BUN_LOCK_PATH,
218
217
  INVALID_CARGO_ARGS,
219
- LARGE_BUFFER,
220
218
  LOCK_FILES,
221
219
  LOCK_FILE_BY_PACKAGE_MANAGER,
222
220
  NAMED_INPUTS,
@@ -1,5 +1,3 @@
1
- import { ExecutorContext } from '@nx/devkit';
2
-
3
1
  // Generated by @storm-software/untyped
4
2
  // Do not edit this file directly
5
3
 
@@ -67,9 +65,4 @@ interface NpmPublishExecutorSchema {
67
65
  firstRelease?: boolean,
68
66
  }
69
67
 
70
- declare const LARGE_BUFFER: number;
71
- declare function npmPublishExecutorFn(options: NpmPublishExecutorSchema, context: ExecutorContext): Promise<{
72
- success: boolean;
73
- }>;
74
-
75
- export { LARGE_BUFFER as L, type NpmPublishExecutorSchema as N, npmPublishExecutorFn as n };
68
+ export type { NpmPublishExecutorSchema as N };
@@ -1,5 +1,3 @@
1
- import { ExecutorContext } from '@nx/devkit';
2
-
3
1
  // Generated by @storm-software/untyped
4
2
  // Do not edit this file directly
5
3
 
@@ -67,9 +65,4 @@ interface NpmPublishExecutorSchema {
67
65
  firstRelease?: boolean,
68
66
  }
69
67
 
70
- declare const LARGE_BUFFER: number;
71
- declare function npmPublishExecutorFn(options: NpmPublishExecutorSchema, context: ExecutorContext): Promise<{
72
- success: boolean;
73
- }>;
74
-
75
- export { LARGE_BUFFER as L, type NpmPublishExecutorSchema as N, npmPublishExecutorFn as n };
68
+ export type { NpmPublishExecutorSchema as N };
@@ -0,0 +1,41 @@
1
+ // Generated by @storm-software/untyped
2
+ // Do not edit this file directly
3
+
4
+ interface CommandPublishExecutorSchema {
5
+ /**
6
+ * Command
7
+ *
8
+ * The shell command to run to publish the package
9
+ *
10
+ */
11
+ command?: string,
12
+
13
+ /**
14
+ * Commands
15
+ *
16
+ * Shell commands to run to publish the package
17
+ *
18
+ */
19
+ commands?: Array<string>,
20
+
21
+ /**
22
+ * Working Directory
23
+ *
24
+ * The working directory to run the publish command in. Defaults to the project root.
25
+ *
26
+ *
27
+ * @format path
28
+ */
29
+ cwd?: string,
30
+
31
+ /**
32
+ * Dry Run
33
+ *
34
+ * When true, log the commands that would be run without executing them
35
+ *
36
+ * @default false
37
+ */
38
+ dryRun?: boolean,
39
+ }
40
+
41
+ export type { CommandPublishExecutorSchema as C };
@@ -0,0 +1,41 @@
1
+ // Generated by @storm-software/untyped
2
+ // Do not edit this file directly
3
+
4
+ interface CommandPublishExecutorSchema {
5
+ /**
6
+ * Command
7
+ *
8
+ * The shell command to run to publish the package
9
+ *
10
+ */
11
+ command?: string,
12
+
13
+ /**
14
+ * Commands
15
+ *
16
+ * Shell commands to run to publish the package
17
+ *
18
+ */
19
+ commands?: Array<string>,
20
+
21
+ /**
22
+ * Working Directory
23
+ *
24
+ * The working directory to run the publish command in. Defaults to the project root.
25
+ *
26
+ *
27
+ * @format path
28
+ */
29
+ cwd?: string,
30
+
31
+ /**
32
+ * Dry Run
33
+ *
34
+ * When true, log the commands that would be run without executing them
35
+ *
36
+ * @default false
37
+ */
38
+ dryRun?: boolean,
39
+ }
40
+
41
+ export type { CommandPublishExecutorSchema as C };
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkRU4TNHFGjs = require('../../../chunk-RU4TNHFG.js');
4
+ var _chunk3AHXYCKAjs = require('../../../chunk-3AHXYCKA.js');
5
5
  require('../../../chunk-N2365RCI.js');
6
6
  require('../../../chunk-CLKU7UMG.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkRU4TNHFGjs.runExecutor; exports.getRegistryVersion = _chunkRU4TNHFGjs.getRegistryVersion;
10
+ exports.default = _chunk3AHXYCKAjs.runExecutor; exports.getRegistryVersion = _chunk3AHXYCKAjs.getRegistryVersion;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getRegistryVersion,
3
3
  runExecutor
4
- } from "../../../chunk-K6UOPTIZ.mjs";
4
+ } from "../../../chunk-QQ64FCAP.mjs";
5
5
  import "../../../chunk-UA33NH5O.mjs";
6
6
  import "../../../chunk-45CW7OJB.mjs";
7
7
  import "../../../chunk-63OCFWY4.mjs";
@@ -0,0 +1,8 @@
1
+ import { ExecutorContext } from '@nx/devkit';
2
+ import { C as CommandPublishExecutorSchema } from '../../../schema.d-vPuQzus3.mjs';
3
+
4
+ declare function commandPublishExecutorFn(options: CommandPublishExecutorSchema, context: ExecutorContext): Promise<{
5
+ success: boolean;
6
+ }>;
7
+
8
+ export { commandPublishExecutorFn as default };
@@ -0,0 +1,8 @@
1
+ import { ExecutorContext } from '@nx/devkit';
2
+ import { C as CommandPublishExecutorSchema } from '../../../schema.d-vPuQzus3.js';
3
+
4
+ declare function commandPublishExecutorFn(options: CommandPublishExecutorSchema, context: ExecutorContext): Promise<{
5
+ success: boolean;
6
+ }>;
7
+
8
+ export { commandPublishExecutorFn as default };
@@ -0,0 +1,7 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunkKCQIASWPjs = require('../../../chunk-KCQIASWP.js');
4
+ require('../../../chunk-CQDBLKPF.js');
5
+
6
+
7
+ exports.default = _chunkKCQIASWPjs.commandPublishExecutorFn;
@@ -0,0 +1,8 @@
1
+ import {
2
+ commandPublishExecutorFn
3
+ } from "../../../chunk-52ZDVDIY.mjs";
4
+ import "../../../chunk-TBW5MCN6.mjs";
5
+ import "../../../chunk-63OCFWY4.mjs";
6
+ export {
7
+ commandPublishExecutorFn as default
8
+ };
@@ -0,0 +1,41 @@
1
+
2
+ // Generated by @storm-software/untyped
3
+ // Do not edit this file directly
4
+
5
+ export interface CommandPublishExecutorSchema {
6
+ /**
7
+ * Command
8
+ *
9
+ * The shell command to run to publish the package
10
+ *
11
+ */
12
+ command?: string,
13
+
14
+ /**
15
+ * Commands
16
+ *
17
+ * Shell commands to run to publish the package
18
+ *
19
+ */
20
+ commands?: Array<string>,
21
+
22
+ /**
23
+ * Working Directory
24
+ *
25
+ * The working directory to run the publish command in. Defaults to the project root.
26
+ *
27
+ *
28
+ * @format path
29
+ */
30
+ cwd?: string,
31
+
32
+ /**
33
+ * Dry Run
34
+ *
35
+ * When true, log the commands that would be run without executing them
36
+ *
37
+ * @default false
38
+ */
39
+ dryRun?: boolean,
40
+ }
41
+
@@ -0,0 +1,52 @@
1
+ {
2
+ "id": "#",
3
+ "title": "Command Publish Executor",
4
+ "description": "A type definition for a Command Publish executor schema that runs a user-provided publish command",
5
+ "oneOf": [
6
+ {
7
+ "required": [
8
+ "commands"
9
+ ]
10
+ },
11
+ {
12
+ "required": [
13
+ "command"
14
+ ]
15
+ }
16
+ ],
17
+ "properties": {
18
+ "command": {
19
+ "title": "Command",
20
+ "type": "string",
21
+ "description": "The shell command to run to publish the package",
22
+ "id": "#command"
23
+ },
24
+ "commands": {
25
+ "title": "Commands",
26
+ "type": "array",
27
+ "description": "Shell commands to run to publish the package",
28
+ "items": {
29
+ "type": "string"
30
+ },
31
+ "id": "#commands"
32
+ },
33
+ "cwd": {
34
+ "title": "Working Directory",
35
+ "type": "string",
36
+ "format": "path",
37
+ "description": "The working directory to run the publish command in. Defaults to the project root.",
38
+ "id": "#cwd"
39
+ },
40
+ "dryRun": {
41
+ "title": "Dry Run",
42
+ "type": "boolean",
43
+ "description": "When true, log the commands that would be run without executing them",
44
+ "id": "#dryRun",
45
+ "default": false
46
+ }
47
+ },
48
+ "type": "object",
49
+ "default": {
50
+ "dryRun": false
51
+ }
52
+ }
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export { _default as default };
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export { _default as default };
@@ -0,0 +1,46 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/executors/command-publish/untyped.ts
2
+ var _untyped = require('untyped');
3
+ var untyped_default = _untyped.defineUntypedSchema.call(void 0, {
4
+ $schema: {
5
+ id: "CommandPublishExecutorSchema",
6
+ title: "Command Publish Executor",
7
+ description: "A type definition for a Command Publish executor schema that runs a user-provided publish command",
8
+ oneOf: [{ required: ["commands"] }, { required: ["command"] }]
9
+ },
10
+ command: {
11
+ $schema: {
12
+ title: "Command",
13
+ type: "string",
14
+ description: "The shell command to run to publish the package"
15
+ }
16
+ },
17
+ commands: {
18
+ $schema: {
19
+ title: "Commands",
20
+ type: "array",
21
+ description: "Shell commands to run to publish the package",
22
+ items: {
23
+ type: "string"
24
+ }
25
+ }
26
+ },
27
+ cwd: {
28
+ $schema: {
29
+ title: "Working Directory",
30
+ type: "string",
31
+ format: "path",
32
+ description: "The working directory to run the publish command in. Defaults to the project root."
33
+ }
34
+ },
35
+ dryRun: {
36
+ $schema: {
37
+ title: "Dry Run",
38
+ type: "boolean",
39
+ description: "When true, log the commands that would be run without executing them"
40
+ },
41
+ $default: false
42
+ }
43
+ });
44
+
45
+
46
+ exports.default = untyped_default;
@@ -0,0 +1,48 @@
1
+ import "../../../chunk-63OCFWY4.mjs";
2
+
3
+ // src/executors/command-publish/untyped.ts
4
+ import { defineUntypedSchema } from "untyped";
5
+ var untyped_default = defineUntypedSchema({
6
+ $schema: {
7
+ id: "CommandPublishExecutorSchema",
8
+ title: "Command Publish Executor",
9
+ description: "A type definition for a Command Publish executor schema that runs a user-provided publish command",
10
+ oneOf: [{ required: ["commands"] }, { required: ["command"] }]
11
+ },
12
+ command: {
13
+ $schema: {
14
+ title: "Command",
15
+ type: "string",
16
+ description: "The shell command to run to publish the package"
17
+ }
18
+ },
19
+ commands: {
20
+ $schema: {
21
+ title: "Commands",
22
+ type: "array",
23
+ description: "Shell commands to run to publish the package",
24
+ items: {
25
+ type: "string"
26
+ }
27
+ }
28
+ },
29
+ cwd: {
30
+ $schema: {
31
+ title: "Working Directory",
32
+ type: "string",
33
+ format: "path",
34
+ description: "The working directory to run the publish command in. Defaults to the project root."
35
+ }
36
+ },
37
+ dryRun: {
38
+ $schema: {
39
+ title: "Dry Run",
40
+ type: "boolean",
41
+ description: "When true, log the commands that would be run without executing them"
42
+ },
43
+ $default: false
44
+ }
45
+ });
46
+ export {
47
+ untyped_default as default
48
+ };
@@ -1,2 +1,8 @@
1
- import '@nx/devkit';
2
- export { L as LARGE_BUFFER, n as default } from '../../../executor-BF7_LjrR.mjs';
1
+ import { ExecutorContext } from '@nx/devkit';
2
+ import { N as NpmPublishExecutorSchema } from '../../../schema.d-Muf2toJ0.mjs';
3
+
4
+ declare function npmPublishExecutorFn(options: NpmPublishExecutorSchema, context: ExecutorContext): Promise<{
5
+ success: boolean;
6
+ }>;
7
+
8
+ export { npmPublishExecutorFn as default };
@@ -1,2 +1,8 @@
1
- import '@nx/devkit';
2
- export { L as LARGE_BUFFER, n as default } from '../../../executor-BF7_LjrR.js';
1
+ import { ExecutorContext } from '@nx/devkit';
2
+ import { N as NpmPublishExecutorSchema } from '../../../schema.d-Muf2toJ0.js';
3
+
4
+ declare function npmPublishExecutorFn(options: NpmPublishExecutorSchema, context: ExecutorContext): Promise<{
5
+ success: boolean;
6
+ }>;
7
+
8
+ export { npmPublishExecutorFn as default };
@@ -1,7 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
-
4
- var _chunkA3ELSD3Ujs = require('../../../chunk-A3ELSD3U.js');
3
+ var _chunkHKZ7DBR7js = require('../../../chunk-HKZ7DBR7.js');
5
4
  require('../../../chunk-3MXZ2RJF.js');
6
5
  require('../../../chunk-P5OQBBN3.js');
7
6
  require('../../../chunk-VXOPWQTJ.js');
@@ -13,5 +12,4 @@ require('../../../chunk-GUI4USIO.js');
13
12
  require('../../../chunk-CQDBLKPF.js');
14
13
 
15
14
 
16
-
17
- exports.LARGE_BUFFER = _chunkA3ELSD3Ujs.LARGE_BUFFER; exports.default = _chunkA3ELSD3Ujs.npmPublishExecutorFn;
15
+ exports.default = _chunkHKZ7DBR7js.npmPublishExecutorFn;
@@ -1,7 +1,6 @@
1
1
  import {
2
- LARGE_BUFFER,
3
2
  npmPublishExecutorFn
4
- } from "../../../chunk-6QGYUCID.mjs";
3
+ } from "../../../chunk-N55FJ7J3.mjs";
5
4
  import "../../../chunk-EXRSULNO.mjs";
6
5
  import "../../../chunk-SHJC4UVH.mjs";
7
6
  import "../../../chunk-G4DPDEL3.mjs";
@@ -13,6 +12,5 @@ import "../../../chunk-JUJWJXED.mjs";
13
12
  import "../../../chunk-TBW5MCN6.mjs";
14
13
  import "../../../chunk-63OCFWY4.mjs";
15
14
  export {
16
- LARGE_BUFFER,
17
15
  npmPublishExecutorFn as default
18
16
  };
@@ -0,0 +1,43 @@
1
+
2
+ <!-- Generated by @storm-software/untyped -->
3
+ <!-- Do not edit this file directly -->
4
+
5
+ # Command Publish Executor
6
+
7
+ ## `command`
8
+ - **Type**: `string`
9
+
10
+ > Command
11
+
12
+
13
+ The shell command to run to publish the package
14
+
15
+
16
+ ## `commands`
17
+ - **Type**: `array`
18
+
19
+ > Commands
20
+
21
+
22
+ Shell commands to run to publish the package
23
+
24
+
25
+ ## `cwd`
26
+ - **Type**: `string`
27
+
28
+ > Working Directory
29
+
30
+
31
+ The working directory to run the publish command in. Defaults to the project root.
32
+
33
+
34
+ ## `dryRun`
35
+ - **Type**: `boolean`
36
+ - **Default**: `false`
37
+
38
+ > Dry Run
39
+
40
+
41
+ When true, log the commands that would be run without executing them
42
+
43
+
package/executors.json CHANGED
@@ -35,6 +35,11 @@
35
35
  "schema": "./dist/src/executors/cargo-publish/schema.json",
36
36
  "description": "Publish a Rust crate to the crates.io registry"
37
37
  },
38
+ "command-publish": {
39
+ "implementation": "./dist/src/executors/command-publish/executor",
40
+ "schema": "./dist/src/executors/command-publish/schema.json",
41
+ "description": "Publish a package by running a user-provided shell command"
42
+ },
38
43
  "cargo-build": {
39
44
  "implementation": "./dist/src/executors/cargo-build/executor",
40
45
  "schema": "./dist/src/executors/cargo-build/schema.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.296.115",
3
+ "version": "1.297.1",
4
4
  "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
5
5
  "keywords": [
6
6
  "monorepo",
@@ -238,11 +238,11 @@
238
238
  "@size-limit/esbuild": "^11.2.0",
239
239
  "@size-limit/esbuild-why": "^11.2.0",
240
240
  "@size-limit/file": "^11.2.0",
241
- "@storm-software/config": "^1.138.66",
242
- "@storm-software/config-tools": "^1.190.130",
243
- "@storm-software/npm-tools": "0.6.250",
244
- "@storm-software/prettier": "^0.59.183",
245
- "@storm-software/tsdown": "^0.45.291",
241
+ "@storm-software/config": "^1.138.68",
242
+ "@storm-software/config-tools": "^1.190.132",
243
+ "@storm-software/npm-tools": "^0.6.252",
244
+ "@storm-software/prettier": "^0.59.185",
245
+ "@storm-software/tsdown": "^0.45.293",
246
246
  "defu": "^6.1.7",
247
247
  "esbuild": "^0.25.12",
248
248
  "fs-extra": "^11.4.0",
@@ -261,11 +261,11 @@
261
261
  },
262
262
  "devDependencies": {
263
263
  "@napi-rs/cli": "^3.8.2",
264
- "@storm-software/bun-tools": "0.0.43",
265
- "@storm-software/esbuild": "^0.53.291",
266
- "@storm-software/package-constants": "^0.1.142",
267
- "@storm-software/pnpm-tools": "0.7.144",
268
- "@storm-software/unbuild": "^0.57.291",
264
+ "@storm-software/bun-tools": "^0.0.45",
265
+ "@storm-software/esbuild": "^0.53.293",
266
+ "@storm-software/package-constants": "^0.1.144",
267
+ "@storm-software/pnpm-tools": "^0.7.146",
268
+ "@storm-software/unbuild": "^0.57.293",
269
269
  "@types/micromatch": "^4.0.10",
270
270
  "@types/node": "^25.9.5",
271
271
  "@types/semver": "^7.8.0",
@@ -294,5 +294,5 @@
294
294
  "publishConfig": { "access": "public" },
295
295
  "executors": "./executors.json",
296
296
  "generators": "./generators.json",
297
- "gitHead": "1b908c5fafeed5854dfe041ceba3132560477445"
297
+ "gitHead": "bb76fcb55c98655530cc01050ad3582941d36fbd"
298
298
  }
File without changes
File without changes