@storm-software/workspace-tools 1.296.84 → 1.296.85

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/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
- [![Version](https://img.shields.io/badge/version-1.296.82-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-1.296.83-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -0,0 +1,230 @@
1
+ {
2
+ "$schema": "https://cdn.jsdelivr.net/npm/nx/schemas/nx-schema.json",
3
+ "extends": "nx/presets/npm.json",
4
+ "namedInputs": {
5
+ "allProjectFiles": ["sharedGlobals", "{projectRoot}/**/*"],
6
+ "default": ["sharedGlobals", "{projectRoot}/**/*"],
7
+ "sharedGlobals": [
8
+ "{workspaceRoot}/tsconfig.json",
9
+ "{workspaceRoot}/tsconfig.*.json",
10
+ "{workspaceRoot}/.npm@(rc|ignore)",
11
+ "{workspaceRoot}/package.json",
12
+ "{workspaceRoot}/{pnpm-workspace,pnpm-lock,package-lock,yarn-lock}.@(yaml|yml)",
13
+ "{workspaceRoot}/bun.lock{,b}",
14
+ "{workspaceRoot}/.git@(attributes|ignore)",
15
+ "{workspaceRoot}/{nx.json,.nxignore}",
16
+ "{workspaceRoot}/storm-workspace{,.*}.@(json|yaml|toml)",
17
+ "{workspaceRoot}/.storm-workspace/config{,.*}.@(json|yaml|toml)",
18
+ "{workspaceRoot}/storm-workspace.config.[jt]s",
19
+ "{workspaceRoot}/.storm-workspace/config{,.*}.[jt]s",
20
+ "{workspaceRoot}/devenv.@(lock|nix|yaml)",
21
+ "{workspaceRoot}/.envrc",
22
+ "{workspaceRoot}/.env{,.local,.*}"
23
+ ],
24
+ "production": [
25
+ "{projectRoot}/**/*",
26
+ "!{projectRoot}/{tools,scripts}/**/*",
27
+ "!{projectRoot}/node_modules/**/*",
28
+ "!{projectRoot}/{api-extractor,tsdoc,typedoc}.json",
29
+ "!{projectRoot}/.eslint-doc-generatorrc.@(js|json)",
30
+ "!{projectRoot}/.storybook/**/*",
31
+ "!{projectRoot}/tsconfig.storybook.json",
32
+ "!{projectRoot}/{jest.config,vitest.config}.@(js|cjs|mjs|ts|cts|mts)",
33
+ "!{projectRoot}/tsconfig.spec.json",
34
+ "!{projectRoot}/{src/,}test-setup.[jt]s",
35
+ "!{projectRoot}/.eslintignore",
36
+ "!{projectRoot}/.eslintrc.@(json|cjs)",
37
+ "!{projectRoot}/eslint.config.@(js|cjs|mjs|ts|cts|mts|json)",
38
+ "!{projectRoot}/vitest.config.@(js|cjs|mjs|ts|cts|mts|json)",
39
+ "!{projectRoot}/biome.@(toml|json)",
40
+ "!{projectRoot}/lefthook.@(yaml|yml|json)",
41
+ "!{projectRoot}/.markdownlint.json",
42
+ "!{projectRoot}/.markdownlint-cli2.@(js|cjs|mjs|ts|cts|mts|json)",
43
+ "!{projectRoot}/.prettier@(rc|ignore)",
44
+ "!{projectRoot}/prettier.config.@(js|cjs|mjs|ts|cts|mts|json)",
45
+ "!{projectRoot}/docs/**/*",
46
+ "!{projectRoot}/tests/**/*",
47
+ "!{projectRoot}/.next/**/*",
48
+ "!{projectRoot}/.rolldown/**/*",
49
+ "!{projectRoot}/.vite/**/*",
50
+ "!{projectRoot}/.powerlines/**/*",
51
+ "!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
52
+ "!{projectRoot}/{benches,e2e,tests,testing}/**/*",
53
+ "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)"
54
+ ],
55
+ "testing": [
56
+ "sharedGlobals",
57
+ "{workspaceRoot}/{jest.config,jest.preset,vitest.config,vitest.preset,vitest.workspace}.@(js|cjs|mjs|ts|cts|mts)",
58
+ "{workspaceRoot}/{benches,e2e,tests,testing}/**/*",
59
+ "{workspaceRoot}/coverage/**/*",
60
+ "{projectRoot}/{project.json,README.md,CHANGELOG.md}",
61
+ "{projectRoot}/.env{,.*}",
62
+ "{projectRoot}/{jest.config,vitest.config}.@(js|cjs|mjs|ts|cts|mts)",
63
+ "{projectRoot}/tsconfig.spec.json",
64
+ "{projectRoot}/{src/,}test-setup.[jt]s",
65
+ "{projectRoot}/{benches,e2e,tests,testing}/**/*",
66
+ "{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
67
+ "{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)"
68
+ ],
69
+ "linting": [
70
+ "sharedGlobals",
71
+ "{workspaceRoot}/.eslintignore",
72
+ "{workspaceRoot}/.eslintrc.@(js|cjs|mjs|ts|cts|mts|json)",
73
+ "{workspaceRoot}/eslint.config.@(js|cjs|mjs|ts|cts|mts)",
74
+ "{workspaceRoot}/.oxlintrc.@(json|jsonc)",
75
+ "{workspaceRoot}/oxlint.config.@(js|cjs|mjs|ts|cts|mts)",
76
+ "{workspaceRoot}/.oxfmtrc.@(json|jsonc)",
77
+ "{workspaceRoot}/oxfmt.config.@(js|cjs|mjs|ts|cts|mts)",
78
+ "{workspaceRoot}/biome.@(toml|json)",
79
+ "{workspaceRoot}/lefthook.@(yaml|yml|json)",
80
+ "{workspaceRoot}/.markdownlint.json",
81
+ "{workspaceRoot}/.markdownlint-cli2.@(js|cjs|mjs|ts|cts|mts|json)",
82
+ "{workspaceRoot}/.prettier@(rc|ignore)",
83
+ "{workspaceRoot}/prettier.config.@(js|cjs|mjs|ts|cts|mts)",
84
+ "{projectRoot}/{project.json,README.md,CHANGELOG.md}",
85
+ "{projectRoot}/.env{,.*}",
86
+ "{projectRoot}/.eslintignore",
87
+ "{projectRoot}/.eslintrc.@(js|cjs|mjs|ts|cts|mts|json)",
88
+ "{projectRoot}/eslint.config.@(js|cjs|mjs|ts|cts|mts)",
89
+ "{projectRoot}/.oxlintrc.@(json|jsonc)",
90
+ "{projectRoot}/oxlint.config.@(js|cjs|mjs|ts|cts|mts)",
91
+ "{projectRoot}/.oxfmtrc.@(json|jsonc)",
92
+ "{projectRoot}/oxfmt.config.@(js|cjs|mjs|ts|cts|mts)",
93
+ "{projectRoot}/biome.@(toml|json)",
94
+ "{projectRoot}/lefthook.@(yaml|yml|json)",
95
+ "{projectRoot}/.markdownlint.json",
96
+ "{projectRoot}/.markdownlint-cli2.@(js|cjs|mjs|ts|cts|mts|json)",
97
+ "{projectRoot}/.prettier@(rc|ignore)",
98
+ "{projectRoot}/prettier.config.@(js|cjs|mjs|ts|cts|mts)"
99
+ ],
100
+ "documentation": [
101
+ "sharedGlobals",
102
+ "{workspaceRoot}/{api-extractor,tsdoc,typedoc}.json",
103
+ "{workspaceRoot}/.eslint-doc-generatorrc.@(js|json)",
104
+ "{workspaceRoot}/contentlayer.config.ts",
105
+ "{workspaceRoot}/*.@(md|mdx)",
106
+ "{workspaceRoot}/docs/**/*",
107
+ "{workspaceRoot}/.storybook/**/*",
108
+ "{projectRoot}/{project.json,README.md,CHANGELOG.md}",
109
+ "{projectRoot}/.env{,.local}",
110
+ "{projectRoot}/{api-extractor,tsdoc,typedoc}.json",
111
+ "{projectRoot}/.eslint-doc-generatorrc.@(js|json)",
112
+ "{projectRoot}/contentlayer.config.ts",
113
+ "{projectRoot}/.storybook/**/*",
114
+ "{projectRoot}/tsconfig.storybook.json",
115
+ "{projectRoot}/docs/**/*",
116
+ "{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
117
+ "!{projectRoot}/{benches,e2e,tests,testing}/**/*",
118
+ "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
119
+ "!{projectRoot}/tsconfig.spec.json"
120
+ ],
121
+ "rust": [
122
+ "sharedGlobals",
123
+ "{workspaceRoot}/Cargo.toml",
124
+ "{workspaceRoot}/Cargo.lock",
125
+ "{workspaceRoot}/.cargo/config.toml",
126
+ "{workspaceRoot}/rust-toolchain",
127
+ "{projectRoot}/Cargo.toml",
128
+ "{projectRoot}/.cargo/config.toml",
129
+ {
130
+ "runtime": "node -p '`${process.platform}_${process.arch}`'"
131
+ },
132
+ "{projectRoot}/project.json",
133
+ "{projectRoot}/.env{,.local}",
134
+ "{projectRoot}/**/*.rs",
135
+ "{projectRoot}/**/*.@(proto|acid|acidic|prisma)",
136
+ "{projectRoot}/src/**/*.@(json|jsonc|yaml|yml|toml)",
137
+ "!{projectRoot}/README.md",
138
+ "!{projectRoot}/docs/**/*",
139
+ "!{projectRoot}/{benches,e2e,tests,testing}/**/*"
140
+ ],
141
+ "typescript": [
142
+ "sharedGlobals",
143
+ "!{projectRoot}/tsconfig.@(spec|storybook).json",
144
+ "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
145
+ "!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
146
+ "!{projectRoot}/node_modules/**/*",
147
+ "!{projectRoot}/{benches,e2e,tests,testing}/**/*",
148
+ "{projectRoot}/package.json",
149
+ "{projectRoot}/tsconfig.json",
150
+ "{projectRoot}/tsconfig.*.json",
151
+ "{projectRoot}/project.json",
152
+ "{projectRoot}/.env{,.*}",
153
+ "!{projectRoot}/docs/**/*",
154
+ "!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
155
+ "{projectRoot}/**/*.@(proto|acid|acidic|prisma)",
156
+ "{projectRoot}/src/**/*.@(cts|mts|ts|tsx|graphql|gql|js|cjs|mjs|jsx|json|jsonc|yaml|yml|toml|md|mdx)",
157
+ "{projectRoot}/{build,tsup,tsdown,vite,contentlayer,powerlines,shell-shock,earthquake}.*.[jt]s?(x)",
158
+ "{projectRoot}/{bin,tools,helpers,scripts}/**/*"
159
+ ],
160
+ "ci": [
161
+ "sharedGlobals",
162
+ "{workspaceRoot}/.github/workflows/*.yml",
163
+ "{workspaceRoot}/assets/**/*",
164
+ "{workspaceRoot}/devenv.@(lock|nix|yaml)",
165
+ "{workspaceRoot}/.devenv{,.flake.nix}",
166
+ "{workspaceRoot}/.direnv"
167
+ ]
168
+ },
169
+ "targetDefaults": {
170
+ "clean": {
171
+ "inputs": ["{workspaceRoot}/dist/{projectRoot}", "{projectRoot}/dist"],
172
+ "outputs": ["{workspaceRoot}/dist/{projectRoot}", "{projectRoot}/dist"],
173
+ "dependsOn": ["^clean"],
174
+ "executor": "nx:run-commands",
175
+ "options": {
176
+ "commands": [
177
+ "bunx rimraf --glob {projectRoot}/dist",
178
+ "bunx rimraf dist/{projectRoot}"
179
+ ]
180
+ }
181
+ },
182
+ "nx-release-publish": {
183
+ "dependsOn": ["build", "^nx-release-publish"]
184
+ }
185
+ },
186
+ "release": {
187
+ "groups": {
188
+ "packages": {
189
+ "projects": ["packages/**"],
190
+ "projectsRelationship": "independent",
191
+ "changelog": {
192
+ "createRelease": "github",
193
+ "entryWhenNoChanges": false
194
+ },
195
+ "version": {
196
+ "currentVersionResolver": "git-tag",
197
+ "specifierSource": "conventional-commits",
198
+ "groupPreVersionCommand": "build",
199
+ "manifestRootsToUpdate": [
200
+ "{projectRoot}",
201
+ {
202
+ "path": "dist/{projectRoot}",
203
+ "preserveLocalDependencyProtocols": false
204
+ }
205
+ ]
206
+ },
207
+ "releaseTag": {
208
+ "pattern": "{projectName}@{version}"
209
+ }
210
+ }
211
+ }
212
+ },
213
+ "plugins": [
214
+ "@storm-software/workspace-tools/plugins/typescript",
215
+ "@storm-software/workspace-tools/plugins/typescript/tsdown",
216
+ "@storm-software/workspace-tools/plugins/typescript/untyped",
217
+ {
218
+ "plugin": "@nx/vitest",
219
+ "options": {
220
+ "testTargetName": "test",
221
+ "ciTargetName": "test-ci",
222
+ "testMode": "watch"
223
+ }
224
+ }
225
+ ],
226
+ "parallel": 5,
227
+ "defaultBase": "main",
228
+ "useDaemonProcess": true,
229
+ "useInferencePlugins": true
230
+ }
@@ -174,8 +174,8 @@
174
174
  "executor": "nx:run-commands",
175
175
  "options": {
176
176
  "commands": [
177
- "rimraf --glob {projectRoot}/dist",
178
- "rimraf dist/{projectRoot}"
177
+ "pnpm rimraf --glob {projectRoot}/dist",
178
+ "pnpm rimraf dist/{projectRoot}"
179
179
  ]
180
180
  }
181
181
  },
@@ -175,8 +175,8 @@ var recommended_default = {
175
175
  executor: "nx:run-commands",
176
176
  options: {
177
177
  commands: [
178
- "rimraf --glob {projectRoot}/dist",
179
- "rimraf dist/{projectRoot}"
178
+ "pnpm rimraf --glob {projectRoot}/dist",
179
+ "pnpm rimraf dist/{projectRoot}"
180
180
  ]
181
181
  }
182
182
  },
@@ -175,8 +175,8 @@ var recommended_default = {
175
175
  executor: "nx:run-commands",
176
176
  options: {
177
177
  commands: [
178
- "rimraf --glob {projectRoot}/dist",
179
- "rimraf dist/{projectRoot}"
178
+ "pnpm rimraf --glob {projectRoot}/dist",
179
+ "pnpm rimraf dist/{projectRoot}"
180
180
  ]
181
181
  }
182
182
  },
package/dist/executors.js CHANGED
@@ -1,28 +1,34 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-P6HSE7LH.js');
2
2
 
3
3
 
4
+ var _chunkGYOKIIB3js = require('./chunk-GYOKIIB3.js');
5
+
6
+
4
7
  var _chunkHQUL4XZIjs = require('./chunk-HQUL4XZI.js');
5
8
 
6
9
 
7
- var _chunkKSEB2U7Bjs = require('./chunk-KSEB2U7B.js');
10
+ var _chunk5PC3QVAFjs = require('./chunk-5PC3QVAF.js');
8
11
 
9
12
 
10
- var _chunkLLSSYWDGjs = require('./chunk-LLSSYWDG.js');
13
+ var _chunkKSEB2U7Bjs = require('./chunk-KSEB2U7B.js');
11
14
 
12
15
 
13
16
  var _chunkNEI4NCUGjs = require('./chunk-NEI4NCUG.js');
14
17
 
15
18
 
16
- var _chunkGYOKIIB3js = require('./chunk-GYOKIIB3.js');
19
+ var _chunkLLSSYWDGjs = require('./chunk-LLSSYWDG.js');
17
20
 
18
21
 
19
- var _chunk5E753H52js = require('./chunk-5E753H52.js');
22
+ var _chunkWYXSJWM4js = require('./chunk-WYXSJWM4.js');
23
+
24
+
25
+ var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
20
26
 
21
27
 
22
28
  var _chunkKGLVCKYKjs = require('./chunk-KGLVCKYK.js');
23
29
 
24
30
 
25
- var _chunk5PC3QVAFjs = require('./chunk-5PC3QVAF.js');
31
+ var _chunkNECG6355js = require('./chunk-NECG6355.js');
26
32
 
27
33
 
28
34
  var _chunkOTF4YRBOjs = require('./chunk-OTF4YRBO.js');
@@ -31,13 +37,7 @@ var _chunkOTF4YRBOjs = require('./chunk-OTF4YRBO.js');
31
37
  var _chunkYRVFGD7Fjs = require('./chunk-YRVFGD7F.js');
32
38
 
33
39
 
34
- var _chunkWYXSJWM4js = require('./chunk-WYXSJWM4.js');
35
-
36
-
37
- var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
38
-
39
-
40
- var _chunkNECG6355js = require('./chunk-NECG6355.js');
40
+ var _chunk5E753H52js = require('./chunk-5E753H52.js');
41
41
  require('./chunk-OGB3BDE5.js');
42
42
  require('./chunk-HYK7OVZ3.js');
43
43
  require('./chunk-MKJITWLN.js');
@@ -1,28 +1,34 @@
1
1
  import "./chunk-GHQJKIMQ.mjs";
2
+ import {
3
+ typiaExecutorFn
4
+ } from "./chunk-B37LR2KQ.mjs";
2
5
  import {
3
6
  unbuildExecutorFn
4
7
  } from "./chunk-6S6QE7OG.mjs";
8
+ import {
9
+ napiExecutor
10
+ } from "./chunk-63IIWMRM.mjs";
5
11
  import {
6
12
  LARGE_BUFFER
7
13
  } from "./chunk-E2PVUX2W.mjs";
8
- import {
9
- sizeLimitExecutorFn
10
- } from "./chunk-FEHSLYPB.mjs";
11
14
  import {
12
15
  tsdownExecutorFn
13
16
  } from "./chunk-3ILHY6UE.mjs";
14
17
  import {
15
- typiaExecutorFn
16
- } from "./chunk-B37LR2KQ.mjs";
18
+ sizeLimitExecutorFn
19
+ } from "./chunk-FEHSLYPB.mjs";
17
20
  import {
18
- cargoDocExecutor
19
- } from "./chunk-D5MRSAIQ.mjs";
21
+ cargoFormatExecutor
22
+ } from "./chunk-ZRSFSLQE.mjs";
23
+ import {
24
+ getRegistryVersion
25
+ } from "./chunk-K6UOPTIZ.mjs";
20
26
  import {
21
27
  esbuildExecutorFn
22
28
  } from "./chunk-VLALGAEO.mjs";
23
29
  import {
24
- napiExecutor
25
- } from "./chunk-63IIWMRM.mjs";
30
+ cargoBuildExecutor
31
+ } from "./chunk-N2SWGQYO.mjs";
26
32
  import {
27
33
  cargoCheckExecutor
28
34
  } from "./chunk-OYAGJAJC.mjs";
@@ -30,14 +36,8 @@ import {
30
36
  cargoClippyExecutor
31
37
  } from "./chunk-GJ35IQWQ.mjs";
32
38
  import {
33
- cargoFormatExecutor
34
- } from "./chunk-ZRSFSLQE.mjs";
35
- import {
36
- getRegistryVersion
37
- } from "./chunk-K6UOPTIZ.mjs";
38
- import {
39
- cargoBuildExecutor
40
- } from "./chunk-N2SWGQYO.mjs";
39
+ cargoDocExecutor
40
+ } from "./chunk-D5MRSAIQ.mjs";
41
41
  import "./chunk-5BGCA73V.mjs";
42
42
  import "./chunk-C3G4MZGP.mjs";
43
43
  import "./chunk-54BBSJHK.mjs";
@@ -1,22 +1,22 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-C3TC7AUW.js');
2
2
 
3
3
 
4
- var _chunkMYALGFOCjs = require('./chunk-MYALGFOC.js');
4
+ var _chunkFETI3TYMjs = require('./chunk-FETI3TYM.js');
5
5
 
6
6
 
7
- var _chunkZO6ZPXB7js = require('./chunk-ZO6ZPXB7.js');
7
+ var _chunkKTRUDBKVjs = require('./chunk-KTRUDBKV.js');
8
8
 
9
9
 
10
- var _chunkFETI3TYMjs = require('./chunk-FETI3TYM.js');
10
+ var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
11
11
 
12
12
 
13
- var _chunkZM4LIWD4js = require('./chunk-ZM4LIWD4.js');
13
+ var _chunkMYALGFOCjs = require('./chunk-MYALGFOC.js');
14
14
 
15
15
 
16
- var _chunkKTRUDBKVjs = require('./chunk-KTRUDBKV.js');
16
+ var _chunkZO6ZPXB7js = require('./chunk-ZO6ZPXB7.js');
17
17
 
18
18
 
19
- var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
19
+ var _chunkZM4LIWD4js = require('./chunk-ZM4LIWD4.js');
20
20
  require('./chunk-HN5UXNLM.js');
21
21
  require('./chunk-ILSI74FW.js');
22
22
  require('./chunk-3G7PNDZ5.js');
@@ -1,22 +1,22 @@
1
1
  import "./chunk-SAIDGUHG.mjs";
2
- import {
3
- neutralLibraryGeneratorFn
4
- } from "./chunk-G35OKYMG.mjs";
5
- import {
6
- nodeLibraryGeneratorFn
7
- } from "./chunk-M7W3EPWR.mjs";
8
2
  import {
9
3
  presetGeneratorFn
10
4
  } from "./chunk-HU2ZYTZL.mjs";
11
- import {
12
- browserLibraryGeneratorFn
13
- } from "./chunk-FQ7VZ2JR.mjs";
14
5
  import {
15
6
  configSchemaGeneratorFn
16
7
  } from "./chunk-FX6ULQZH.mjs";
17
8
  import {
18
9
  initGenerator
19
10
  } from "./chunk-437WGH2M.mjs";
11
+ import {
12
+ neutralLibraryGeneratorFn
13
+ } from "./chunk-G35OKYMG.mjs";
14
+ import {
15
+ nodeLibraryGeneratorFn
16
+ } from "./chunk-M7W3EPWR.mjs";
17
+ import {
18
+ browserLibraryGeneratorFn
19
+ } from "./chunk-FQ7VZ2JR.mjs";
20
20
  import "./chunk-VQYZG5YE.mjs";
21
21
  import "./chunk-XSHN3XHD.mjs";
22
22
  import "./chunk-DEHA5C77.mjs";
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ var _chunkUAK3EVR2js = require('./chunk-UAK3EVR2.js');
20
20
 
21
21
 
22
22
 
23
- var _chunkWYV2VL6Tjs = require('./chunk-WYV2VL6T.js');
23
+ var _chunk5KAJDSTQjs = require('./chunk-5KAJDSTQ.js');
24
24
  require('./chunk-KBJ7IEXI.js');
25
25
 
26
26
 
@@ -45,28 +45,34 @@ var _chunkDIIMX7QFjs = require('./chunk-DIIMX7QF.js');
45
45
  require('./chunk-P6HSE7LH.js');
46
46
 
47
47
 
48
+ var _chunkGYOKIIB3js = require('./chunk-GYOKIIB3.js');
49
+
50
+
48
51
  var _chunkHQUL4XZIjs = require('./chunk-HQUL4XZI.js');
49
52
 
50
53
 
51
- var _chunkKSEB2U7Bjs = require('./chunk-KSEB2U7B.js');
54
+ var _chunk5PC3QVAFjs = require('./chunk-5PC3QVAF.js');
52
55
 
53
56
 
54
- var _chunkLLSSYWDGjs = require('./chunk-LLSSYWDG.js');
57
+ var _chunkKSEB2U7Bjs = require('./chunk-KSEB2U7B.js');
55
58
 
56
59
 
57
60
  var _chunkNEI4NCUGjs = require('./chunk-NEI4NCUG.js');
58
61
 
59
62
 
60
- var _chunkGYOKIIB3js = require('./chunk-GYOKIIB3.js');
63
+ var _chunkLLSSYWDGjs = require('./chunk-LLSSYWDG.js');
61
64
 
62
65
 
63
- var _chunk5E753H52js = require('./chunk-5E753H52.js');
66
+ var _chunkWYXSJWM4js = require('./chunk-WYXSJWM4.js');
67
+
68
+
69
+ var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
64
70
 
65
71
 
66
72
  var _chunkKGLVCKYKjs = require('./chunk-KGLVCKYK.js');
67
73
 
68
74
 
69
- var _chunk5PC3QVAFjs = require('./chunk-5PC3QVAF.js');
75
+ var _chunkNECG6355js = require('./chunk-NECG6355.js');
70
76
 
71
77
 
72
78
  var _chunkOTF4YRBOjs = require('./chunk-OTF4YRBO.js');
@@ -75,13 +81,7 @@ var _chunkOTF4YRBOjs = require('./chunk-OTF4YRBO.js');
75
81
  var _chunkYRVFGD7Fjs = require('./chunk-YRVFGD7F.js');
76
82
 
77
83
 
78
- var _chunkWYXSJWM4js = require('./chunk-WYXSJWM4.js');
79
-
80
-
81
- var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
82
-
83
-
84
- var _chunkNECG6355js = require('./chunk-NECG6355.js');
84
+ var _chunk5E753H52js = require('./chunk-5E753H52.js');
85
85
 
86
86
 
87
87
 
@@ -110,22 +110,22 @@ require('./chunk-N2365RCI.js');
110
110
  require('./chunk-C3TC7AUW.js');
111
111
 
112
112
 
113
- var _chunkMYALGFOCjs = require('./chunk-MYALGFOC.js');
113
+ var _chunkFETI3TYMjs = require('./chunk-FETI3TYM.js');
114
114
 
115
115
 
116
- var _chunkZO6ZPXB7js = require('./chunk-ZO6ZPXB7.js');
116
+ var _chunkKTRUDBKVjs = require('./chunk-KTRUDBKV.js');
117
117
 
118
118
 
119
- var _chunkFETI3TYMjs = require('./chunk-FETI3TYM.js');
119
+ var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
120
120
 
121
121
 
122
- var _chunkZM4LIWD4js = require('./chunk-ZM4LIWD4.js');
122
+ var _chunkMYALGFOCjs = require('./chunk-MYALGFOC.js');
123
123
 
124
124
 
125
- var _chunkKTRUDBKVjs = require('./chunk-KTRUDBKV.js');
125
+ var _chunkZO6ZPXB7js = require('./chunk-ZO6ZPXB7.js');
126
126
 
127
127
 
128
- var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
128
+ var _chunkZM4LIWD4js = require('./chunk-ZM4LIWD4.js');
129
129
 
130
130
 
131
131
 
@@ -325,4 +325,4 @@ var _chunk7CJRMBX3js = require('./chunk-7CJRMBX3.js');
325
325
 
326
326
 
327
327
 
328
- exports.BUN_LOCK_FILE = _chunkHN5UXNLMjs.BUN_LOCK_FILE; exports.BUN_LOCK_PATH = _chunkHN5UXNLMjs.BUN_LOCK_PATH; exports.INVALID_CARGO_ARGS = _chunkHYK7OVZ3js.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkKSEB2U7Bjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkHN5UXNLMjs.LOCK_FILES; exports.LOCK_FILE_BY_PACKAGE_MANAGER = _chunkHN5UXNLMjs.LOCK_FILE_BY_PACKAGE_MANAGER; exports.NAMED_INPUTS = _chunkWYV2VL6Tjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkHN5UXNLMjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkHN5UXNLMjs.NPM_LOCK_PATH; exports.OTHER_LOCK_FILES = _chunkHN5UXNLMjs.OTHER_LOCK_FILES; exports.PNPM_LOCK_FILE = _chunkHN5UXNLMjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkHN5UXNLMjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk46OIJVV3js.PackageManagerTypes; exports.ProjectTagConstants = _chunkTAP26ZJQjs.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunkX3HC3R2Ijs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunkX3HC3R2Ijs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunkX3HC3R2Ijs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunkX3HC3R2Ijs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunkX3HC3R2Ijs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunkX3HC3R2Ijs.ProjectTagVariant; exports.RELEASE = _chunkWYV2VL6Tjs.RELEASE; exports.StormJsVersionActions = _chunkXELY5YI7js.StormJsVersionActions; exports.StormRustVersionActions = _chunkAEDI2SBNjs.StormRustVersionActions; exports.TypescriptProjectLinkingType = _chunkX3HC3R2Ijs.TypescriptProjectLinkingType; exports.YARN_LOCK_FILE = _chunkHN5UXNLMjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkHN5UXNLMjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk46OIJVV3js.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkTAP26ZJQjs.addPluginProjectTag; exports.addProjectTag = _chunkTAP26ZJQjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkDIIMX7QFjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunk7JRL2LE3js.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkZM4LIWD4js.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkHYK7OVZ3js.buildCargoCommand; exports.bunVersion = _chunk3G7PNDZ5js.bunVersion; exports.cargoBaseExecutorSchema = _chunkLQHVZMFVjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkNECG6355js.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkOTF4YRBOjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkYRVFGD7Fjs.cargoClippyExecutor; exports.cargoCommand = _chunkHYK7OVZ3js.cargoCommand; exports.cargoCommandSync = _chunkHYK7OVZ3js.cargoCommandSync; exports.cargoDocExecutor = _chunk5E753H52js.cargoDocExecutor; exports.cargoFormatExecutor = _chunkWYXSJWM4js.cargoFormatExecutor; exports.cargoMetadata = _chunkHYK7OVZ3js.cargoMetadata; exports.cargoRunCommand = _chunkHYK7OVZ3js.cargoRunCommand; exports.childProcess = _chunkHYK7OVZ3js.childProcess; exports.configSchemaGeneratorFn = _chunkKTRUDBKVjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkILSI74FWjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkKGLVCKYKjs.esbuildExecutorFn; exports.eslintVersion = _chunk3G7PNDZ5js.eslintVersion; exports.formatProjectTag = _chunkTAP26ZJQjs.formatProjectTag; exports.getGitHubTools = _chunkMKJITWLNjs.getGitHubTools; exports.getInstallCommand = _chunkOGB3BDE5js.getInstallCommand; exports.getLockFileDependencies = _chunkHN5UXNLMjs.getLockFileDependencies; exports.getLockFileName = _chunkHN5UXNLMjs.getLockFileName; exports.getLockFileNodes = _chunkHN5UXNLMjs.getLockFileNodes; exports.getOtherLockFileNames = _chunkHN5UXNLMjs.getOtherLockFileNames; exports.getOutputPath = _chunkILSI74FWjs.getOutputPath; exports.getPackageInfo = _chunk46OIJVV3js.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkBAPFD3TOjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkBAPFD3TOjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkUAK3EVR2js.getProjectConfiguration; exports.getProjectConfigurations = _chunkUAK3EVR2js.getProjectConfigurations; exports.getProjectPlatform = _chunkBAPFD3TOjs.getProjectPlatform; exports.getProjectRoot = _chunkBAPFD3TOjs.getProjectRoot; exports.getProjectTag = _chunkTAP26ZJQjs.getProjectTag; exports.getRegistryVersion = _chunkRU4TNHFGjs.getRegistryVersion; exports.getRoot = _chunkBAPFD3TOjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.getWorkspacePackageManager = _chunkOGB3BDE5js.getWorkspacePackageManager; exports.getWorkspacePackageManagerCommand = _chunkOGB3BDE5js.getWorkspacePackageManagerCommand; exports.hasProjectTag = _chunkTAP26ZJQjs.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkTAP26ZJQjs.isEqualProjectTag; exports.isExternal = _chunkHYK7OVZ3js.isExternal; exports.lintStagedVersion = _chunk3G7PNDZ5js.lintStagedVersion; exports.lockFileExists = _chunkHN5UXNLMjs.lockFileExists; exports.napiExecutor = _chunk5PC3QVAFjs.napiExecutor; exports.neutralLibraryGeneratorFn = _chunkMYALGFOCjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkZO6ZPXB7js.nodeLibraryGeneratorFn; exports.nodeVersion = _chunk3G7PNDZ5js.nodeVersion; exports.normalizeOptions = _chunkILSI74FWjs.normalizeOptions; exports.npmVersion = _chunk3G7PNDZ5js.npmVersion; exports.nxVersion = _chunk3G7PNDZ5js.nxVersion; exports.packageManagerVersions = _chunk3G7PNDZ5js.packageManagerVersions; exports.pnpmVersion = _chunk3G7PNDZ5js.pnpmVersion; exports.presetGeneratorFn = _chunkFETI3TYMjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunk3G7PNDZ5js.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunk3G7PNDZ5js.prettierPrismaVersion; exports.prettierVersion = _chunk3G7PNDZ5js.prettierVersion; exports.runProcess = _chunkHYK7OVZ3js.runProcess; exports.semanticReleaseVersion = _chunk3G7PNDZ5js.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkTAP26ZJQjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkLLSSYWDGjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunk3G7PNDZ5js.swcCliVersion; exports.swcCoreVersion = _chunk3G7PNDZ5js.swcCoreVersion; exports.swcHelpersVersion = _chunk3G7PNDZ5js.swcHelpersVersion; exports.swcNodeVersion = _chunk3G7PNDZ5js.swcNodeVersion; exports.tsLibVersion = _chunk3G7PNDZ5js.tsLibVersion; exports.tsdownExecutorFn = _chunkNEI4NCUGjs.tsdownExecutorFn; exports.tsupVersion = _chunk3G7PNDZ5js.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkILSI74FWjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunk3G7PNDZ5js.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkPMPKOMMDjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunk3G7PNDZ5js.typescriptVersion; exports.typiaExecutorFn = _chunkGYOKIIB3js.typiaExecutorFn; exports.unbuildExecutorFn = _chunkHQUL4XZIjs.unbuildExecutorFn; exports.verdaccioVersion = _chunk3G7PNDZ5js.verdaccioVersion; exports.withNamedInputs = _chunkWYV2VL6Tjs.withNamedInputs; exports.withRunExecutor = _chunkRQTILTHDjs.withRunExecutor; exports.withRunGenerator = _chunkQSTZP7MXjs.withRunGenerator; exports.yarnVersion = _chunk3G7PNDZ5js.yarnVersion;
328
+ exports.BUN_LOCK_FILE = _chunkHN5UXNLMjs.BUN_LOCK_FILE; exports.BUN_LOCK_PATH = _chunkHN5UXNLMjs.BUN_LOCK_PATH; exports.INVALID_CARGO_ARGS = _chunkHYK7OVZ3js.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkKSEB2U7Bjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkHN5UXNLMjs.LOCK_FILES; exports.LOCK_FILE_BY_PACKAGE_MANAGER = _chunkHN5UXNLMjs.LOCK_FILE_BY_PACKAGE_MANAGER; exports.NAMED_INPUTS = _chunk5KAJDSTQjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkHN5UXNLMjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkHN5UXNLMjs.NPM_LOCK_PATH; exports.OTHER_LOCK_FILES = _chunkHN5UXNLMjs.OTHER_LOCK_FILES; exports.PNPM_LOCK_FILE = _chunkHN5UXNLMjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkHN5UXNLMjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk46OIJVV3js.PackageManagerTypes; exports.ProjectTagConstants = _chunkTAP26ZJQjs.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunkX3HC3R2Ijs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunkX3HC3R2Ijs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunkX3HC3R2Ijs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunkX3HC3R2Ijs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunkX3HC3R2Ijs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunkX3HC3R2Ijs.ProjectTagVariant; exports.RELEASE = _chunk5KAJDSTQjs.RELEASE; exports.StormJsVersionActions = _chunkXELY5YI7js.StormJsVersionActions; exports.StormRustVersionActions = _chunkAEDI2SBNjs.StormRustVersionActions; exports.TypescriptProjectLinkingType = _chunkX3HC3R2Ijs.TypescriptProjectLinkingType; exports.YARN_LOCK_FILE = _chunkHN5UXNLMjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkHN5UXNLMjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk46OIJVV3js.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkTAP26ZJQjs.addPluginProjectTag; exports.addProjectTag = _chunkTAP26ZJQjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkDIIMX7QFjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunk7JRL2LE3js.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkZM4LIWD4js.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkHYK7OVZ3js.buildCargoCommand; exports.bunVersion = _chunk3G7PNDZ5js.bunVersion; exports.cargoBaseExecutorSchema = _chunkLQHVZMFVjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkNECG6355js.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkOTF4YRBOjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkYRVFGD7Fjs.cargoClippyExecutor; exports.cargoCommand = _chunkHYK7OVZ3js.cargoCommand; exports.cargoCommandSync = _chunkHYK7OVZ3js.cargoCommandSync; exports.cargoDocExecutor = _chunk5E753H52js.cargoDocExecutor; exports.cargoFormatExecutor = _chunkWYXSJWM4js.cargoFormatExecutor; exports.cargoMetadata = _chunkHYK7OVZ3js.cargoMetadata; exports.cargoRunCommand = _chunkHYK7OVZ3js.cargoRunCommand; exports.childProcess = _chunkHYK7OVZ3js.childProcess; exports.configSchemaGeneratorFn = _chunkKTRUDBKVjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkILSI74FWjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkKGLVCKYKjs.esbuildExecutorFn; exports.eslintVersion = _chunk3G7PNDZ5js.eslintVersion; exports.formatProjectTag = _chunkTAP26ZJQjs.formatProjectTag; exports.getGitHubTools = _chunkMKJITWLNjs.getGitHubTools; exports.getInstallCommand = _chunkOGB3BDE5js.getInstallCommand; exports.getLockFileDependencies = _chunkHN5UXNLMjs.getLockFileDependencies; exports.getLockFileName = _chunkHN5UXNLMjs.getLockFileName; exports.getLockFileNodes = _chunkHN5UXNLMjs.getLockFileNodes; exports.getOtherLockFileNames = _chunkHN5UXNLMjs.getOtherLockFileNames; exports.getOutputPath = _chunkILSI74FWjs.getOutputPath; exports.getPackageInfo = _chunk46OIJVV3js.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkBAPFD3TOjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkBAPFD3TOjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkUAK3EVR2js.getProjectConfiguration; exports.getProjectConfigurations = _chunkUAK3EVR2js.getProjectConfigurations; exports.getProjectPlatform = _chunkBAPFD3TOjs.getProjectPlatform; exports.getProjectRoot = _chunkBAPFD3TOjs.getProjectRoot; exports.getProjectTag = _chunkTAP26ZJQjs.getProjectTag; exports.getRegistryVersion = _chunkRU4TNHFGjs.getRegistryVersion; exports.getRoot = _chunkBAPFD3TOjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.getWorkspacePackageManager = _chunkOGB3BDE5js.getWorkspacePackageManager; exports.getWorkspacePackageManagerCommand = _chunkOGB3BDE5js.getWorkspacePackageManagerCommand; exports.hasProjectTag = _chunkTAP26ZJQjs.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkTAP26ZJQjs.isEqualProjectTag; exports.isExternal = _chunkHYK7OVZ3js.isExternal; exports.lintStagedVersion = _chunk3G7PNDZ5js.lintStagedVersion; exports.lockFileExists = _chunkHN5UXNLMjs.lockFileExists; exports.napiExecutor = _chunk5PC3QVAFjs.napiExecutor; exports.neutralLibraryGeneratorFn = _chunkMYALGFOCjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkZO6ZPXB7js.nodeLibraryGeneratorFn; exports.nodeVersion = _chunk3G7PNDZ5js.nodeVersion; exports.normalizeOptions = _chunkILSI74FWjs.normalizeOptions; exports.npmVersion = _chunk3G7PNDZ5js.npmVersion; exports.nxVersion = _chunk3G7PNDZ5js.nxVersion; exports.packageManagerVersions = _chunk3G7PNDZ5js.packageManagerVersions; exports.pnpmVersion = _chunk3G7PNDZ5js.pnpmVersion; exports.presetGeneratorFn = _chunkFETI3TYMjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunk3G7PNDZ5js.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunk3G7PNDZ5js.prettierPrismaVersion; exports.prettierVersion = _chunk3G7PNDZ5js.prettierVersion; exports.runProcess = _chunkHYK7OVZ3js.runProcess; exports.semanticReleaseVersion = _chunk3G7PNDZ5js.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkTAP26ZJQjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkLLSSYWDGjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunk3G7PNDZ5js.swcCliVersion; exports.swcCoreVersion = _chunk3G7PNDZ5js.swcCoreVersion; exports.swcHelpersVersion = _chunk3G7PNDZ5js.swcHelpersVersion; exports.swcNodeVersion = _chunk3G7PNDZ5js.swcNodeVersion; exports.tsLibVersion = _chunk3G7PNDZ5js.tsLibVersion; exports.tsdownExecutorFn = _chunkNEI4NCUGjs.tsdownExecutorFn; exports.tsupVersion = _chunk3G7PNDZ5js.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkILSI74FWjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunk3G7PNDZ5js.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkPMPKOMMDjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunk3G7PNDZ5js.typescriptVersion; exports.typiaExecutorFn = _chunkGYOKIIB3js.typiaExecutorFn; exports.unbuildExecutorFn = _chunkHQUL4XZIjs.unbuildExecutorFn; exports.verdaccioVersion = _chunk3G7PNDZ5js.verdaccioVersion; exports.withNamedInputs = _chunk5KAJDSTQjs.withNamedInputs; exports.withRunExecutor = _chunkRQTILTHDjs.withRunExecutor; exports.withRunGenerator = _chunkQSTZP7MXjs.withRunGenerator; exports.yarnVersion = _chunk3G7PNDZ5js.yarnVersion;
package/dist/index.mjs CHANGED
@@ -20,7 +20,7 @@ import {
20
20
  NAMED_INPUTS,
21
21
  RELEASE,
22
22
  withNamedInputs
23
- } from "./chunk-WTASIX7S.mjs";
23
+ } from "./chunk-KMTNXFZA.mjs";
24
24
  import "./chunk-P5P43FOZ.mjs";
25
25
  import {
26
26
  cargo_base_executor_untyped_default
@@ -43,30 +43,36 @@ import {
43
43
  applyWorkspaceExecutorTokens
44
44
  } from "./chunk-EDROFLKN.mjs";
45
45
  import "./chunk-GHQJKIMQ.mjs";
46
+ import {
47
+ typiaExecutorFn
48
+ } from "./chunk-B37LR2KQ.mjs";
46
49
  import {
47
50
  unbuildExecutorFn
48
51
  } from "./chunk-6S6QE7OG.mjs";
52
+ import {
53
+ napiExecutor
54
+ } from "./chunk-63IIWMRM.mjs";
49
55
  import {
50
56
  LARGE_BUFFER
51
57
  } from "./chunk-E2PVUX2W.mjs";
52
- import {
53
- sizeLimitExecutorFn
54
- } from "./chunk-FEHSLYPB.mjs";
55
58
  import {
56
59
  tsdownExecutorFn
57
60
  } from "./chunk-3ILHY6UE.mjs";
58
61
  import {
59
- typiaExecutorFn
60
- } from "./chunk-B37LR2KQ.mjs";
62
+ sizeLimitExecutorFn
63
+ } from "./chunk-FEHSLYPB.mjs";
61
64
  import {
62
- cargoDocExecutor
63
- } from "./chunk-D5MRSAIQ.mjs";
65
+ cargoFormatExecutor
66
+ } from "./chunk-ZRSFSLQE.mjs";
67
+ import {
68
+ getRegistryVersion
69
+ } from "./chunk-K6UOPTIZ.mjs";
64
70
  import {
65
71
  esbuildExecutorFn
66
72
  } from "./chunk-VLALGAEO.mjs";
67
73
  import {
68
- napiExecutor
69
- } from "./chunk-63IIWMRM.mjs";
74
+ cargoBuildExecutor
75
+ } from "./chunk-N2SWGQYO.mjs";
70
76
  import {
71
77
  cargoCheckExecutor
72
78
  } from "./chunk-OYAGJAJC.mjs";
@@ -74,14 +80,8 @@ import {
74
80
  cargoClippyExecutor
75
81
  } from "./chunk-GJ35IQWQ.mjs";
76
82
  import {
77
- cargoFormatExecutor
78
- } from "./chunk-ZRSFSLQE.mjs";
79
- import {
80
- getRegistryVersion
81
- } from "./chunk-K6UOPTIZ.mjs";
82
- import {
83
- cargoBuildExecutor
84
- } from "./chunk-N2SWGQYO.mjs";
83
+ cargoDocExecutor
84
+ } from "./chunk-D5MRSAIQ.mjs";
85
85
  import {
86
86
  getInstallCommand,
87
87
  getWorkspacePackageManager,
@@ -108,24 +108,24 @@ import {
108
108
  } from "./chunk-IDSDBOWW.mjs";
109
109
  import "./chunk-UA33NH5O.mjs";
110
110
  import "./chunk-SAIDGUHG.mjs";
111
- import {
112
- neutralLibraryGeneratorFn
113
- } from "./chunk-G35OKYMG.mjs";
114
- import {
115
- nodeLibraryGeneratorFn
116
- } from "./chunk-M7W3EPWR.mjs";
117
111
  import {
118
112
  presetGeneratorFn
119
113
  } from "./chunk-HU2ZYTZL.mjs";
120
- import {
121
- browserLibraryGeneratorFn
122
- } from "./chunk-FQ7VZ2JR.mjs";
123
114
  import {
124
115
  configSchemaGeneratorFn
125
116
  } from "./chunk-FX6ULQZH.mjs";
126
117
  import {
127
118
  initGenerator
128
119
  } from "./chunk-437WGH2M.mjs";
120
+ import {
121
+ neutralLibraryGeneratorFn
122
+ } from "./chunk-G35OKYMG.mjs";
123
+ import {
124
+ nodeLibraryGeneratorFn
125
+ } from "./chunk-M7W3EPWR.mjs";
126
+ import {
127
+ browserLibraryGeneratorFn
128
+ } from "./chunk-FQ7VZ2JR.mjs";
129
129
  import {
130
130
  BUN_LOCK_FILE,
131
131
  BUN_LOCK_PATH,
@@ -101,7 +101,7 @@ Please add it to your dependencies by running "${packageManagerCommand.addDev} u
101
101
  ],
102
102
  options: {
103
103
  commands: [
104
- `storm-untyped generate --entry=\\"${projectRoot}/**/{untyped.ts,*.untyped.ts}\\" `
104
+ `${packageManagerCommand.exec} storm-untyped generate --entry=\\"${projectRoot}/**/{untyped.ts,*.untyped.ts}\\" `
105
105
  ]
106
106
  }
107
107
  };
@@ -102,7 +102,7 @@ Please add it to your dependencies by running "${packageManagerCommand.addDev} u
102
102
  ],
103
103
  options: {
104
104
  commands: [
105
- `storm-untyped generate --entry=\\"${projectRoot}/**/{untyped.ts,*.untyped.ts}\\" `
105
+ `${packageManagerCommand.exec} storm-untyped generate --entry=\\"${projectRoot}/**/{untyped.ts,*.untyped.ts}\\" `
106
106
  ]
107
107
  }
108
108
  };
@@ -20,7 +20,7 @@ var _chunkUAK3EVR2js = require('../../chunk-UAK3EVR2.js');
20
20
 
21
21
 
22
22
 
23
- var _chunkWYV2VL6Tjs = require('../../chunk-WYV2VL6T.js');
23
+ var _chunk5KAJDSTQjs = require('../../chunk-5KAJDSTQ.js');
24
24
 
25
25
 
26
26
  var _chunkDIIMX7QFjs = require('../../chunk-DIIMX7QF.js');
@@ -181,4 +181,4 @@ require('../../chunk-CQDBLKPF.js');
181
181
 
182
182
 
183
183
 
184
- exports.BUN_LOCK_FILE = _chunkHN5UXNLMjs.BUN_LOCK_FILE; exports.BUN_LOCK_PATH = _chunkHN5UXNLMjs.BUN_LOCK_PATH; exports.INVALID_CARGO_ARGS = _chunkHYK7OVZ3js.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkHN5UXNLMjs.LOCK_FILES; exports.LOCK_FILE_BY_PACKAGE_MANAGER = _chunkHN5UXNLMjs.LOCK_FILE_BY_PACKAGE_MANAGER; exports.NAMED_INPUTS = _chunkWYV2VL6Tjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkHN5UXNLMjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkHN5UXNLMjs.NPM_LOCK_PATH; exports.OTHER_LOCK_FILES = _chunkHN5UXNLMjs.OTHER_LOCK_FILES; exports.PNPM_LOCK_FILE = _chunkHN5UXNLMjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkHN5UXNLMjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk46OIJVV3js.PackageManagerTypes; exports.ProjectTagConstants = _chunkTAP26ZJQjs.ProjectTagConstants; exports.RELEASE = _chunkWYV2VL6Tjs.RELEASE; exports.YARN_LOCK_FILE = _chunkHN5UXNLMjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkHN5UXNLMjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk46OIJVV3js.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkTAP26ZJQjs.addPluginProjectTag; exports.addProjectTag = _chunkTAP26ZJQjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkDIIMX7QFjs.applyWorkspaceExecutorTokens; exports.buildCargoCommand = _chunkHYK7OVZ3js.buildCargoCommand; exports.bunVersion = _chunk3G7PNDZ5js.bunVersion; exports.cargoCommand = _chunkHYK7OVZ3js.cargoCommand; exports.cargoCommandSync = _chunkHYK7OVZ3js.cargoCommandSync; exports.cargoMetadata = _chunkHYK7OVZ3js.cargoMetadata; exports.cargoRunCommand = _chunkHYK7OVZ3js.cargoRunCommand; exports.childProcess = _chunkHYK7OVZ3js.childProcess; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.eslintVersion = _chunk3G7PNDZ5js.eslintVersion; exports.formatProjectTag = _chunkTAP26ZJQjs.formatProjectTag; exports.getGitHubTools = _chunkMKJITWLNjs.getGitHubTools; exports.getInstallCommand = _chunkOGB3BDE5js.getInstallCommand; exports.getLockFileDependencies = _chunkHN5UXNLMjs.getLockFileDependencies; exports.getLockFileName = _chunkHN5UXNLMjs.getLockFileName; exports.getLockFileNodes = _chunkHN5UXNLMjs.getLockFileNodes; exports.getOtherLockFileNames = _chunkHN5UXNLMjs.getOtherLockFileNames; exports.getPackageInfo = _chunk46OIJVV3js.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkBAPFD3TOjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkBAPFD3TOjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkUAK3EVR2js.getProjectConfiguration; exports.getProjectConfigurations = _chunkUAK3EVR2js.getProjectConfigurations; exports.getProjectPlatform = _chunkBAPFD3TOjs.getProjectPlatform; exports.getProjectRoot = _chunkBAPFD3TOjs.getProjectRoot; exports.getProjectTag = _chunkTAP26ZJQjs.getProjectTag; exports.getRoot = _chunkBAPFD3TOjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.getWorkspacePackageManager = _chunkOGB3BDE5js.getWorkspacePackageManager; exports.getWorkspacePackageManagerCommand = _chunkOGB3BDE5js.getWorkspacePackageManagerCommand; exports.hasProjectTag = _chunkTAP26ZJQjs.hasProjectTag; exports.isEqualProjectTag = _chunkTAP26ZJQjs.isEqualProjectTag; exports.isExternal = _chunkHYK7OVZ3js.isExternal; exports.lintStagedVersion = _chunk3G7PNDZ5js.lintStagedVersion; exports.lockFileExists = _chunkHN5UXNLMjs.lockFileExists; exports.nodeVersion = _chunk3G7PNDZ5js.nodeVersion; exports.npmVersion = _chunk3G7PNDZ5js.npmVersion; exports.nxVersion = _chunk3G7PNDZ5js.nxVersion; exports.packageManagerVersions = _chunk3G7PNDZ5js.packageManagerVersions; exports.pnpmVersion = _chunk3G7PNDZ5js.pnpmVersion; exports.prettierPackageJsonVersion = _chunk3G7PNDZ5js.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunk3G7PNDZ5js.prettierPrismaVersion; exports.prettierVersion = _chunk3G7PNDZ5js.prettierVersion; exports.runProcess = _chunkHYK7OVZ3js.runProcess; exports.semanticReleaseVersion = _chunk3G7PNDZ5js.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkTAP26ZJQjs.setDefaultProjectTags; exports.swcCliVersion = _chunk3G7PNDZ5js.swcCliVersion; exports.swcCoreVersion = _chunk3G7PNDZ5js.swcCoreVersion; exports.swcHelpersVersion = _chunk3G7PNDZ5js.swcHelpersVersion; exports.swcNodeVersion = _chunk3G7PNDZ5js.swcNodeVersion; exports.tsLibVersion = _chunk3G7PNDZ5js.tsLibVersion; exports.tsupVersion = _chunk3G7PNDZ5js.tsupVersion; exports.typesNodeVersion = _chunk3G7PNDZ5js.typesNodeVersion; exports.typescriptVersion = _chunk3G7PNDZ5js.typescriptVersion; exports.verdaccioVersion = _chunk3G7PNDZ5js.verdaccioVersion; exports.withNamedInputs = _chunkWYV2VL6Tjs.withNamedInputs; exports.yarnVersion = _chunk3G7PNDZ5js.yarnVersion;
184
+ exports.BUN_LOCK_FILE = _chunkHN5UXNLMjs.BUN_LOCK_FILE; exports.BUN_LOCK_PATH = _chunkHN5UXNLMjs.BUN_LOCK_PATH; exports.INVALID_CARGO_ARGS = _chunkHYK7OVZ3js.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkHN5UXNLMjs.LOCK_FILES; exports.LOCK_FILE_BY_PACKAGE_MANAGER = _chunkHN5UXNLMjs.LOCK_FILE_BY_PACKAGE_MANAGER; exports.NAMED_INPUTS = _chunk5KAJDSTQjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkHN5UXNLMjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkHN5UXNLMjs.NPM_LOCK_PATH; exports.OTHER_LOCK_FILES = _chunkHN5UXNLMjs.OTHER_LOCK_FILES; exports.PNPM_LOCK_FILE = _chunkHN5UXNLMjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkHN5UXNLMjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk46OIJVV3js.PackageManagerTypes; exports.ProjectTagConstants = _chunkTAP26ZJQjs.ProjectTagConstants; exports.RELEASE = _chunk5KAJDSTQjs.RELEASE; exports.YARN_LOCK_FILE = _chunkHN5UXNLMjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkHN5UXNLMjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk46OIJVV3js.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkTAP26ZJQjs.addPluginProjectTag; exports.addProjectTag = _chunkTAP26ZJQjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkDIIMX7QFjs.applyWorkspaceExecutorTokens; exports.buildCargoCommand = _chunkHYK7OVZ3js.buildCargoCommand; exports.bunVersion = _chunk3G7PNDZ5js.bunVersion; exports.cargoCommand = _chunkHYK7OVZ3js.cargoCommand; exports.cargoCommandSync = _chunkHYK7OVZ3js.cargoCommandSync; exports.cargoMetadata = _chunkHYK7OVZ3js.cargoMetadata; exports.cargoRunCommand = _chunkHYK7OVZ3js.cargoRunCommand; exports.childProcess = _chunkHYK7OVZ3js.childProcess; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.eslintVersion = _chunk3G7PNDZ5js.eslintVersion; exports.formatProjectTag = _chunkTAP26ZJQjs.formatProjectTag; exports.getGitHubTools = _chunkMKJITWLNjs.getGitHubTools; exports.getInstallCommand = _chunkOGB3BDE5js.getInstallCommand; exports.getLockFileDependencies = _chunkHN5UXNLMjs.getLockFileDependencies; exports.getLockFileName = _chunkHN5UXNLMjs.getLockFileName; exports.getLockFileNodes = _chunkHN5UXNLMjs.getLockFileNodes; exports.getOtherLockFileNames = _chunkHN5UXNLMjs.getOtherLockFileNames; exports.getPackageInfo = _chunk46OIJVV3js.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkBAPFD3TOjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkBAPFD3TOjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkUAK3EVR2js.getProjectConfiguration; exports.getProjectConfigurations = _chunkUAK3EVR2js.getProjectConfigurations; exports.getProjectPlatform = _chunkBAPFD3TOjs.getProjectPlatform; exports.getProjectRoot = _chunkBAPFD3TOjs.getProjectRoot; exports.getProjectTag = _chunkTAP26ZJQjs.getProjectTag; exports.getRoot = _chunkBAPFD3TOjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.getWorkspacePackageManager = _chunkOGB3BDE5js.getWorkspacePackageManager; exports.getWorkspacePackageManagerCommand = _chunkOGB3BDE5js.getWorkspacePackageManagerCommand; exports.hasProjectTag = _chunkTAP26ZJQjs.hasProjectTag; exports.isEqualProjectTag = _chunkTAP26ZJQjs.isEqualProjectTag; exports.isExternal = _chunkHYK7OVZ3js.isExternal; exports.lintStagedVersion = _chunk3G7PNDZ5js.lintStagedVersion; exports.lockFileExists = _chunkHN5UXNLMjs.lockFileExists; exports.nodeVersion = _chunk3G7PNDZ5js.nodeVersion; exports.npmVersion = _chunk3G7PNDZ5js.npmVersion; exports.nxVersion = _chunk3G7PNDZ5js.nxVersion; exports.packageManagerVersions = _chunk3G7PNDZ5js.packageManagerVersions; exports.pnpmVersion = _chunk3G7PNDZ5js.pnpmVersion; exports.prettierPackageJsonVersion = _chunk3G7PNDZ5js.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunk3G7PNDZ5js.prettierPrismaVersion; exports.prettierVersion = _chunk3G7PNDZ5js.prettierVersion; exports.runProcess = _chunkHYK7OVZ3js.runProcess; exports.semanticReleaseVersion = _chunk3G7PNDZ5js.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkTAP26ZJQjs.setDefaultProjectTags; exports.swcCliVersion = _chunk3G7PNDZ5js.swcCliVersion; exports.swcCoreVersion = _chunk3G7PNDZ5js.swcCoreVersion; exports.swcHelpersVersion = _chunk3G7PNDZ5js.swcHelpersVersion; exports.swcNodeVersion = _chunk3G7PNDZ5js.swcNodeVersion; exports.tsLibVersion = _chunk3G7PNDZ5js.tsLibVersion; exports.tsupVersion = _chunk3G7PNDZ5js.tsupVersion; exports.typesNodeVersion = _chunk3G7PNDZ5js.typesNodeVersion; exports.typescriptVersion = _chunk3G7PNDZ5js.typescriptVersion; exports.verdaccioVersion = _chunk3G7PNDZ5js.verdaccioVersion; exports.withNamedInputs = _chunk5KAJDSTQjs.withNamedInputs; exports.yarnVersion = _chunk3G7PNDZ5js.yarnVersion;
@@ -20,7 +20,7 @@ import {
20
20
  NAMED_INPUTS,
21
21
  RELEASE,
22
22
  withNamedInputs
23
- } from "../../chunk-WTASIX7S.mjs";
23
+ } from "../../chunk-KMTNXFZA.mjs";
24
24
  import {
25
25
  applyWorkspaceExecutorTokens
26
26
  } from "../../chunk-EDROFLKN.mjs";
@@ -2,9 +2,9 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkWYV2VL6Tjs = require('../../chunk-WYV2VL6T.js');
5
+ var _chunk5KAJDSTQjs = require('../../chunk-5KAJDSTQ.js');
6
6
 
7
7
 
8
8
 
9
9
 
10
- exports.NAMED_INPUTS = _chunkWYV2VL6Tjs.NAMED_INPUTS; exports.RELEASE = _chunkWYV2VL6Tjs.RELEASE; exports.withNamedInputs = _chunkWYV2VL6Tjs.withNamedInputs;
10
+ exports.NAMED_INPUTS = _chunk5KAJDSTQjs.NAMED_INPUTS; exports.RELEASE = _chunk5KAJDSTQjs.RELEASE; exports.withNamedInputs = _chunk5KAJDSTQjs.withNamedInputs;
@@ -2,7 +2,7 @@ import {
2
2
  NAMED_INPUTS,
3
3
  RELEASE,
4
4
  withNamedInputs
5
- } from "../../chunk-WTASIX7S.mjs";
5
+ } from "../../chunk-KMTNXFZA.mjs";
6
6
  import "../../chunk-4RR3IGJL.mjs";
7
7
  export {
8
8
  NAMED_INPUTS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.296.84",
3
+ "version": "1.296.85",
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,10 +238,10 @@
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-tools": "^1.190.104",
242
- "@storm-software/npm-tools": "^0.6.222",
243
- "@storm-software/prettier": "^0.59.157",
244
- "@storm-software/tsdown": "^0.45.265",
241
+ "@storm-software/config-tools": "^1.190.105",
242
+ "@storm-software/npm-tools": "^0.6.223",
243
+ "@storm-software/prettier": "^0.59.158",
244
+ "@storm-software/tsdown": "^0.45.266",
245
245
  "fs-extra": "11.2.0",
246
246
  "glob": "^11.1.0",
247
247
  "jiti": "^2.7.0",
@@ -255,11 +255,11 @@
255
255
  },
256
256
  "devDependencies": {
257
257
  "@napi-rs/cli": "^3.7.3",
258
- "@storm-software/bun-tools": "^0.0.13",
259
- "@storm-software/esbuild": "^0.53.265",
260
- "@storm-software/package-constants": "^0.1.117",
261
- "@storm-software/pnpm-tools": "^0.7.115",
262
- "@storm-software/unbuild": "^0.57.265",
258
+ "@storm-software/bun-tools": "^0.0.14",
259
+ "@storm-software/esbuild": "^0.53.266",
260
+ "@storm-software/package-constants": "^0.1.118",
261
+ "@storm-software/pnpm-tools": "^0.7.116",
262
+ "@storm-software/unbuild": "^0.57.266",
263
263
  "@types/micromatch": "^4.0.10",
264
264
  "@types/node": "^25.9.5",
265
265
  "@types/semver": "^7.7.1",
@@ -295,5 +295,5 @@
295
295
  "publishConfig": { "access": "public" },
296
296
  "executors": "./executors.json",
297
297
  "generators": "./generators.json",
298
- "gitHead": "e9118ed4d0235c8643e71d0d8370987a2945f8d1"
298
+ "gitHead": "70318372ffbd8ee82540b78449a2755cf4584958"
299
299
  }