@storm-software/workspace-tools 1.295.87 → 1.296.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.
- package/README.md +1 -1
- package/dist/{chunk-OBATTMGC.mjs → chunk-3WCWA5OH.mjs} +1 -1
- package/dist/chunk-54BBSJHK.mjs +40 -0
- package/dist/{chunk-GTBTSMUH.mjs → chunk-C3NYIWL4.mjs} +1 -1
- package/dist/{chunk-FPNWNZUL.mjs → chunk-J4MHHL63.mjs} +1 -1
- package/dist/{chunk-RCSUK5YZ.mjs → chunk-JIWQM3MH.mjs} +1 -1
- package/dist/chunk-MKJITWLN.js +40 -0
- package/dist/{chunk-HECOVC7R.mjs → chunk-NIETCJS4.mjs} +1 -1
- package/dist/{chunk-GCDDSEDG.mjs → chunk-OL6ZWI4R.mjs} +67 -93
- package/dist/{chunk-SGI4JCLV.js → chunk-RLJFRJ2F.js} +72 -98
- package/dist/{executor-0ivVjqma.d.mts → executor-BF7_LjrR.d.mts} +4 -4
- package/dist/{executor-0ivVjqma.d.ts → executor-BF7_LjrR.d.ts} +4 -4
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- package/dist/executors.js +3 -2
- package/dist/executors.mjs +3 -2
- package/dist/generators.mjs +5 -5
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +13 -9
- package/dist/index.mjs +18 -14
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/base-generator.mjs +1 -1
- package/dist/src/base/base-generator.untyped.mjs +1 -1
- package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.mjs +1 -1
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.mjs +1 -1
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.mjs +1 -1
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.mjs +1 -1
- package/dist/src/executors/cargo-format/untyped.mjs +1 -1
- package/dist/src/executors/cargo-publish/executor.mjs +1 -1
- package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.mjs +1 -1
- package/dist/src/executors/clean-package/untyped.mjs +1 -1
- package/dist/src/executors/esbuild/executor.mjs +1 -1
- package/dist/src/executors/esbuild/untyped.mjs +1 -1
- package/dist/src/executors/napi/executor.mjs +1 -1
- package/dist/src/executors/napi/untyped.mjs +1 -1
- package/dist/src/executors/npm-publish/executor.d.mts +1 -1
- package/dist/src/executors/npm-publish/executor.d.ts +1 -1
- package/dist/src/executors/npm-publish/executor.js +3 -2
- package/dist/src/executors/npm-publish/executor.mjs +3 -2
- package/dist/src/executors/npm-publish/schema.d.ts +4 -4
- package/dist/src/executors/npm-publish/schema.json +4 -4
- package/dist/src/executors/npm-publish/untyped.js +4 -4
- package/dist/src/executors/npm-publish/untyped.mjs +5 -5
- package/dist/src/executors/size-limit/executor.mjs +1 -1
- package/dist/src/executors/size-limit/untyped.mjs +1 -1
- package/dist/src/executors/tsdown/executor.mjs +1 -1
- package/dist/src/executors/tsdown/untyped.mjs +1 -1
- package/dist/src/executors/typia/executor.mjs +1 -1
- package/dist/src/executors/typia/untyped.mjs +1 -1
- package/dist/src/executors/unbuild/executor.mjs +1 -1
- package/dist/src/executors/unbuild/untyped.mjs +1 -1
- package/dist/src/generators/browser-library/generator.mjs +2 -2
- package/dist/src/generators/browser-library/untyped.mjs +1 -1
- package/dist/src/generators/config-schema/generator.mjs +1 -1
- package/dist/src/generators/config-schema/untyped.mjs +1 -1
- package/dist/src/generators/init/init.mjs +1 -1
- package/dist/src/generators/init/untyped.mjs +1 -1
- package/dist/src/generators/neutral-library/generator.mjs +2 -2
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.mjs +2 -2
- package/dist/src/generators/node-library/untyped.mjs +1 -1
- package/dist/src/generators/preset/generator.mjs +2 -2
- package/dist/src/generators/preset/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
- package/dist/src/plugins/rust/index.mjs +1 -1
- package/dist/src/plugins/typescript/index.mjs +1 -1
- package/dist/src/plugins/typescript/tsdown.mjs +1 -1
- package/dist/src/plugins/typescript/tsup.mjs +1 -1
- package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
- package/dist/src/release/index.mjs +1 -1
- package/dist/src/release/js-version-actions.mjs +1 -1
- package/dist/src/release/rust-version-actions.mjs +1 -1
- package/dist/src/types.mjs +1 -1
- package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
- package/dist/src/utils/cargo.mjs +1 -1
- package/dist/src/utils/create-cli-options.mjs +1 -1
- package/dist/src/utils/get-project-configurations.mjs +1 -1
- package/dist/src/utils/github.d.mts +19 -0
- package/dist/src/utils/github.d.ts +19 -0
- package/dist/src/utils/github.js +7 -0
- package/dist/src/utils/github.mjs +8 -0
- package/dist/src/utils/index.d.mts +4 -0
- package/dist/src/utils/index.d.ts +4 -0
- package/dist/src/utils/index.js +12 -8
- package/dist/src/utils/index.mjs +13 -9
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-helpers.mjs +1 -1
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- package/dist/src/utils/registry-helpers.mjs +1 -1
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/docs/api/executors/npm-publish/schema.md +4 -4
- package/package.json +16 -15
- /package/dist/{chunk-JGP4YWZY.js → chunk-DO2X7OZO.js} +0 -0
- /package/dist/{chunk-6YZ3OUJB.mjs → chunk-XCVH63OO.mjs} +0 -0
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); async function _asyncNullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return await rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
+
var _chunkMKJITWLNjs = require('./chunk-MKJITWLN.js');
|
|
4
|
+
|
|
5
|
+
|
|
3
6
|
var _chunk6IXJEWJRjs = require('./chunk-6IXJEWJR.js');
|
|
4
7
|
|
|
5
8
|
|
|
@@ -243,15 +246,19 @@ async function replaceDepsAliases(packageRoot = process.cwd(), workspaceRoot = _
|
|
|
243
246
|
|
|
244
247
|
var LARGE_BUFFER = 1024 * 1e6;
|
|
245
248
|
async function npmPublishExecutorFn(options, context) {
|
|
249
|
+
const workspaceConfig = await _chunkCQIILJEFjs.getConfig.call(void 0, context.root);
|
|
250
|
+
const github = await _chunkMKJITWLNjs.getGitHubTools.call(void 0, workspaceConfig);
|
|
246
251
|
const isDryRun = process.env.NX_DRY_RUN === "true" || options.dryRun || false;
|
|
247
252
|
if (!context.projectName) {
|
|
248
|
-
|
|
253
|
+
github.error("The `npm-publish` executor requires a `projectName`.");
|
|
254
|
+
return { success: false };
|
|
249
255
|
}
|
|
250
256
|
const projectConfig = _optionalChain([context, 'access', _8 => _8.projectsConfigurations, 'optionalAccess', _9 => _9.projects, 'optionalAccess', _10 => _10[context.projectName]]);
|
|
251
257
|
if (!projectConfig) {
|
|
252
|
-
|
|
258
|
+
github.error(
|
|
253
259
|
`Could not find project configuration for \`${context.projectName}\``
|
|
254
260
|
);
|
|
261
|
+
return { success: false };
|
|
255
262
|
}
|
|
256
263
|
const packageRoot = _chunkCQDBLKPFjs.joinPaths.call(void 0,
|
|
257
264
|
context.root,
|
|
@@ -265,15 +272,17 @@ async function npmPublishExecutorFn(options, context) {
|
|
|
265
272
|
const packageJsonPath = _chunkCQDBLKPFjs.joinPaths.call(void 0, packageRoot, "package.json");
|
|
266
273
|
const packageJsonFile = await _promises.readFile.call(void 0, packageJsonPath, "utf8");
|
|
267
274
|
if (!packageJsonFile) {
|
|
268
|
-
|
|
275
|
+
github.error(`Could not find \`package.json\` at ${packageJsonPath}`);
|
|
276
|
+
return { success: false };
|
|
269
277
|
}
|
|
270
278
|
const packageJson = JSON.parse(packageJsonFile);
|
|
271
279
|
const projectPackageJsonPath = _chunkCQDBLKPFjs.joinPaths.call(void 0, projectRoot, "package.json");
|
|
272
280
|
const projectPackageJsonFile = await _promises.readFile.call(void 0, projectPackageJsonPath, "utf8");
|
|
273
281
|
if (!projectPackageJsonFile) {
|
|
274
|
-
|
|
282
|
+
github.error(
|
|
275
283
|
`Could not find \`package.json\` at ${projectPackageJsonPath}`
|
|
276
284
|
);
|
|
285
|
+
return { success: false };
|
|
277
286
|
}
|
|
278
287
|
const projectPackageJson = JSON.parse(projectPackageJsonFile);
|
|
279
288
|
if (packageJson.version !== projectPackageJson.version) {
|
|
@@ -325,13 +334,20 @@ async function npmPublishExecutorFn(options, context) {
|
|
|
325
334
|
npmPublishCommandSegments.push(`--registry="${registry}" `);
|
|
326
335
|
npmViewCommandSegments.push(`--registry="${registry}" `);
|
|
327
336
|
}
|
|
328
|
-
|
|
329
|
-
|
|
337
|
+
let otp = options.otp;
|
|
338
|
+
if (!otp) {
|
|
339
|
+
otp = await github.getIDToken();
|
|
330
340
|
}
|
|
341
|
+
if (!otp) {
|
|
342
|
+
const errorMessage = `One time password (OTP) is required to publish ${packageTxt} to NPM. Usually this should be provided automatically via the GitHub Actions OIDC token (see: https://github.com/actions/toolkit/tree/main/packages/core#oidc-token); however, the release process was unable to retrieve it. Please provide it via the \`otp\` executor option.`;
|
|
343
|
+
github.error(errorMessage);
|
|
344
|
+
return { success: false };
|
|
345
|
+
}
|
|
346
|
+
npmPublishCommandSegments.push(`--otp="${otp}" `);
|
|
347
|
+
npmPublishCommandSegments.push("--provenance --access=public ");
|
|
331
348
|
if (isDryRun) {
|
|
332
349
|
npmPublishCommandSegments.push("--dry-run");
|
|
333
350
|
}
|
|
334
|
-
npmPublishCommandSegments.push("--provenance --access=public ");
|
|
335
351
|
const tag = options.tag || _child_process.execSync.call(void 0, "npm config get tag", {
|
|
336
352
|
cwd: packageRoot,
|
|
337
353
|
env: {
|
|
@@ -366,21 +382,21 @@ async function npmPublishExecutorFn(options, context) {
|
|
|
366
382
|
return { success: true };
|
|
367
383
|
}
|
|
368
384
|
} catch (err) {
|
|
369
|
-
console.
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
${JSON.stringify(
|
|
373
|
-
|
|
374
|
-
|
|
385
|
+
console.debug(
|
|
386
|
+
`An error occurred while checking for existing dist-tags. Please note: if this is the first time this package has been published to npm, this can be ignored.
|
|
387
|
+
|
|
388
|
+
Error: ${JSON.stringify(
|
|
389
|
+
err,
|
|
390
|
+
null,
|
|
391
|
+
2
|
|
392
|
+
)}`
|
|
375
393
|
);
|
|
376
|
-
console.info("");
|
|
377
394
|
}
|
|
378
395
|
try {
|
|
379
396
|
if (!isDryRun) {
|
|
380
397
|
const command = `npm dist-tag add ${packageName}@${currentVersion} ${tag} --registry="${registry}" `;
|
|
381
|
-
console.
|
|
382
|
-
`Adding the dist-tag ${tag} - preparing to run the following:
|
|
383
|
-
${command}`
|
|
398
|
+
console.debug(
|
|
399
|
+
`Adding the dist-tag ${tag} - preparing to run the following: ${command}`
|
|
384
400
|
);
|
|
385
401
|
const result = _child_process.execSync.call(void 0, command, {
|
|
386
402
|
cwd: packageRoot,
|
|
@@ -392,76 +408,49 @@ ${command}`
|
|
|
392
408
|
killSignal: "SIGTERM"
|
|
393
409
|
});
|
|
394
410
|
console.info(
|
|
395
|
-
`Added the dist-tag ${tag} to v${currentVersion} for registry "${registry}"
|
|
411
|
+
`Added the dist-tag ${tag} to v${currentVersion} for registry "${registry}".
|
|
396
412
|
|
|
397
413
|
Execution response: ${result.toString()}`
|
|
398
414
|
);
|
|
399
415
|
} else {
|
|
400
416
|
console.info(
|
|
401
|
-
`Would
|
|
417
|
+
`Would have added the dist-tag ${tag} to v${currentVersion} for registry "${registry}", but [dry-run] was set.
|
|
402
418
|
`
|
|
403
419
|
);
|
|
404
420
|
}
|
|
405
421
|
return { success: true };
|
|
406
422
|
} catch (err) {
|
|
407
423
|
try {
|
|
408
|
-
console.warn("\n ********************** \n");
|
|
409
|
-
let error = err;
|
|
410
|
-
if (Buffer.isBuffer(error)) {
|
|
411
|
-
error = error.toString();
|
|
412
|
-
}
|
|
413
|
-
console.warn(
|
|
414
|
-
`An error occurred while adding dist-tags:
|
|
415
|
-
${error}
|
|
416
|
-
|
|
417
|
-
Note: If this is the first time this package has been published to NPM, this can be ignored.`
|
|
418
|
-
);
|
|
419
|
-
console.info("");
|
|
420
424
|
const stdoutData = JSON.parse(_optionalChain([err, 'access', _15 => _15.stdout, 'optionalAccess', _16 => _16.toString, 'call', _17 => _17()]) || "{}");
|
|
421
425
|
if (_optionalChain([stdoutData, 'optionalAccess', _18 => _18.error]) && !(_optionalChain([stdoutData, 'access', _19 => _19.error, 'optionalAccess', _20 => _20.code, 'optionalAccess', _21 => _21.includes, 'call', _22 => _22("E404")]) && _optionalChain([stdoutData, 'access', _23 => _23.error, 'optionalAccess', _24 => _24.summary, 'optionalAccess', _25 => _25.includes, 'call', _26 => _26("no such package available")])) && !(_optionalChain([err, 'access', _27 => _27.stderr, 'optionalAccess', _28 => _28.toString, 'call', _29 => _29(), 'access', _30 => _30.includes, 'call', _31 => _31("E404")]) && _optionalChain([err, 'access', _32 => _32.stderr, 'optionalAccess', _33 => _33.toString, 'call', _34 => _34(), 'access', _35 => _35.includes, 'call', _36 => _36("no such package available")]))) {
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
if (stdoutData.error.detail) {
|
|
429
|
-
console.error(_optionalChain([stdoutData, 'access', _39 => _39.error, 'optionalAccess', _40 => _40.detail]));
|
|
430
|
-
}
|
|
431
|
-
if (context.isVerbose) {
|
|
432
|
-
console.error(
|
|
433
|
-
`npm dist-tag add stdout: ${JSON.stringify(stdoutData, null, 2)}`
|
|
434
|
-
);
|
|
435
|
-
}
|
|
426
|
+
const errorMessage = `An unexpected error occured while running the npm dist-tag add command:
|
|
427
|
+
|
|
428
|
+
${_optionalChain([stdoutData, 'optionalAccess', _37 => _37.error, 'optionalAccess', _38 => _38.summary]) ? `Summary: ${_optionalChain([stdoutData, 'optionalAccess', _39 => _39.error, 'optionalAccess', _40 => _40.summary])}${_optionalChain([stdoutData, 'optionalAccess', _41 => _41.error, 'optionalAccess', _42 => _42.code]) ? ` (${_optionalChain([stdoutData, 'optionalAccess', _43 => _43.error, 'optionalAccess', _44 => _44.code])})` : ""}
|
|
429
|
+
` : ""}${_optionalChain([stdoutData, 'optionalAccess', _45 => _45.error, 'optionalAccess', _46 => _46.detail]) ? `Detail: ${_optionalChain([stdoutData, 'optionalAccess', _47 => _47.error, 'optionalAccess', _48 => _48.detail])}
|
|
430
|
+
` : ""}`;
|
|
431
|
+
github.error(errorMessage);
|
|
436
432
|
return { success: false };
|
|
437
433
|
}
|
|
438
434
|
} catch (err2) {
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
435
|
+
const stdoutData = JSON.parse(_optionalChain([err2, 'access', _49 => _49.stdout, 'optionalAccess', _50 => _50.toString, 'call', _51 => _51()]) || "{}");
|
|
436
|
+
const errorMessage = `An unexpected error occured while processing the npm dist-tag add output:
|
|
437
|
+
|
|
438
|
+
${_optionalChain([stdoutData, 'optionalAccess', _52 => _52.error, 'optionalAccess', _53 => _53.summary]) ? `Summary: ${_optionalChain([stdoutData, 'optionalAccess', _54 => _54.error, 'optionalAccess', _55 => _55.summary])}${_optionalChain([stdoutData, 'optionalAccess', _56 => _56.error, 'optionalAccess', _57 => _57.code]) ? ` (${_optionalChain([stdoutData, 'optionalAccess', _58 => _58.error, 'optionalAccess', _59 => _59.code])})` : ""}
|
|
439
|
+
` : ""}${_optionalChain([stdoutData, 'optionalAccess', _60 => _60.error, 'optionalAccess', _61 => _61.detail]) ? `Detail: ${_optionalChain([stdoutData, 'optionalAccess', _62 => _62.error, 'optionalAccess', _63 => _63.detail])}
|
|
440
|
+
` : ""}`;
|
|
441
|
+
github.error(errorMessage);
|
|
443
442
|
return { success: false };
|
|
444
443
|
}
|
|
445
444
|
}
|
|
446
445
|
} catch (err) {
|
|
447
|
-
|
|
448
|
-
if (
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
);
|
|
456
|
-
console.error(error);
|
|
457
|
-
console.info("");
|
|
458
|
-
const stdoutData = JSON.parse(_optionalChain([err, 'access', _41 => _41.stdout, 'optionalAccess', _42 => _42.toString, 'call', _43 => _43()]) || "{}");
|
|
459
|
-
if (!(_optionalChain([stdoutData, 'access', _44 => _44.error, 'optionalAccess', _45 => _45.code, 'optionalAccess', _46 => _46.includes, 'call', _47 => _47("E404")]) && _optionalChain([stdoutData, 'access', _48 => _48.error, 'optionalAccess', _49 => _49.summary, 'optionalAccess', _50 => _50.toLowerCase, 'call', _51 => _51(), 'access', _52 => _52.includes, 'call', _53 => _53("not found")])) && !(_optionalChain([err, 'access', _54 => _54.stderr, 'optionalAccess', _55 => _55.toString, 'call', _56 => _56(), 'access', _57 => _57.includes, 'call', _58 => _58("E404")]) && _optionalChain([err, 'access', _59 => _59.stderr, 'optionalAccess', _60 => _60.toString, 'call', _61 => _61(), 'access', _62 => _62.toLowerCase, 'call', _63 => _63(), 'access', _64 => _64.includes, 'call', _65 => _65("not found")]))) {
|
|
460
|
-
console.error(
|
|
461
|
-
`Something unexpected went wrong when checking for existing dist-tags.
|
|
462
|
-
|
|
463
|
-
Error: ${JSON.stringify(err, null, 2)}`
|
|
464
|
-
);
|
|
446
|
+
const stdoutData = JSON.parse(_optionalChain([err, 'access', _64 => _64.stdout, 'optionalAccess', _65 => _65.toString, 'call', _66 => _66()]) || "{}");
|
|
447
|
+
if (!(_optionalChain([stdoutData, 'access', _67 => _67.error, 'optionalAccess', _68 => _68.code, 'optionalAccess', _69 => _69.includes, 'call', _70 => _70("E404")]) && _optionalChain([stdoutData, 'access', _71 => _71.error, 'optionalAccess', _72 => _72.summary, 'optionalAccess', _73 => _73.toLowerCase, 'call', _74 => _74(), 'access', _75 => _75.includes, 'call', _76 => _76("not found")])) && !(_optionalChain([err, 'access', _77 => _77.stderr, 'optionalAccess', _78 => _78.toString, 'call', _79 => _79(), 'access', _80 => _80.includes, 'call', _81 => _81("E404")]) && _optionalChain([err, 'access', _82 => _82.stderr, 'optionalAccess', _83 => _83.toString, 'call', _84 => _84(), 'access', _85 => _85.toLowerCase, 'call', _86 => _86(), 'access', _87 => _87.includes, 'call', _88 => _88("not found")]))) {
|
|
448
|
+
const errorMessage = `An unexpected error occured while checking for existing dist-tags:
|
|
449
|
+
|
|
450
|
+
${_optionalChain([stdoutData, 'optionalAccess', _89 => _89.error, 'optionalAccess', _90 => _90.summary]) ? `Summary: ${_optionalChain([stdoutData, 'optionalAccess', _91 => _91.error, 'optionalAccess', _92 => _92.summary])}${_optionalChain([stdoutData, 'optionalAccess', _93 => _93.error, 'optionalAccess', _94 => _94.code]) ? ` (${_optionalChain([stdoutData, 'optionalAccess', _95 => _95.error, 'optionalAccess', _96 => _96.code])})` : ""}
|
|
451
|
+
` : ""}${_optionalChain([stdoutData, 'optionalAccess', _97 => _97.error, 'optionalAccess', _98 => _98.detail]) ? `Detail: ${_optionalChain([stdoutData, 'optionalAccess', _99 => _99.error, 'optionalAccess', _100 => _100.detail])}
|
|
452
|
+
` : ""}`;
|
|
453
|
+
github.error(errorMessage);
|
|
465
454
|
return { success: false };
|
|
466
455
|
}
|
|
467
456
|
}
|
|
@@ -483,13 +472,13 @@ Error: ${JSON.stringify(err, null, 2)}`
|
|
|
483
472
|
});
|
|
484
473
|
if (isDryRun) {
|
|
485
474
|
console.info(
|
|
486
|
-
`Would publish
|
|
475
|
+
`Would publish tag "${tag}" to ${registry}, but [dry-run] was set. ${result ? `
|
|
487
476
|
|
|
488
477
|
Execution response: ${result.toString()}` : ""}`
|
|
489
478
|
);
|
|
490
479
|
} else {
|
|
491
480
|
console.info(
|
|
492
|
-
`Published
|
|
481
|
+
`Published tag "${tag}" to ${registry}. ${result ? `
|
|
493
482
|
|
|
494
483
|
Execution response: ${result.toString()}` : ""}`
|
|
495
484
|
);
|
|
@@ -497,38 +486,23 @@ Execution response: ${result.toString()}` : ""}`
|
|
|
497
486
|
return { success: true };
|
|
498
487
|
} catch (err) {
|
|
499
488
|
try {
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
console.error(stdoutData.error.summary);
|
|
508
|
-
console.error(stdoutData.error.summary);
|
|
509
|
-
}
|
|
510
|
-
if (stdoutData.error.detail) {
|
|
511
|
-
console.error(stdoutData.error.detail);
|
|
512
|
-
}
|
|
513
|
-
if (context.isVerbose) {
|
|
514
|
-
console.error(
|
|
515
|
-
`npm publish stdout:
|
|
516
|
-
${JSON.stringify(stdoutData, null, 2)}`
|
|
517
|
-
);
|
|
518
|
-
}
|
|
519
|
-
console.error("\n ********************** \n");
|
|
489
|
+
const stdoutData = JSON.parse(_optionalChain([err, 'access', _101 => _101.stdout, 'optionalAccess', _102 => _102.toString, 'call', _103 => _103()]) || "{}");
|
|
490
|
+
const errorMessage = `An error occurred while publishing the npm package:
|
|
491
|
+
|
|
492
|
+
${_optionalChain([stdoutData, 'optionalAccess', _104 => _104.error, 'optionalAccess', _105 => _105.summary]) ? `Summary: ${_optionalChain([stdoutData, 'optionalAccess', _106 => _106.error, 'optionalAccess', _107 => _107.summary])}${_optionalChain([stdoutData, 'optionalAccess', _108 => _108.error, 'optionalAccess', _109 => _109.code]) ? ` (${_optionalChain([stdoutData, 'optionalAccess', _110 => _110.error, 'optionalAccess', _111 => _111.code])})` : ""}
|
|
493
|
+
` : ""}${_optionalChain([stdoutData, 'optionalAccess', _112 => _112.error, 'optionalAccess', _113 => _113.detail]) ? `Detail: ${_optionalChain([stdoutData, 'optionalAccess', _114 => _114.error, 'optionalAccess', _115 => _115.detail])}
|
|
494
|
+
` : ""}`;
|
|
495
|
+
github.error(errorMessage);
|
|
520
496
|
return { success: false };
|
|
521
497
|
} catch (err2) {
|
|
522
|
-
|
|
523
|
-
if (Buffer.isBuffer(error)) {
|
|
524
|
-
error = error.toString();
|
|
525
|
-
}
|
|
526
|
-
console.error(
|
|
527
|
-
`Something unexpected went wrong when processing the npm publish output
|
|
498
|
+
const errorMessage = `Something unexpected went wrong when processing the npm publish output.
|
|
528
499
|
|
|
529
|
-
Error: ${JSON.stringify(
|
|
530
|
-
|
|
531
|
-
|
|
500
|
+
Error: ${JSON.stringify(
|
|
501
|
+
Buffer.isBuffer(err2) ? err2.toString() : err2,
|
|
502
|
+
null,
|
|
503
|
+
2
|
|
504
|
+
)}`;
|
|
505
|
+
github.error(errorMessage);
|
|
532
506
|
return { success: false };
|
|
533
507
|
}
|
|
534
508
|
}
|
|
@@ -17,7 +17,7 @@ interface NpmPublishExecutorSchema {
|
|
|
17
17
|
/**
|
|
18
18
|
* Registry
|
|
19
19
|
*
|
|
20
|
-
* The registry to publish to
|
|
20
|
+
* The URL of the registry to publish to
|
|
21
21
|
*
|
|
22
22
|
* @default "https://registry.npmjs.org/"
|
|
23
23
|
*/
|
|
@@ -41,12 +41,12 @@ interface NpmPublishExecutorSchema {
|
|
|
41
41
|
version?: string,
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
|
-
* One Time Password
|
|
44
|
+
* One Time Password (OTP)
|
|
45
45
|
*
|
|
46
|
-
* The one time password
|
|
46
|
+
* The one time password (OTP) for two-factor authentication
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
|
-
otp?:
|
|
49
|
+
otp?: string,
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
52
|
* Dry Run
|
|
@@ -17,7 +17,7 @@ interface NpmPublishExecutorSchema {
|
|
|
17
17
|
/**
|
|
18
18
|
* Registry
|
|
19
19
|
*
|
|
20
|
-
* The registry to publish to
|
|
20
|
+
* The URL of the registry to publish to
|
|
21
21
|
*
|
|
22
22
|
* @default "https://registry.npmjs.org/"
|
|
23
23
|
*/
|
|
@@ -41,12 +41,12 @@ interface NpmPublishExecutorSchema {
|
|
|
41
41
|
version?: string,
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
|
-
* One Time Password
|
|
44
|
+
* One Time Password (OTP)
|
|
45
45
|
*
|
|
46
|
-
* The one time password
|
|
46
|
+
* The one time password (OTP) for two-factor authentication
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
|
-
otp?:
|
|
49
|
+
otp?: string,
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
52
|
* Dry Run
|
package/dist/executors.d.mts
CHANGED
|
@@ -7,7 +7,7 @@ export { C as CargoPublishExecutorSchema, g as getRegistryVersion } from './exec
|
|
|
7
7
|
export { C as CleanPackageExecutorSchema } from './schema.d-B9y7rRms.mjs';
|
|
8
8
|
export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-C4Ddk0eB.mjs';
|
|
9
9
|
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-DvfMQSTP.mjs';
|
|
10
|
-
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-
|
|
10
|
+
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-BF7_LjrR.mjs';
|
|
11
11
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor-DA8yyqTK.mjs';
|
|
12
12
|
export { T as TSDownExecutorSchema, t as tsdownExecutorFn } from './executor-BAeunL4c.mjs';
|
|
13
13
|
export { T as TypiaExecutorSchema, t as typiaExecutorFn } from './executor-CPh7sG83.mjs';
|
package/dist/executors.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export { C as CargoPublishExecutorSchema, g as getRegistryVersion } from './exec
|
|
|
7
7
|
export { C as CleanPackageExecutorSchema } from './schema.d-B9y7rRms.js';
|
|
8
8
|
export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-lCseKo3l.js';
|
|
9
9
|
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-DcKEmf82.js';
|
|
10
|
-
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-
|
|
10
|
+
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-BF7_LjrR.js';
|
|
11
11
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor-HMyCQrhV.js';
|
|
12
12
|
export { T as TSDownExecutorSchema, t as tsdownExecutorFn } from './executor-CPBR709C.js';
|
|
13
13
|
export { T as TypiaExecutorSchema, t as typiaExecutorFn } from './executor-BxzAij2P.js';
|
package/dist/executors.js
CHANGED
|
@@ -20,7 +20,7 @@ require('./chunk-IIFXLZEH.js');
|
|
|
20
20
|
var _chunkWTWQAZUMjs = require('./chunk-WTWQAZUM.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
var
|
|
23
|
+
var _chunkRLJFRJ2Fjs = require('./chunk-RLJFRJ2F.js');
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
var _chunkZYI527ZSjs = require('./chunk-ZYI527ZS.js');
|
|
@@ -40,6 +40,7 @@ var _chunkXNHWWPSKjs = require('./chunk-XNHWWPSK.js');
|
|
|
40
40
|
|
|
41
41
|
var _chunkPRW5IUACjs = require('./chunk-PRW5IUAC.js');
|
|
42
42
|
require('./chunk-32KQVUCF.js');
|
|
43
|
+
require('./chunk-MKJITWLN.js');
|
|
43
44
|
require('./chunk-6IXJEWJR.js');
|
|
44
45
|
require('./chunk-PB5565L7.js');
|
|
45
46
|
require('./chunk-TAP26ZJQ.js');
|
|
@@ -63,4 +64,4 @@ require('./chunk-CQDBLKPF.js');
|
|
|
63
64
|
|
|
64
65
|
|
|
65
66
|
|
|
66
|
-
exports.LARGE_BUFFER =
|
|
67
|
+
exports.LARGE_BUFFER = _chunkRLJFRJ2Fjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkXNHWWPSKjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkPRW5IUACjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkZYI527ZSjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkAY3HOPOXjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkTHA4SGMVjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkJDDKEYTFjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkU5JPGO47js.getRegistryVersion; exports.napiExecutor = _chunkWTWQAZUMjs.napiExecutor; exports.sizeLimitExecutorFn = _chunkO7Z2YGFUjs.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunk2L7ICILUjs.tsdownExecutorFn; exports.typiaExecutorFn = _chunkDEP6TIXLjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkNUGNYGBFjs.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
} from "./chunk-S2KOD2HL.mjs";
|
|
21
21
|
import {
|
|
22
22
|
LARGE_BUFFER
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-OL6ZWI4R.mjs";
|
|
24
24
|
import {
|
|
25
25
|
cargoClippyExecutor
|
|
26
26
|
} from "./chunk-7MM5MBEP.mjs";
|
|
@@ -40,6 +40,7 @@ import {
|
|
|
40
40
|
cargoCheckExecutor
|
|
41
41
|
} from "./chunk-JPOHRWVM.mjs";
|
|
42
42
|
import "./chunk-GKLFEOKK.mjs";
|
|
43
|
+
import "./chunk-54BBSJHK.mjs";
|
|
43
44
|
import "./chunk-EYO6EPEG.mjs";
|
|
44
45
|
import "./chunk-X2UWPTFU.mjs";
|
|
45
46
|
import "./chunk-2GQSCZ3J.mjs";
|
|
@@ -49,7 +50,7 @@ import "./chunk-35G4LHK2.mjs";
|
|
|
49
50
|
import "./chunk-4AR5RJMF.mjs";
|
|
50
51
|
import "./chunk-3J2CP54B.mjs";
|
|
51
52
|
import "./chunk-TBW5MCN6.mjs";
|
|
52
|
-
import "./chunk-
|
|
53
|
+
import "./chunk-C3NYIWL4.mjs";
|
|
53
54
|
export {
|
|
54
55
|
LARGE_BUFFER,
|
|
55
56
|
cargoBuildExecutor,
|
package/dist/generators.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./chunk-SAIDGUHG.mjs";
|
|
2
2
|
import {
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-NIETCJS4.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-J4MHHL63.mjs";
|
|
8
8
|
import {
|
|
9
9
|
browserLibraryGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-3WCWA5OH.mjs";
|
|
11
11
|
import {
|
|
12
12
|
configSchemaGeneratorFn
|
|
13
13
|
} from "./chunk-BT7OBRJT.mjs";
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
} from "./chunk-437WGH2M.mjs";
|
|
17
17
|
import {
|
|
18
18
|
neutralLibraryGeneratorFn
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-JIWQM3MH.mjs";
|
|
20
20
|
import "./chunk-4VWDSVQJ.mjs";
|
|
21
21
|
import "./chunk-QC5ON3X4.mjs";
|
|
22
22
|
import "./chunk-2GQSCZ3J.mjs";
|
|
@@ -26,7 +26,7 @@ import "./chunk-35G4LHK2.mjs";
|
|
|
26
26
|
import "./chunk-4AR5RJMF.mjs";
|
|
27
27
|
import "./chunk-3J2CP54B.mjs";
|
|
28
28
|
import "./chunk-TBW5MCN6.mjs";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-C3NYIWL4.mjs";
|
|
30
30
|
export {
|
|
31
31
|
browserLibraryGeneratorFn,
|
|
32
32
|
configSchemaGeneratorFn,
|
package/dist/index.d.mts
CHANGED
|
@@ -7,7 +7,7 @@ export { C as CargoPublishExecutorSchema, g as getRegistryVersion } from './exec
|
|
|
7
7
|
export { C as CleanPackageExecutorSchema } from './schema.d-B9y7rRms.mjs';
|
|
8
8
|
export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-C4Ddk0eB.mjs';
|
|
9
9
|
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-DvfMQSTP.mjs';
|
|
10
|
-
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-
|
|
10
|
+
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-BF7_LjrR.mjs';
|
|
11
11
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor-DA8yyqTK.mjs';
|
|
12
12
|
export { T as TSDownExecutorSchema, t as tsdownExecutorFn } from './executor-BAeunL4c.mjs';
|
|
13
13
|
export { T as TypiaExecutorSchema, t as typiaExecutorFn } from './executor-CPh7sG83.mjs';
|
|
@@ -33,6 +33,7 @@ export { ExecutorTokenizerOptions, applyWorkspaceExecutorTokens } from './src/ut
|
|
|
33
33
|
export { INVALID_CARGO_ARGS, buildCargoCommand, cargoCommand, cargoCommandSync, cargoMetadata, cargoRunCommand, childProcess, isExternal, runProcess } from './src/utils/cargo.mjs';
|
|
34
34
|
export { createCliOptions } from './src/utils/create-cli-options.mjs';
|
|
35
35
|
export { getProjectConfiguration, getProjectConfigurations } from './src/utils/get-project-configurations.mjs';
|
|
36
|
+
export { GitHubTools, getGitHubTools } from './src/utils/github.mjs';
|
|
36
37
|
export { LOCK_FILES, NPM_LOCK_FILE, NPM_LOCK_PATH, PNPM_LOCK_FILE, PNPM_LOCK_PATH, YARN_LOCK_FILE, YARN_LOCK_PATH, getLockFileDependencies, getLockFileName, getLockFileNodes, lockFileExists } from './src/utils/lock-file.mjs';
|
|
37
38
|
export { NAMED_INPUTS, RELEASE, withNamedInputs } from './src/utils/nx-json.mjs';
|
|
38
39
|
export { PackageInfo, PackageManagerType, PackageManagerTypes, addPackageJsonGitHead, getPackageInfo } from './src/utils/package-helpers.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export { C as CargoPublishExecutorSchema, g as getRegistryVersion } from './exec
|
|
|
7
7
|
export { C as CleanPackageExecutorSchema } from './schema.d-B9y7rRms.js';
|
|
8
8
|
export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-lCseKo3l.js';
|
|
9
9
|
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-DcKEmf82.js';
|
|
10
|
-
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-
|
|
10
|
+
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-BF7_LjrR.js';
|
|
11
11
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor-HMyCQrhV.js';
|
|
12
12
|
export { T as TSDownExecutorSchema, t as tsdownExecutorFn } from './executor-CPBR709C.js';
|
|
13
13
|
export { T as TypiaExecutorSchema, t as typiaExecutorFn } from './executor-BxzAij2P.js';
|
|
@@ -33,6 +33,7 @@ export { ExecutorTokenizerOptions, applyWorkspaceExecutorTokens } from './src/ut
|
|
|
33
33
|
export { INVALID_CARGO_ARGS, buildCargoCommand, cargoCommand, cargoCommandSync, cargoMetadata, cargoRunCommand, childProcess, isExternal, runProcess } from './src/utils/cargo.js';
|
|
34
34
|
export { createCliOptions } from './src/utils/create-cli-options.js';
|
|
35
35
|
export { getProjectConfiguration, getProjectConfigurations } from './src/utils/get-project-configurations.js';
|
|
36
|
+
export { GitHubTools, getGitHubTools } from './src/utils/github.js';
|
|
36
37
|
export { LOCK_FILES, NPM_LOCK_FILE, NPM_LOCK_PATH, PNPM_LOCK_FILE, PNPM_LOCK_PATH, YARN_LOCK_FILE, YARN_LOCK_PATH, getLockFileDependencies, getLockFileName, getLockFileNodes, lockFileExists } from './src/utils/lock-file.js';
|
|
37
38
|
export { NAMED_INPUTS, RELEASE, withNamedInputs } from './src/utils/nx-json.js';
|
|
38
39
|
export { PackageInfo, PackageManagerType, PackageManagerTypes, addPackageJsonGitHead, getPackageInfo } from './src/utils/package-helpers.js';
|
package/dist/index.js
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-DO2X7OZO.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var _chunk6EMYX25Vjs = require('./chunk-6EMYX25V.js');
|
|
5
4
|
|
|
6
5
|
|
|
7
|
-
var _chunkQVYCDINGjs = require('./chunk-QVYCDING.js');
|
|
8
6
|
|
|
9
7
|
|
|
8
|
+
var _chunkBAPFD3TOjs = require('./chunk-BAPFD3TO.js');
|
|
10
9
|
|
|
11
|
-
var _chunkDIUWF7BWjs = require('./chunk-DIUWF7BW.js');
|
|
12
10
|
|
|
11
|
+
var _chunk6EMYX25Vjs = require('./chunk-6EMYX25V.js');
|
|
13
12
|
|
|
14
13
|
|
|
14
|
+
var _chunkQVYCDINGjs = require('./chunk-QVYCDING.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
+
var _chunkDIUWF7BWjs = require('./chunk-DIUWF7BW.js');
|
|
18
19
|
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
|
|
24
|
-
var _chunkTM2CRDJWjs = require('./chunk-TM2CRDJW.js');
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var _chunk4AKDRRMLjs = require('./chunk-4AKDRRML.js');
|
|
30
29
|
|
|
31
30
|
|
|
31
|
+
var _chunkTM2CRDJWjs = require('./chunk-TM2CRDJW.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
var
|
|
36
|
+
var _chunk4AKDRRMLjs = require('./chunk-4AKDRRML.js');
|
|
37
37
|
require('./chunk-KBJ7IEXI.js');
|
|
38
38
|
|
|
39
39
|
|
|
@@ -77,7 +77,7 @@ require('./chunk-IIFXLZEH.js');
|
|
|
77
77
|
var _chunkWTWQAZUMjs = require('./chunk-WTWQAZUM.js');
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
var
|
|
80
|
+
var _chunkRLJFRJ2Fjs = require('./chunk-RLJFRJ2F.js');
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
var _chunkZYI527ZSjs = require('./chunk-ZYI527ZS.js');
|
|
@@ -109,6 +109,9 @@ var _chunkPRW5IUACjs = require('./chunk-PRW5IUAC.js');
|
|
|
109
109
|
var _chunk32KQVUCFjs = require('./chunk-32KQVUCF.js');
|
|
110
110
|
|
|
111
111
|
|
|
112
|
+
var _chunkMKJITWLNjs = require('./chunk-MKJITWLN.js');
|
|
113
|
+
|
|
114
|
+
|
|
112
115
|
|
|
113
116
|
|
|
114
117
|
var _chunk6IXJEWJRjs = require('./chunk-6IXJEWJR.js');
|
|
@@ -296,4 +299,5 @@ var _chunk7CJRMBX3js = require('./chunk-7CJRMBX3.js');
|
|
|
296
299
|
|
|
297
300
|
|
|
298
301
|
|
|
299
|
-
|
|
302
|
+
|
|
303
|
+
exports.INVALID_CARGO_ARGS = _chunk32KQVUCFjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkRLJFRJ2Fjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunk4AKDRRMLjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkTM2CRDJWjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkTM2CRDJWjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkTM2CRDJWjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkTM2CRDJWjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk6IXJEWJRjs.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 = _chunk4AKDRRMLjs.RELEASE; exports.StormJsVersionActions = _chunkVC4FGY7Pjs.StormJsVersionActions; exports.StormRustVersionActions = _chunk2CXXVFU4js.StormRustVersionActions; exports.TypescriptProjectLinkingType = _chunkX3HC3R2Ijs.TypescriptProjectLinkingType; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk6IXJEWJRjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkTAP26ZJQjs.addPluginProjectTag; exports.addProjectTag = _chunkTAP26ZJQjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkVXHOSAQ7js.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunk7JRL2LE3js.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunk6HJ4EEBBjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunk32KQVUCFjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunkLQHVZMFVjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkXNHWWPSKjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkPRW5IUACjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkZYI527ZSjs.cargoClippyExecutor; exports.cargoCommand = _chunk32KQVUCFjs.cargoCommand; exports.cargoCommandSync = _chunk32KQVUCFjs.cargoCommandSync; exports.cargoDocExecutor = _chunkAY3HOPOXjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkTHA4SGMVjs.cargoFormatExecutor; exports.cargoMetadata = _chunk32KQVUCFjs.cargoMetadata; exports.cargoRunCommand = _chunk32KQVUCFjs.cargoRunCommand; exports.childProcess = _chunk32KQVUCFjs.childProcess; exports.configSchemaGeneratorFn = _chunkWJ5AG2IUjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunk57OGFZNBjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkJDDKEYTFjs.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkTAP26ZJQjs.formatProjectTag; exports.getGitHubTools = _chunkMKJITWLNjs.getGitHubTools; exports.getLockFileDependencies = _chunkTM2CRDJWjs.getLockFileDependencies; exports.getLockFileName = _chunkTM2CRDJWjs.getLockFileName; exports.getLockFileNodes = _chunkTM2CRDJWjs.getLockFileNodes; exports.getOutputPath = _chunk57OGFZNBjs.getOutputPath; exports.getPackageInfo = _chunk6IXJEWJRjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkBAPFD3TOjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkBAPFD3TOjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkDIUWF7BWjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkDIUWF7BWjs.getProjectConfigurations; exports.getProjectPlatform = _chunkBAPFD3TOjs.getProjectPlatform; exports.getProjectRoot = _chunkBAPFD3TOjs.getProjectRoot; exports.getProjectTag = _chunkTAP26ZJQjs.getProjectTag; exports.getRegistryVersion = _chunkU5JPGO47js.getRegistryVersion; exports.getRoot = _chunkBAPFD3TOjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkTAP26ZJQjs.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkTAP26ZJQjs.isEqualProjectTag; exports.isExternal = _chunk32KQVUCFjs.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkTM2CRDJWjs.lockFileExists; exports.napiExecutor = _chunkWTWQAZUMjs.napiExecutor; exports.neutralLibraryGeneratorFn = _chunkP56QF3XGjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkETSIRKO5js.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunk57OGFZNBjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunkFFEJNAFPjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.runProcess = _chunk32KQVUCFjs.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkTAP26ZJQjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkO7Z2YGFUjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsdownExecutorFn = _chunk2L7ICILUjs.tsdownExecutorFn; exports.tsupVersion = _chunkSZWM7COVjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunk57OGFZNBjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkPMPKOMMDjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.typiaExecutorFn = _chunkDEP6TIXLjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkNUGNYGBFjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunk4AKDRRMLjs.withNamedInputs; exports.withRunExecutor = _chunkCBVZ57E6js.withRunExecutor; exports.withRunGenerator = _chunkLULOWPU2js.withRunGenerator;
|