@storm-software/workspace-tools 1.289.4 → 1.290.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 (80) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-JXPBXBVT.mjs → chunk-M3HC5OLX.mjs} +178 -70
  4. package/dist/{chunk-QFSU34UE.mjs → chunk-NMQP6WEB.mjs} +1 -1
  5. package/dist/{chunk-2AMDW3YQ.mjs → chunk-O6WPJVUK.mjs} +1 -1
  6. package/dist/{chunk-YFBXGVV7.mjs → chunk-S2N7LJJH.mjs} +1 -1
  7. package/dist/{chunk-LRNWFATF.mjs → chunk-SIJTE7Y2.mjs} +1 -1
  8. package/dist/{chunk-BSC56LZT.mjs → chunk-W2A22QES.mjs} +1 -1
  9. package/dist/{chunk-2AWJ2YR5.js → chunk-ZDIU6OXP.js} +184 -76
  10. package/dist/executors.mjs +1 -1
  11. package/dist/generators.js +2 -2
  12. package/dist/generators.mjs +6 -6
  13. package/dist/index.js +2 -2
  14. package/dist/index.mjs +6 -6
  15. package/dist/src/base/base-executor.mjs +1 -1
  16. package/dist/src/base/base-executor.untyped.mjs +1 -1
  17. package/dist/src/base/base-generator.mjs +1 -1
  18. package/dist/src/base/base-generator.untyped.mjs +1 -1
  19. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  20. package/dist/src/base/index.mjs +1 -1
  21. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  22. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  23. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  24. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  25. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  26. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  27. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  28. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  29. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  30. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  31. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  32. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  33. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  34. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  35. package/dist/src/executors/clean-package/executor.mjs +1 -1
  36. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  37. package/dist/src/executors/esbuild/executor.mjs +1 -1
  38. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  39. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  40. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  41. package/dist/src/executors/size-limit/executor.mjs +1 -1
  42. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  43. package/dist/src/executors/typia/executor.mjs +1 -1
  44. package/dist/src/executors/typia/untyped.mjs +1 -1
  45. package/dist/src/executors/unbuild/executor.mjs +1 -1
  46. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  47. package/dist/src/generators/browser-library/generator.mjs +2 -2
  48. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  49. package/dist/src/generators/config-schema/generator.mjs +1 -1
  50. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  51. package/dist/src/generators/init/init.mjs +1 -1
  52. package/dist/src/generators/init/untyped.mjs +1 -1
  53. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  54. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  55. package/dist/src/generators/node-library/generator.mjs +2 -2
  56. package/dist/src/generators/node-library/untyped.mjs +1 -1
  57. package/dist/src/generators/preset/generator.mjs +2 -2
  58. package/dist/src/generators/preset/untyped.mjs +1 -1
  59. package/dist/src/generators/release-version/generator.js +2 -2
  60. package/dist/src/generators/release-version/generator.mjs +2 -2
  61. package/dist/src/generators/release-version/untyped.mjs +1 -1
  62. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  63. package/dist/src/plugins/rust/index.mjs +1 -1
  64. package/dist/src/plugins/typescript/index.mjs +1 -1
  65. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  66. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  67. package/dist/src/types.mjs +1 -1
  68. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  69. package/dist/src/utils/cargo.mjs +1 -1
  70. package/dist/src/utils/create-cli-options.mjs +1 -1
  71. package/dist/src/utils/get-project-configurations.mjs +1 -1
  72. package/dist/src/utils/index.mjs +1 -1
  73. package/dist/src/utils/lock-file.mjs +1 -1
  74. package/dist/src/utils/nx-json.mjs +1 -1
  75. package/dist/src/utils/package-helpers.mjs +1 -1
  76. package/dist/src/utils/plugin-helpers.mjs +1 -1
  77. package/dist/src/utils/project-tags.mjs +1 -1
  78. package/dist/src/utils/typia-transform.mjs +1 -1
  79. package/dist/src/utils/versions.mjs +1 -1
  80. package/package.json +7 -7
@@ -39,8 +39,19 @@ var _devkit = require('@nx/devkit');
39
39
  var _resolvelocalpackagedependencies = require('@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies');
40
40
  var _updatelockfile = require('@nx/js/src/release/utils/update-lock-file');
41
41
 
42
- // ../git-tools/dist/chunk-GRCMQK4Q.js
43
- var COMMIT_TYPES = {
42
+ // ../git-tools/dist/chunk-5XU2KBM6.js
43
+ var DEFAULT_COMMIT_PROMPT_MESSAGES = {
44
+ skip: "press enter to skip",
45
+ max: "must be %d chars at most",
46
+ min: "must be %d chars at least",
47
+ emptyWarning: "can not be empty",
48
+ upperLimitWarning: "%s is %d characters longer than the upper limit",
49
+ lowerLimitWarning: "%s is %d characters less than the lower limit",
50
+ closedIssueMessage: "Closes: "
51
+ };
52
+
53
+ // ../git-tools/dist/chunk-3GGWHKRP.js
54
+ var DEFAULT_COMMIT_TYPES = {
44
55
  /* --- Bumps version when selected --- */
45
56
  "chore": {
46
57
  "description": "Other changes that don't modify src or test files",
@@ -169,15 +180,148 @@ var COMMIT_TYPES = {
169
180
  }
170
181
  }
171
182
  };
183
+ var CHANGELOG_COMMIT_TYPES_OBJECT = Object.freeze(
184
+ Object.entries(DEFAULT_COMMIT_TYPES).reduce(
185
+ (ret, [key, commitType]) => {
186
+ ret[key] = {
187
+ ...commitType.changelog,
188
+ type: key,
189
+ section: _optionalChain([commitType, 'access', _2 => _2.changelog, 'optionalAccess', _3 => _3.title]) || commitType.title,
190
+ hidden: _optionalChain([commitType, 'access', _4 => _4.changelog, 'optionalAccess', _5 => _5.hidden])
191
+ };
192
+ return ret;
193
+ },
194
+ {}
195
+ )
196
+ );
197
+ var CHANGELOG_COMMIT_TYPES = [
198
+ CHANGELOG_COMMIT_TYPES_OBJECT.feat,
199
+ CHANGELOG_COMMIT_TYPES_OBJECT.fix,
200
+ CHANGELOG_COMMIT_TYPES_OBJECT.chore,
201
+ CHANGELOG_COMMIT_TYPES_OBJECT.deps,
202
+ CHANGELOG_COMMIT_TYPES_OBJECT.docs,
203
+ CHANGELOG_COMMIT_TYPES_OBJECT.style,
204
+ CHANGELOG_COMMIT_TYPES_OBJECT.refactor,
205
+ CHANGELOG_COMMIT_TYPES_OBJECT.perf,
206
+ CHANGELOG_COMMIT_TYPES_OBJECT.build,
207
+ CHANGELOG_COMMIT_TYPES_OBJECT.ci,
208
+ CHANGELOG_COMMIT_TYPES_OBJECT.test
209
+ ];
210
+ var CHANGELOG_COMMIT_TYPE_ORDER = CHANGELOG_COMMIT_TYPES.map(
211
+ (entry) => entry.type
212
+ );
213
+ var CHANGELOG_COMMIT_SECTION_ORDER = CHANGELOG_COMMIT_TYPES.map(
214
+ (entry) => entry.section
215
+ );
216
+ var changelogs = {
217
+ props: {
218
+ ignoreCommits: void 0,
219
+ types: CHANGELOG_COMMIT_TYPES,
220
+ bumpStrict: true,
221
+ scope: void 0,
222
+ scopeOnly: false
223
+ }
224
+ };
225
+ var commitlint = {
226
+ helpUrl: "https://developer.stormsoftware.com/commitlint/minimal",
227
+ rules: {
228
+ "body-leading-blank": [1, "always"],
229
+ "body-max-length": [2, "always", 600],
230
+ "footer-leading-blank": [1, "always"],
231
+ "footer-max-line-length": [2, "always", 150],
232
+ "header-max-length": [2, "always", 150],
233
+ "header-trim": [2, "always"],
234
+ "subject-case": [2, "always", ["sentence-case"]],
235
+ "subject-empty": [2, "never"],
236
+ "subject-full-stop": [2, "never", "."],
237
+ "subject-max-length": [2, "always", 150],
238
+ "subject-min-length": [2, "always", 3],
239
+ "type-case": [2, "always", "kebab-case"],
240
+ "type-empty": [2, "never"],
241
+ "type-enum": [
242
+ 2,
243
+ "always",
244
+ Object.keys(DEFAULT_COMMIT_TYPES)
245
+ ],
246
+ "type-max-length": [2, "always", 20],
247
+ "type-min-length": [2, "always", 3],
248
+ "scope-empty": [2, "always"]
249
+ },
250
+ settings: {
251
+ enableMultipleScopes: false,
252
+ disableEmoji: true,
253
+ breakingChangePrefix: "\u{1F4A3} ",
254
+ closedIssuePrefix: "\u2705 ",
255
+ format: "{type}: {emoji}{subject}"
256
+ }
257
+ };
258
+ var config = {
259
+ types: DEFAULT_COMMIT_TYPES,
260
+ changelogs,
261
+ commitlint
262
+ };
263
+ var minimal_default = config;
264
+ var changelogs2 = {
265
+ props: {
266
+ ignoreCommits: void 0,
267
+ types: CHANGELOG_COMMIT_TYPES,
268
+ bumpStrict: true,
269
+ scope: ["monorepo"],
270
+ scopeOnly: true
271
+ }
272
+ };
273
+ var commitlint2 = {
274
+ helpUrl: "https://developer.stormsoftware.com/commitlint/monorepo",
275
+ rules: {
276
+ "body-leading-blank": [1, "always"],
277
+ "body-max-length": [2, "always", 600],
278
+ "footer-leading-blank": [1, "always"],
279
+ "footer-max-line-length": [2, "always", 150],
280
+ "header-max-length": [2, "always", 150],
281
+ "header-trim": [2, "always"],
282
+ "subject-case": [2, "always", ["sentence-case"]],
283
+ "subject-empty": [2, "never"],
284
+ "subject-full-stop": [2, "never", "."],
285
+ "subject-max-length": [2, "always", 150],
286
+ "subject-min-length": [2, "always", 3],
287
+ "type-case": [2, "always", "kebab-case"],
288
+ "type-empty": [2, "never"],
289
+ "type-enum": [
290
+ 2,
291
+ "always",
292
+ Object.keys(DEFAULT_COMMIT_TYPES)
293
+ ],
294
+ "type-max-length": [2, "always", 20],
295
+ "type-min-length": [2, "always", 3],
296
+ "scope-case": [2, "always", ["kebab-case"]],
297
+ "scope-empty": [2, "never"]
298
+ },
299
+ settings: {
300
+ enableMultipleScopes: false,
301
+ disableEmoji: true,
302
+ breakingChangePrefix: "\u{1F4A3} ",
303
+ closedIssuePrefix: "\u2705 ",
304
+ format: "{type}({scope}): {emoji}{subject}"
305
+ }
306
+ };
307
+ var config2 = {
308
+ types: DEFAULT_COMMIT_TYPES,
309
+ changelogs: changelogs2,
310
+ commitlint: commitlint2
311
+ };
312
+ var monorepo_default = config2;
313
+ var COMMIT_CONFIGS = { minimal: minimal_default, monorepo: monorepo_default };
314
+
315
+ // ../git-tools/dist/chunk-KZRVQ5RZ.js
172
316
  var DEFAULT_MINIMAL_COMMIT_QUESTIONS = {
173
317
  type: {
174
318
  type: "select",
175
319
  title: "Commit Type",
176
320
  description: "Select the commit type that best describes your changes",
177
- enum: Object.keys(COMMIT_TYPES).filter(
178
- (type) => COMMIT_TYPES[type].hidden !== true
321
+ enum: Object.keys(DEFAULT_COMMIT_TYPES).filter(
322
+ (type) => DEFAULT_COMMIT_TYPES[type].hidden !== true
179
323
  ).reduce((ret, type) => {
180
- ret[type] = COMMIT_TYPES[type];
324
+ ret[type] = DEFAULT_COMMIT_TYPES[type];
181
325
  return ret;
182
326
  }, {}),
183
327
  defaultValue: "chore",
@@ -226,6 +370,14 @@ var DEFAULT_MINIMAL_COMMIT_QUESTIONS = {
226
370
  minLength: 3
227
371
  }
228
372
  };
373
+ var config3 = {
374
+ settings: COMMIT_CONFIGS.minimal.commitlint.settings,
375
+ messages: DEFAULT_COMMIT_PROMPT_MESSAGES,
376
+ questions: DEFAULT_MINIMAL_COMMIT_QUESTIONS,
377
+ types: DEFAULT_COMMIT_TYPES
378
+ };
379
+
380
+ // ../git-tools/dist/chunk-JCEVFJCA.js
229
381
  var DEFAULT_MONOREPO_COMMIT_QUESTIONS = {
230
382
  type: DEFAULT_MINIMAL_COMMIT_QUESTIONS.type,
231
383
  scope: {
@@ -244,61 +396,17 @@ var DEFAULT_MONOREPO_COMMIT_QUESTIONS = {
244
396
  isIssueAffected: DEFAULT_MINIMAL_COMMIT_QUESTIONS.isIssueAffected,
245
397
  issuesBody: DEFAULT_MINIMAL_COMMIT_QUESTIONS.issuesBody
246
398
  };
247
- var DEFAULT_MINIMAL_COMMIT_RULES = {
248
- "body-leading-blank": [1, "always"],
249
- "body-max-length": [2, "always", 600],
250
- "footer-leading-blank": [1, "always"],
251
- "footer-max-line-length": [2, "always", 150],
252
- "header-max-length": [2, "always", 150],
253
- "header-trim": [2, "always"],
254
- "subject-case": [2, "always", ["sentence-case"]],
255
- "subject-empty": [2, "never"],
256
- "subject-full-stop": [2, "never", "."],
257
- "subject-max-length": [2, "always", 150],
258
- "subject-min-length": [2, "always", 3],
259
- "type-case": [2, "always", "kebab-case"],
260
- "type-empty": [2, "never"],
261
- "type-enum": [
262
- 2,
263
- "always",
264
- Object.keys(COMMIT_TYPES)
265
- ],
266
- "type-max-length": [2, "always", 20],
267
- "type-min-length": [2, "always", 3],
268
- "scope-empty": 0,
269
- "scope-case": 0,
270
- "scope-enum": 0
271
- /* Disabled */
272
- };
273
- var DEFAULT_MONOREPO_COMMIT_RULES = {
274
- "body-leading-blank": [1, "always"],
275
- "body-max-length": [2, "always", 600],
276
- "footer-leading-blank": [1, "always"],
277
- "footer-max-line-length": [2, "always", 150],
278
- "header-max-length": [2, "always", 150],
279
- "header-trim": [2, "always"],
280
- "subject-case": [2, "always", ["sentence-case"]],
281
- "subject-empty": [2, "never"],
282
- "subject-full-stop": [2, "never", "."],
283
- "subject-max-length": [2, "always", 150],
284
- "subject-min-length": [2, "always", 3],
285
- "type-case": [2, "always", "kebab-case"],
286
- "type-empty": [2, "never"],
287
- "type-enum": [
288
- 2,
289
- "always",
290
- Object.keys(COMMIT_TYPES)
291
- ],
292
- "type-max-length": [2, "always", 20],
293
- "type-min-length": [2, "always", 3],
294
- "scope-case": [2, "always", ["kebab-case"]],
295
- "scope-empty": [2, "never"]
399
+ var config4 = {
400
+ settings: COMMIT_CONFIGS.monorepo.commitlint.settings,
401
+ messages: DEFAULT_COMMIT_PROMPT_MESSAGES,
402
+ questions: DEFAULT_MONOREPO_COMMIT_QUESTIONS,
403
+ types: DEFAULT_COMMIT_TYPES
296
404
  };
297
405
 
298
- // ../git-tools/dist/chunk-2IQTQBAX.js
406
+ // ../git-tools/dist/chunk-YCEUZFMU.js
299
407
  var DEFAULT_CONVENTIONAL_COMMITS_CONFIG = {
300
408
  questions: DEFAULT_MONOREPO_COMMIT_QUESTIONS,
301
- types: COMMIT_TYPES
409
+ types: DEFAULT_COMMIT_TYPES
302
410
  };
303
411
 
304
412
  // src/generators/release-version/generator.ts
@@ -320,19 +428,19 @@ var _semver = require('nx/src/command-line/release/utils/semver');
320
428
  var _versionlegacy = require('nx/src/command-line/release/version-legacy');
321
429
  var _utils = require('nx/src/tasks-runner/utils');
322
430
  var _semver3 = require('semver');
323
- async function releaseVersionGeneratorFn(tree, options, config) {
431
+ async function releaseVersionGeneratorFn(tree, options, config5) {
324
432
  _chunk2CDSXWFAjs.writeInfo.call(void 0, `\u26A1 Running the Storm Release Version generator...
325
433
 
326
- `, config);
434
+ `, config5);
327
435
  const stopwatch = _chunk2CDSXWFAjs.getStopwatch.call(void 0, "Storm Release Version generator");
328
436
  try {
329
437
  const workspaceRoot = _chunkL7U4GRI6js.findWorkspaceRoot.call(void 0, );
330
438
  _chunk2CDSXWFAjs.writeDebug.call(void 0,
331
439
  `Loading the Storm Config from environment variables and storm.config.js file...
332
440
  - workspaceRoot: ${workspaceRoot}`,
333
- config
441
+ config5
334
442
  );
335
- config = await _chunkPW43JUUTjs.getConfig.call(void 0, workspaceRoot);
443
+ config5 = await _chunkPW43JUUTjs.getConfig.call(void 0, workspaceRoot);
336
444
  _chunk2CDSXWFAjs.writeTrace.call(void 0,
337
445
  `Generator schema options \u2699\uFE0F
338
446
  ${Object.keys(_nullishCoalesce(options, () => ( {}))).filter(
@@ -343,7 +451,7 @@ ${Object.keys(_nullishCoalesce(options, () => ( {}))).filter(
343
451
  "currentVersionResolverMetadata"
344
452
  ].includes(key)
345
453
  ).map((key) => ` - ${key}=${JSON.stringify(options[key])}`).join("\n")}`,
346
- config
454
+ config5
347
455
  );
348
456
  const versionData = {};
349
457
  if (options.specifier) {
@@ -367,8 +475,8 @@ Valid values are: ${_versionlegacy.validReleaseVersionPrefixes.map((s) => `"${s}
367
475
  options.currentVersionResolver ??= "git-tag";
368
476
  const projects = options.projects;
369
477
  const createResolvePackageRoot = (customPackageRoot) => (projectNode) => {
370
- if (_optionalChain([projectNode, 'optionalAccess', _2 => _2.data, 'optionalAccess', _3 => _3.root]) === _optionalChain([config, 'optionalAccess', _4 => _4.workspaceRoot]) || _optionalChain([projectNode, 'optionalAccess', _5 => _5.data, 'optionalAccess', _6 => _6.root]) === ".") {
371
- return _nullishCoalesce(_optionalChain([config, 'optionalAccess', _7 => _7.workspaceRoot]), () => ( _chunkL7U4GRI6js.findWorkspaceRoot.call(void 0, )));
478
+ if (_optionalChain([projectNode, 'optionalAccess', _6 => _6.data, 'optionalAccess', _7 => _7.root]) === _optionalChain([config5, 'optionalAccess', _8 => _8.workspaceRoot]) || _optionalChain([projectNode, 'optionalAccess', _9 => _9.data, 'optionalAccess', _10 => _10.root]) === ".") {
479
+ return _nullishCoalesce(_optionalChain([config5, 'optionalAccess', _11 => _11.workspaceRoot]), () => ( _chunkL7U4GRI6js.findWorkspaceRoot.call(void 0, )));
372
480
  }
373
481
  if (!customPackageRoot) {
374
482
  return projectNode.data.root;
@@ -410,13 +518,13 @@ To fix this you will either need to add a package.json or Cargo.toml file at tha
410
518
  );
411
519
  }
412
520
  const workspaceRelativePackagePath = _path.relative.call(void 0,
413
- _nullishCoalesce(_optionalChain([config, 'optionalAccess', _8 => _8.workspaceRoot]), () => ( _chunkL7U4GRI6js.findWorkspaceRoot.call(void 0, ))),
521
+ _nullishCoalesce(_optionalChain([config5, 'optionalAccess', _12 => _12.workspaceRoot]), () => ( _chunkL7U4GRI6js.findWorkspaceRoot.call(void 0, ))),
414
522
  tree.exists(packageJsonPath) ? packageJsonPath : cargoTomlPath
415
523
  );
416
524
  const log = (msg) => {
417
- _chunk2CDSXWFAjs.writeInfo.call(void 0, `${projectName}: ${msg}`, config);
525
+ _chunk2CDSXWFAjs.writeInfo.call(void 0, `${projectName}: ${msg}`, config5);
418
526
  };
419
- _chunk2CDSXWFAjs.writeInfo.call(void 0, `Running release version for project: ${project.name}`, config);
527
+ _chunk2CDSXWFAjs.writeInfo.call(void 0, `Running release version for project: ${project.name}`, config5);
420
528
  let packageName;
421
529
  let currentVersionFromDisk;
422
530
  if (tree.exists(packageJsonPath)) {
@@ -428,7 +536,7 @@ To fix this you will either need to add a package.json or Cargo.toml file at tha
428
536
  currentVersionFromDisk = projectPackageJson.version;
429
537
  } else if (tree.exists(cargoTomlPath)) {
430
538
  const cargoToml = _chunk452FQZ3Bjs.parseCargoToml.call(void 0,
431
- _optionalChain([tree, 'access', _9 => _9.read, 'call', _10 => _10(cargoTomlPath), 'optionalAccess', _11 => _11.toString, 'call', _12 => _12("utf-8")])
539
+ _optionalChain([tree, 'access', _13 => _13.read, 'call', _14 => _14(cargoTomlPath), 'optionalAccess', _15 => _15.toString, 'call', _16 => _16("utf-8")])
432
540
  );
433
541
  log(
434
542
  `\u{1F50D} Reading data for package "${cargoToml.package.name}" from ${workspaceRelativePackagePath}`
@@ -575,7 +683,7 @@ To fix this you will either need to add a package.json or Cargo.toml file at tha
575
683
  );
576
684
  }
577
685
  const affectedProjects = options.releaseGroup.projectsRelationship === "independent" ? [projectName] : projects.map((p) => p.name);
578
- let previousVersionRef = _optionalChain([latestMatchingGitTag, 'optionalAccess', _13 => _13.tag]) ? latestMatchingGitTag.tag : await _git.getFirstGitCommit.call(void 0, );
686
+ let previousVersionRef = _optionalChain([latestMatchingGitTag, 'optionalAccess', _17 => _17.tag]) ? latestMatchingGitTag.tag : await _git.getFirstGitCommit.call(void 0, );
579
687
  if (!previousVersionRef) {
580
688
  log(
581
689
  `Unable to determine previous version ref for the projects ${affectedProjects.join(
@@ -644,7 +752,7 @@ To fix this you will either need to add a package.json or Cargo.toml file at tha
644
752
  tree,
645
753
  options.projectGraph,
646
754
  projects.filter(
647
- (project2) => _optionalChain([project2, 'optionalAccess', _14 => _14.data, 'optionalAccess', _15 => _15.root]) && _optionalChain([project2, 'optionalAccess', _16 => _16.data, 'optionalAccess', _17 => _17.root]) !== _optionalChain([config, 'optionalAccess', _18 => _18.workspaceRoot])
755
+ (project2) => _optionalChain([project2, 'optionalAccess', _18 => _18.data, 'optionalAccess', _19 => _19.root]) && _optionalChain([project2, 'optionalAccess', _20 => _20.data, 'optionalAccess', _21 => _21.root]) !== _optionalChain([config5, 'optionalAccess', _22 => _22.workspaceRoot])
648
756
  ),
649
757
  projectNameToPackageRootMap,
650
758
  resolvePackageRoot,
@@ -688,7 +796,7 @@ To fix this you will either need to add a package.json or Cargo.toml file at tha
688
796
  });
689
797
  } else if (tree.exists(cargoTomlPath)) {
690
798
  const cargoToml = _chunk452FQZ3Bjs.parseCargoToml.call(void 0,
691
- _optionalChain([tree, 'access', _19 => _19.read, 'call', _20 => _20(cargoTomlPath), 'optionalAccess', _21 => _21.toString, 'call', _22 => _22("utf-8")])
799
+ _optionalChain([tree, 'access', _23 => _23.read, 'call', _24 => _24(cargoTomlPath), 'optionalAccess', _25 => _25.toString, 'call', _26 => _26("utf-8")])
692
800
  );
693
801
  cargoToml.package ??= {};
694
802
  cargoToml.package.version = newVersion;
@@ -758,14 +866,14 @@ Projects with packageRoot configured: ${Array.from(projectNameToPackageRootMap.k
758
866
  versionPrefix = "";
759
867
  if (currentVersion) {
760
868
  const dependencyVersion = typeof dependencyData === "string" ? dependencyData : dependencyData.version;
761
- const prefixMatch = _optionalChain([dependencyVersion, 'optionalAccess', _23 => _23.match, 'call', _24 => _24(/^[~^=]/)]);
869
+ const prefixMatch = _optionalChain([dependencyVersion, 'optionalAccess', _27 => _27.match, 'call', _28 => _28(/^[~^=]/)]);
762
870
  if (prefixMatch) {
763
871
  versionPrefix = prefixMatch[0];
764
872
  } else {
765
873
  versionPrefix = "";
766
874
  }
767
875
  if (versionPrefix === "^") {
768
- if (typeof dependencyData !== "string" && !_optionalChain([dependencyData, 'access', _25 => _25.version, 'optionalAccess', _26 => _26.startsWith, 'call', _27 => _27("^")])) {
876
+ if (typeof dependencyData !== "string" && !_optionalChain([dependencyData, 'access', _29 => _29.version, 'optionalAccess', _30 => _30.startsWith, 'call', _31 => _31("^")])) {
769
877
  versionPrefix = "";
770
878
  }
771
879
  }
@@ -796,7 +904,7 @@ Projects with packageRoot configured: ${Array.from(projectNameToPackageRootMap.k
796
904
  _chunk2CDSXWFAjs.writeSuccess.call(void 0,
797
905
  `Completed running the Storm Release Version generator!
798
906
  `,
799
- config
907
+ config5
800
908
  );
801
909
  return {
802
910
  data: versionData,
@@ -809,7 +917,7 @@ Projects with packageRoot configured: ${Array.from(projectNameToPackageRootMap.k
809
917
  versionData
810
918
  )) {
811
919
  const project = projects.find((proj) => proj.name === projectName);
812
- if (projectVersionData.newVersion && _optionalChain([project, 'optionalAccess', _28 => _28.name]) && projectNameToPackageRootMap.get(project.name)) {
920
+ if (projectVersionData.newVersion && _optionalChain([project, 'optionalAccess', _32 => _32.name]) && projectNameToPackageRootMap.get(project.name)) {
813
921
  const projectRoot = projectNameToPackageRootMap.get(project.name);
814
922
  if (projectRoot && tree2.exists(_devkit.joinPathFragments.call(void 0, projectRoot, "Cargo.toml"))) {
815
923
  updatedCargoPackages.push(projectName);
@@ -834,13 +942,13 @@ Projects with packageRoot configured: ${Array.from(projectNameToPackageRootMap.k
834
942
  } catch (error) {
835
943
  _chunk2CDSXWFAjs.writeFatal.call(void 0,
836
944
  "A fatal error occurred while running the Storm Release Version generator - the process was forced to terminate",
837
- config
945
+ config5
838
946
  );
839
947
  _chunk2CDSXWFAjs.writeError.call(void 0,
840
948
  `An exception was thrown in the Storm Release Version generator's process
841
949
  - Details: ${error.message}
842
950
  - Stacktrace: ${error.stack}`,
843
- config
951
+ config5
844
952
  );
845
953
  throw new Error(
846
954
  `An exception was thrown in the Storm Release Version generator's process
@@ -43,7 +43,7 @@ import "./chunk-ZERVVKRK.mjs";
43
43
  import "./chunk-V44DYGWX.mjs";
44
44
  import "./chunk-2C4FZPU6.mjs";
45
45
  import "./chunk-C26A6BXG.mjs";
46
- import "./chunk-QFSU34UE.mjs";
46
+ import "./chunk-NMQP6WEB.mjs";
47
47
  export {
48
48
  LARGE_BUFFER,
49
49
  cargoBuildExecutor,
@@ -7,7 +7,7 @@ var _chunkXWJOKWDVjs = require('./chunk-XWJOKWDV.js');
7
7
  var _chunkUHCY4Z7Hjs = require('./chunk-UHCY4Z7H.js');
8
8
 
9
9
 
10
- var _chunk2AWJ2YR5js = require('./chunk-2AWJ2YR5.js');
10
+ var _chunkZDIU6OXPjs = require('./chunk-ZDIU6OXP.js');
11
11
 
12
12
 
13
13
  var _chunkGSNSQNWEjs = require('./chunk-GSNSQNWE.js');
@@ -39,4 +39,4 @@ require('./chunk-G2L3EEEO.js');
39
39
 
40
40
 
41
41
 
42
- exports.browserLibraryGeneratorFn = _chunkGSNSQNWEjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkYDUY6Q5Ijs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkMU56MSLHjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkXWJOKWDVjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkUHCY4Z7Hjs.presetGeneratorFn; exports.releaseVersionGeneratorFn = _chunk2AWJ2YR5js.releaseVersionGeneratorFn;
42
+ exports.browserLibraryGeneratorFn = _chunkGSNSQNWEjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkYDUY6Q5Ijs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkMU56MSLHjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkXWJOKWDVjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkUHCY4Z7Hjs.presetGeneratorFn; exports.releaseVersionGeneratorFn = _chunkZDIU6OXPjs.releaseVersionGeneratorFn;
@@ -1,16 +1,16 @@
1
1
  import "./chunk-RLIZVCIN.mjs";
2
2
  import {
3
3
  nodeLibraryGeneratorFn
4
- } from "./chunk-YFBXGVV7.mjs";
4
+ } from "./chunk-S2N7LJJH.mjs";
5
5
  import {
6
6
  presetGeneratorFn
7
- } from "./chunk-2AMDW3YQ.mjs";
7
+ } from "./chunk-O6WPJVUK.mjs";
8
8
  import {
9
9
  releaseVersionGeneratorFn
10
- } from "./chunk-JXPBXBVT.mjs";
10
+ } from "./chunk-M3HC5OLX.mjs";
11
11
  import {
12
12
  browserLibraryGeneratorFn
13
- } from "./chunk-BSC56LZT.mjs";
13
+ } from "./chunk-W2A22QES.mjs";
14
14
  import {
15
15
  configSchemaGeneratorFn
16
16
  } from "./chunk-S7UZGQ4Y.mjs";
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-437WGH2M.mjs";
20
20
  import {
21
21
  neutralLibraryGeneratorFn
22
- } from "./chunk-LRNWFATF.mjs";
22
+ } from "./chunk-SIJTE7Y2.mjs";
23
23
  import "./chunk-HP36FVRU.mjs";
24
24
  import "./chunk-QC5ON3X4.mjs";
25
25
  import "./chunk-LKIIAI4Y.mjs";
@@ -31,7 +31,7 @@ import "./chunk-ZERVVKRK.mjs";
31
31
  import "./chunk-V44DYGWX.mjs";
32
32
  import "./chunk-2C4FZPU6.mjs";
33
33
  import "./chunk-C26A6BXG.mjs";
34
- import "./chunk-QFSU34UE.mjs";
34
+ import "./chunk-NMQP6WEB.mjs";
35
35
  export {
36
36
  browserLibraryGeneratorFn,
37
37
  configSchemaGeneratorFn,
package/dist/index.js CHANGED
@@ -106,7 +106,7 @@ var _chunkXWJOKWDVjs = require('./chunk-XWJOKWDV.js');
106
106
  var _chunkUHCY4Z7Hjs = require('./chunk-UHCY4Z7H.js');
107
107
 
108
108
 
109
- var _chunk2AWJ2YR5js = require('./chunk-2AWJ2YR5.js');
109
+ var _chunkZDIU6OXPjs = require('./chunk-ZDIU6OXP.js');
110
110
 
111
111
 
112
112
  var _chunkGSNSQNWEjs = require('./chunk-GSNSQNWE.js');
@@ -280,4 +280,4 @@ var _chunk7CJRMBX3js = require('./chunk-7CJRMBX3.js');
280
280
 
281
281
 
282
282
 
283
- exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkWJA33YN6js.LARGE_BUFFER; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkIBTPJDV6js.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk7QY4X73Cjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.RELEASE = _chunkIBTPJDV6js.RELEASE; exports.YARN_LOCK_FILE = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk7QY4X73Cjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkKCV7BDWYjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkGSNSQNWEjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkLK6W3KH4js.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkR3FFJCKCjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunk3WWUJ2VBjs.cargoClippyExecutor; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoDocExecutor = _chunkVVI6WID7js.cargoDocExecutor; exports.cargoFormatExecutor = _chunkFFU5IOHFjs.cargoFormatExecutor; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.configSchemaGeneratorFn = _chunkYDUY6Q5Ijs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunk4HV5G4DTjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkDHLIMON5js.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkAX3RSZT7js.formatProjectTag; exports.getLockFileDependencies = _chunkXZSS3YABjs.getLockFileDependencies; exports.getLockFileName = _chunkXZSS3YABjs.getLockFileName; exports.getLockFileNodes = _chunkXZSS3YABjs.getLockFileNodes; exports.getOutputPath = _chunk4HV5G4DTjs.getOutputPath; exports.getPackageInfo = _chunk7QY4X73Cjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkJ6F3WHRBjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkJ6F3WHRBjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkAIHKMBDEjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkAIHKMBDEjs.getProjectConfigurations; exports.getProjectPlatform = _chunkJ6F3WHRBjs.getProjectPlatform; exports.getProjectRoot = _chunkJ6F3WHRBjs.getProjectRoot; exports.getProjectTag = _chunkAX3RSZT7js.getProjectTag; exports.getRegistryVersion = _chunkWRXLSZ6Ijs.getRegistryVersion; exports.getRoot = _chunkJ6F3WHRBjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkAX3RSZT7js.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkAX3RSZT7js.isEqualProjectTag; exports.isExternal = _chunkLJDV7HFTjs.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkXZSS3YABjs.lockFileExists; exports.neutralLibraryGeneratorFn = _chunkMU56MSLHjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkXWJOKWDVjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunk4HV5G4DTjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunkUHCY4Z7Hjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunk2AWJ2YR5js.releaseVersionGeneratorFn; exports.runProcess = _chunkLJDV7HFTjs.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkAX3RSZT7js.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkQHXFWA2Fjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsupVersion = _chunkSZWM7COVjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunk4HV5G4DTjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkCLMAB7TAjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.typiaExecutorFn = _chunkJN6KPWQFjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk6EPU6OJOjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunkIBTPJDV6js.withNamedInputs; exports.withRunExecutor = _chunkAEPPOUTZjs.withRunExecutor; exports.withRunGenerator = _chunkTUX5HNDDjs.withRunGenerator;
283
+ exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkWJA33YN6js.LARGE_BUFFER; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkIBTPJDV6js.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk7QY4X73Cjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.RELEASE = _chunkIBTPJDV6js.RELEASE; exports.YARN_LOCK_FILE = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk7QY4X73Cjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkKCV7BDWYjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkGSNSQNWEjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkLK6W3KH4js.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkR3FFJCKCjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunk3WWUJ2VBjs.cargoClippyExecutor; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoDocExecutor = _chunkVVI6WID7js.cargoDocExecutor; exports.cargoFormatExecutor = _chunkFFU5IOHFjs.cargoFormatExecutor; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.configSchemaGeneratorFn = _chunkYDUY6Q5Ijs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunk4HV5G4DTjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkDHLIMON5js.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkAX3RSZT7js.formatProjectTag; exports.getLockFileDependencies = _chunkXZSS3YABjs.getLockFileDependencies; exports.getLockFileName = _chunkXZSS3YABjs.getLockFileName; exports.getLockFileNodes = _chunkXZSS3YABjs.getLockFileNodes; exports.getOutputPath = _chunk4HV5G4DTjs.getOutputPath; exports.getPackageInfo = _chunk7QY4X73Cjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkJ6F3WHRBjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkJ6F3WHRBjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkAIHKMBDEjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkAIHKMBDEjs.getProjectConfigurations; exports.getProjectPlatform = _chunkJ6F3WHRBjs.getProjectPlatform; exports.getProjectRoot = _chunkJ6F3WHRBjs.getProjectRoot; exports.getProjectTag = _chunkAX3RSZT7js.getProjectTag; exports.getRegistryVersion = _chunkWRXLSZ6Ijs.getRegistryVersion; exports.getRoot = _chunkJ6F3WHRBjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkAX3RSZT7js.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkAX3RSZT7js.isEqualProjectTag; exports.isExternal = _chunkLJDV7HFTjs.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkXZSS3YABjs.lockFileExists; exports.neutralLibraryGeneratorFn = _chunkMU56MSLHjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkXWJOKWDVjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunk4HV5G4DTjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunkUHCY4Z7Hjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkZDIU6OXPjs.releaseVersionGeneratorFn; exports.runProcess = _chunkLJDV7HFTjs.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkAX3RSZT7js.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkQHXFWA2Fjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsupVersion = _chunkSZWM7COVjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunk4HV5G4DTjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkCLMAB7TAjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.typiaExecutorFn = _chunkJN6KPWQFjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk6EPU6OJOjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunkIBTPJDV6js.withNamedInputs; exports.withRunExecutor = _chunkAEPPOUTZjs.withRunExecutor; exports.withRunGenerator = _chunkTUX5HNDDjs.withRunGenerator;
package/dist/index.mjs CHANGED
@@ -100,16 +100,16 @@ import {
100
100
  import "./chunk-RLIZVCIN.mjs";
101
101
  import {
102
102
  nodeLibraryGeneratorFn
103
- } from "./chunk-YFBXGVV7.mjs";
103
+ } from "./chunk-S2N7LJJH.mjs";
104
104
  import {
105
105
  presetGeneratorFn
106
- } from "./chunk-2AMDW3YQ.mjs";
106
+ } from "./chunk-O6WPJVUK.mjs";
107
107
  import {
108
108
  releaseVersionGeneratorFn
109
- } from "./chunk-JXPBXBVT.mjs";
109
+ } from "./chunk-M3HC5OLX.mjs";
110
110
  import {
111
111
  browserLibraryGeneratorFn
112
- } from "./chunk-BSC56LZT.mjs";
112
+ } from "./chunk-W2A22QES.mjs";
113
113
  import {
114
114
  configSchemaGeneratorFn
115
115
  } from "./chunk-S7UZGQ4Y.mjs";
@@ -118,7 +118,7 @@ import {
118
118
  } from "./chunk-437WGH2M.mjs";
119
119
  import {
120
120
  neutralLibraryGeneratorFn
121
- } from "./chunk-LRNWFATF.mjs";
121
+ } from "./chunk-SIJTE7Y2.mjs";
122
122
  import {
123
123
  createProjectTsConfigJson,
124
124
  getOutputPath,
@@ -182,7 +182,7 @@ import "./chunk-C26A6BXG.mjs";
182
182
  import {
183
183
  base_generator_untyped_default
184
184
  } from "./chunk-34LSWMWV.mjs";
185
- import "./chunk-QFSU34UE.mjs";
185
+ import "./chunk-NMQP6WEB.mjs";
186
186
  export {
187
187
  INVALID_CARGO_ARGS,
188
188
  LARGE_BUFFER,
@@ -6,7 +6,7 @@ import "../../chunk-ZERVVKRK.mjs";
6
6
  import "../../chunk-V44DYGWX.mjs";
7
7
  import "../../chunk-2C4FZPU6.mjs";
8
8
  import "../../chunk-C26A6BXG.mjs";
9
- import "../../chunk-QFSU34UE.mjs";
9
+ import "../../chunk-NMQP6WEB.mjs";
10
10
  export {
11
11
  withRunExecutor
12
12
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_executor_untyped_default
3
3
  } from "../../chunk-DGC5L3Z7.mjs";
4
- import "../../chunk-QFSU34UE.mjs";
4
+ import "../../chunk-NMQP6WEB.mjs";
5
5
  export {
6
6
  base_executor_untyped_default as default
7
7
  };
@@ -6,7 +6,7 @@ import "../../chunk-ZERVVKRK.mjs";
6
6
  import "../../chunk-V44DYGWX.mjs";
7
7
  import "../../chunk-2C4FZPU6.mjs";
8
8
  import "../../chunk-C26A6BXG.mjs";
9
- import "../../chunk-QFSU34UE.mjs";
9
+ import "../../chunk-NMQP6WEB.mjs";
10
10
  export {
11
11
  withRunGenerator
12
12
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_generator_untyped_default
3
3
  } from "../../chunk-34LSWMWV.mjs";
4
- import "../../chunk-QFSU34UE.mjs";
4
+ import "../../chunk-NMQP6WEB.mjs";
5
5
  export {
6
6
  base_generator_untyped_default as default
7
7
  };
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../chunk-7AN4JMFC.mjs";
4
4
  import "../../chunk-DGC5L3Z7.mjs";
5
- import "../../chunk-QFSU34UE.mjs";
5
+ import "../../chunk-NMQP6WEB.mjs";
6
6
  export {
7
7
  cargo_base_executor_untyped_default as default
8
8
  };
@@ -33,7 +33,7 @@ import "../../chunk-C26A6BXG.mjs";
33
33
  import {
34
34
  base_generator_untyped_default
35
35
  } from "../../chunk-34LSWMWV.mjs";
36
- import "../../chunk-QFSU34UE.mjs";
36
+ import "../../chunk-NMQP6WEB.mjs";
37
37
  export {
38
38
  base_executor_untyped_default as baseExecutorSchema,
39
39
  base_generator_untyped_default as baseGeneratorSchema,
@@ -2,7 +2,7 @@ import {
2
2
  typescript_build_executor_untyped_default
3
3
  } from "../../chunk-MXVEXRT2.mjs";
4
4
  import "../../chunk-DGC5L3Z7.mjs";
5
- import "../../chunk-QFSU34UE.mjs";
5
+ import "../../chunk-NMQP6WEB.mjs";
6
6
  export {
7
7
  typescript_build_executor_untyped_default as default
8
8
  };
@@ -2,7 +2,7 @@ import {
2
2
  typescript_library_generator_untyped_default
3
3
  } from "../../chunk-SW2E5MQJ.mjs";
4
4
  import "../../chunk-34LSWMWV.mjs";
5
- import "../../chunk-QFSU34UE.mjs";
5
+ import "../../chunk-NMQP6WEB.mjs";
6
6
  export {
7
7
  typescript_library_generator_untyped_default as default
8
8
  };
@@ -9,7 +9,7 @@ import "../../../chunk-ZERVVKRK.mjs";
9
9
  import "../../../chunk-V44DYGWX.mjs";
10
10
  import "../../../chunk-2C4FZPU6.mjs";
11
11
  import "../../../chunk-C26A6BXG.mjs";
12
- import "../../../chunk-QFSU34UE.mjs";
12
+ import "../../../chunk-NMQP6WEB.mjs";
13
13
  export {
14
14
  cargoBuildExecutor,
15
15
  executor_default as default
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-QFSU34UE.mjs";
5
+ import "../../../chunk-NMQP6WEB.mjs";
6
6
 
7
7
  // src/executors/cargo-build/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";