@storm-software/workspace-tools 1.296.56 → 1.296.58
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-F5IA75ER.js → chunk-33X22YHZ.js} +4 -2
- package/dist/{chunk-UL6SVNDQ.mjs → chunk-PVNPMJZX.mjs} +3 -1
- package/dist/executors.js +10 -10
- package/dist/executors.mjs +14 -14
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +3 -3
- package/dist/index.js +13 -13
- package/dist/index.mjs +17 -17
- package/dist/src/executors/npm-publish/executor.js +2 -2
- package/dist/src/executors/npm-publish/executor.mjs +1 -1
- package/package.json +10 -10
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -1,4 +1,4 @@
|
|
|
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; }
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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
3
|
var _chunkMKJITWLNjs = require('./chunk-MKJITWLN.js');
|
|
4
4
|
|
|
@@ -56,9 +56,11 @@ var _prettier = require('prettier');
|
|
|
56
56
|
|
|
57
57
|
// ../npm-tools/src/helpers/get-version.ts
|
|
58
58
|
|
|
59
|
+
var _semver = require('semver');
|
|
60
|
+
var _stripansi = require('strip-ansi'); var _stripansi2 = _interopRequireDefault(_stripansi);
|
|
59
61
|
|
|
60
62
|
// ../pnpm-tools/src/helpers/catalog.ts
|
|
61
|
-
|
|
63
|
+
|
|
62
64
|
|
|
63
65
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
64
66
|
|
|
@@ -56,9 +56,11 @@ import { format } from "prettier";
|
|
|
56
56
|
|
|
57
57
|
// ../npm-tools/src/helpers/get-version.ts
|
|
58
58
|
import { exec as exec2 } from "node:child_process";
|
|
59
|
+
import { valid } from "semver";
|
|
60
|
+
import stripAnsi from "strip-ansi";
|
|
59
61
|
|
|
60
62
|
// ../pnpm-tools/src/helpers/catalog.ts
|
|
61
|
-
import { coerce, gt, valid } from "semver";
|
|
63
|
+
import { coerce, gt, valid as valid2 } from "semver";
|
|
62
64
|
|
|
63
65
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
64
66
|
import { existsSync } from "node:fs";
|
package/dist/executors.js
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-P6HSE7LH.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk33C5YQ6Jjs = require('./chunk-33C5YQ6J.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkZ6JQV7U5js = require('./chunk-Z6JQV7U5.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkRCJKWUC3js = require('./chunk-RCJKWUC3.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkGU3JSJVGjs = require('./chunk-GU3JSJVG.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunk6CVTX3NDjs = require('./chunk-6CVTX3ND.js');
|
|
17
|
+
require('./chunk-URZ6ZNPK.js');
|
|
17
18
|
|
|
18
19
|
|
|
19
|
-
var
|
|
20
|
+
var _chunk33X22YHZjs = require('./chunk-33X22YHZ.js');
|
|
20
21
|
|
|
21
22
|
|
|
22
|
-
var
|
|
23
|
-
require('./chunk-URZ6ZNPK.js');
|
|
23
|
+
var _chunkETZOESEMjs = require('./chunk-ETZOESEM.js');
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _chunkZMHKOSQOjs = require('./chunk-ZMHKOSQO.js');
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkLANYX3R2js = require('./chunk-LANYX3R2.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
|
|
@@ -64,4 +64,4 @@ require('./chunk-CQDBLKPF.js');
|
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
exports.LARGE_BUFFER =
|
|
67
|
+
exports.LARGE_BUFFER = _chunk33X22YHZjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkTFQGKHL5js.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkZORHWWTNjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkLANYX3R2js.cargoClippyExecutor; exports.cargoDocExecutor = _chunkZMHKOSQOjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQEP2JF6Djs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunk6CVTX3NDjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkRU4TNHFGjs.getRegistryVersion; exports.napiExecutor = _chunk33C5YQ6Jjs.napiExecutor; exports.sizeLimitExecutorFn = _chunkETZOESEMjs.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunkZ6JQV7U5js.tsdownExecutorFn; exports.typiaExecutorFn = _chunkGU3JSJVGjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkRCJKWUC3js.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import "./chunk-GHQJKIMQ.mjs";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import {
|
|
6
|
-
typiaExecutorFn
|
|
7
|
-
} from "./chunk-NHCDW7CD.mjs";
|
|
8
|
-
import {
|
|
9
|
-
unbuildExecutorFn
|
|
10
|
-
} from "./chunk-OZ5BVPYJ.mjs";
|
|
3
|
+
napiExecutor
|
|
4
|
+
} from "./chunk-FSP5BXTH.mjs";
|
|
11
5
|
import {
|
|
12
6
|
tsdownExecutorFn
|
|
13
7
|
} from "./chunk-3FKFEQBJ.mjs";
|
|
14
8
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
9
|
+
unbuildExecutorFn
|
|
10
|
+
} from "./chunk-OZ5BVPYJ.mjs";
|
|
17
11
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk-
|
|
12
|
+
typiaExecutorFn
|
|
13
|
+
} from "./chunk-NHCDW7CD.mjs";
|
|
20
14
|
import {
|
|
21
15
|
esbuildExecutorFn
|
|
22
16
|
} from "./chunk-2UXPU3BM.mjs";
|
|
23
17
|
import "./chunk-JAIQZWTK.mjs";
|
|
24
18
|
import {
|
|
25
|
-
|
|
26
|
-
} from "./chunk-
|
|
19
|
+
LARGE_BUFFER
|
|
20
|
+
} from "./chunk-PVNPMJZX.mjs";
|
|
21
|
+
import {
|
|
22
|
+
sizeLimitExecutorFn
|
|
23
|
+
} from "./chunk-3LFBUXYQ.mjs";
|
|
27
24
|
import {
|
|
28
25
|
cargoDocExecutor
|
|
29
26
|
} from "./chunk-ZEQS7E4C.mjs";
|
|
27
|
+
import {
|
|
28
|
+
cargoClippyExecutor
|
|
29
|
+
} from "./chunk-XZE55MLM.mjs";
|
|
30
30
|
import {
|
|
31
31
|
getRegistryVersion
|
|
32
32
|
} from "./chunk-K6UOPTIZ.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -7,9 +7,6 @@ var _chunkPVYWMIYRjs = require('./chunk-PVYWMIYR.js');
|
|
|
7
7
|
var _chunkKV522LHWjs = require('./chunk-KV522LHW.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var _chunkNXB4Z7NSjs = require('./chunk-NXB4Z7NS.js');
|
|
11
|
-
|
|
12
|
-
|
|
13
10
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
14
11
|
|
|
15
12
|
|
|
@@ -17,6 +14,9 @@ var _chunkZO3L5FAUjs = require('./chunk-ZO3L5FAU.js');
|
|
|
17
14
|
|
|
18
15
|
|
|
19
16
|
var _chunkNB5WSHYSjs = require('./chunk-NB5WSHYS.js');
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
var _chunkNXB4Z7NSjs = require('./chunk-NXB4Z7NS.js');
|
|
20
20
|
require('./chunk-57OGFZNB.js');
|
|
21
21
|
require('./chunk-SZWM7COV.js');
|
|
22
22
|
require('./chunk-TAP26ZJQ.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -5,9 +5,6 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
configSchemaGeneratorFn
|
|
7
7
|
} from "./chunk-DQYZOPO7.mjs";
|
|
8
|
-
import {
|
|
9
|
-
browserLibraryGeneratorFn
|
|
10
|
-
} from "./chunk-KZSELW4F.mjs";
|
|
11
8
|
import {
|
|
12
9
|
initGenerator
|
|
13
10
|
} from "./chunk-437WGH2M.mjs";
|
|
@@ -17,6 +14,9 @@ import {
|
|
|
17
14
|
import {
|
|
18
15
|
nodeLibraryGeneratorFn
|
|
19
16
|
} from "./chunk-TSQGMJVI.mjs";
|
|
17
|
+
import {
|
|
18
|
+
browserLibraryGeneratorFn
|
|
19
|
+
} from "./chunk-KZSELW4F.mjs";
|
|
20
20
|
import "./chunk-4VWDSVQJ.mjs";
|
|
21
21
|
import "./chunk-QC5ON3X4.mjs";
|
|
22
22
|
import "./chunk-2GQSCZ3J.mjs";
|
package/dist/index.js
CHANGED
|
@@ -58,32 +58,32 @@ var _chunkVXHOSAQ7js = require('./chunk-VXHOSAQ7.js');
|
|
|
58
58
|
require('./chunk-P6HSE7LH.js');
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
var
|
|
61
|
+
var _chunk33C5YQ6Jjs = require('./chunk-33C5YQ6J.js');
|
|
62
62
|
|
|
63
63
|
|
|
64
|
-
var
|
|
64
|
+
var _chunkZ6JQV7U5js = require('./chunk-Z6JQV7U5.js');
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
var _chunkRCJKWUC3js = require('./chunk-RCJKWUC3.js');
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
var
|
|
70
|
+
var _chunkGU3JSJVGjs = require('./chunk-GU3JSJVG.js');
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
var
|
|
73
|
+
var _chunk6CVTX3NDjs = require('./chunk-6CVTX3ND.js');
|
|
74
|
+
require('./chunk-URZ6ZNPK.js');
|
|
74
75
|
|
|
75
76
|
|
|
76
|
-
var
|
|
77
|
+
var _chunk33X22YHZjs = require('./chunk-33X22YHZ.js');
|
|
77
78
|
|
|
78
79
|
|
|
79
|
-
var
|
|
80
|
-
require('./chunk-URZ6ZNPK.js');
|
|
80
|
+
var _chunkETZOESEMjs = require('./chunk-ETZOESEM.js');
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
var
|
|
83
|
+
var _chunkZMHKOSQOjs = require('./chunk-ZMHKOSQO.js');
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
var
|
|
86
|
+
var _chunkLANYX3R2js = require('./chunk-LANYX3R2.js');
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
|
|
@@ -125,9 +125,6 @@ var _chunkPVYWMIYRjs = require('./chunk-PVYWMIYR.js');
|
|
|
125
125
|
var _chunkKV522LHWjs = require('./chunk-KV522LHW.js');
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
var _chunkNXB4Z7NSjs = require('./chunk-NXB4Z7NS.js');
|
|
129
|
-
|
|
130
|
-
|
|
131
128
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
132
129
|
|
|
133
130
|
|
|
@@ -137,6 +134,9 @@ var _chunkZO3L5FAUjs = require('./chunk-ZO3L5FAU.js');
|
|
|
137
134
|
var _chunkNB5WSHYSjs = require('./chunk-NB5WSHYS.js');
|
|
138
135
|
|
|
139
136
|
|
|
137
|
+
var _chunkNXB4Z7NSjs = require('./chunk-NXB4Z7NS.js');
|
|
138
|
+
|
|
139
|
+
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
|
|
@@ -300,4 +300,4 @@ var _chunk7CJRMBX3js = require('./chunk-7CJRMBX3.js');
|
|
|
300
300
|
|
|
301
301
|
|
|
302
302
|
|
|
303
|
-
exports.INVALID_CARGO_ARGS = _chunk32KQVUCFjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER =
|
|
303
|
+
exports.INVALID_CARGO_ARGS = _chunk32KQVUCFjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunk33X22YHZjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkWCUI5X7Pjs.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 = _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 = _chunkWCUI5X7Pjs.RELEASE; exports.StormJsVersionActions = _chunkJR7RLYGKjs.StormJsVersionActions; exports.StormRustVersionActions = _chunkU5VDFK5Ujs.StormRustVersionActions; exports.TypescriptProjectLinkingType = _chunkX3HC3R2Ijs.TypescriptProjectLinkingType; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk46OIJVV3js.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 = _chunkNXB4Z7NSjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunk32KQVUCFjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunkLQHVZMFVjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkTFQGKHL5js.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkZORHWWTNjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkLANYX3R2js.cargoClippyExecutor; exports.cargoCommand = _chunk32KQVUCFjs.cargoCommand; exports.cargoCommandSync = _chunk32KQVUCFjs.cargoCommandSync; exports.cargoDocExecutor = _chunkZMHKOSQOjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQEP2JF6Djs.cargoFormatExecutor; exports.cargoMetadata = _chunk32KQVUCFjs.cargoMetadata; exports.cargoRunCommand = _chunk32KQVUCFjs.cargoRunCommand; exports.childProcess = _chunk32KQVUCFjs.childProcess; exports.configSchemaGeneratorFn = _chunkKV522LHWjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunk57OGFZNBjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunk6CVTX3NDjs.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 = _chunk46OIJVV3js.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 = _chunkRU4TNHFGjs.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 = _chunk33C5YQ6Jjs.napiExecutor; exports.neutralLibraryGeneratorFn = _chunkZO3L5FAUjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkNB5WSHYSjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunk57OGFZNBjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunkPVYWMIYRjs.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 = _chunkETZOESEMjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsdownExecutorFn = _chunkZ6JQV7U5js.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 = _chunkGU3JSJVGjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkRCJKWUC3js.unbuildExecutorFn; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunkWCUI5X7Pjs.withNamedInputs; exports.withRunExecutor = _chunk3QCVXOSBjs.withRunExecutor; exports.withRunGenerator = _chunk32U6V6W2js.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -57,33 +57,33 @@ import {
|
|
|
57
57
|
} from "./chunk-UBVTASOE.mjs";
|
|
58
58
|
import "./chunk-GHQJKIMQ.mjs";
|
|
59
59
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
62
|
-
import {
|
|
63
|
-
typiaExecutorFn
|
|
64
|
-
} from "./chunk-NHCDW7CD.mjs";
|
|
65
|
-
import {
|
|
66
|
-
unbuildExecutorFn
|
|
67
|
-
} from "./chunk-OZ5BVPYJ.mjs";
|
|
60
|
+
napiExecutor
|
|
61
|
+
} from "./chunk-FSP5BXTH.mjs";
|
|
68
62
|
import {
|
|
69
63
|
tsdownExecutorFn
|
|
70
64
|
} from "./chunk-3FKFEQBJ.mjs";
|
|
71
65
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
66
|
+
unbuildExecutorFn
|
|
67
|
+
} from "./chunk-OZ5BVPYJ.mjs";
|
|
74
68
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
69
|
+
typiaExecutorFn
|
|
70
|
+
} from "./chunk-NHCDW7CD.mjs";
|
|
77
71
|
import {
|
|
78
72
|
esbuildExecutorFn
|
|
79
73
|
} from "./chunk-2UXPU3BM.mjs";
|
|
80
74
|
import "./chunk-JAIQZWTK.mjs";
|
|
81
75
|
import {
|
|
82
|
-
|
|
83
|
-
} from "./chunk-
|
|
76
|
+
LARGE_BUFFER
|
|
77
|
+
} from "./chunk-PVNPMJZX.mjs";
|
|
78
|
+
import {
|
|
79
|
+
sizeLimitExecutorFn
|
|
80
|
+
} from "./chunk-3LFBUXYQ.mjs";
|
|
84
81
|
import {
|
|
85
82
|
cargoDocExecutor
|
|
86
83
|
} from "./chunk-ZEQS7E4C.mjs";
|
|
84
|
+
import {
|
|
85
|
+
cargoClippyExecutor
|
|
86
|
+
} from "./chunk-XZE55MLM.mjs";
|
|
87
87
|
import {
|
|
88
88
|
getRegistryVersion
|
|
89
89
|
} from "./chunk-K6UOPTIZ.mjs";
|
|
@@ -123,9 +123,6 @@ import {
|
|
|
123
123
|
import {
|
|
124
124
|
configSchemaGeneratorFn
|
|
125
125
|
} from "./chunk-DQYZOPO7.mjs";
|
|
126
|
-
import {
|
|
127
|
-
browserLibraryGeneratorFn
|
|
128
|
-
} from "./chunk-KZSELW4F.mjs";
|
|
129
126
|
import {
|
|
130
127
|
initGenerator
|
|
131
128
|
} from "./chunk-437WGH2M.mjs";
|
|
@@ -135,6 +132,9 @@ import {
|
|
|
135
132
|
import {
|
|
136
133
|
nodeLibraryGeneratorFn
|
|
137
134
|
} from "./chunk-TSQGMJVI.mjs";
|
|
135
|
+
import {
|
|
136
|
+
browserLibraryGeneratorFn
|
|
137
|
+
} from "./chunk-KZSELW4F.mjs";
|
|
138
138
|
import {
|
|
139
139
|
createProjectTsConfigJson,
|
|
140
140
|
getOutputPath,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk33X22YHZjs = require('../../../chunk-33X22YHZ.js');
|
|
5
5
|
require('../../../chunk-MKJITWLN.js');
|
|
6
6
|
require('../../../chunk-46OIJVV3.js');
|
|
7
7
|
require('../../../chunk-N2365RCI.js');
|
|
@@ -13,4 +13,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
exports.LARGE_BUFFER =
|
|
16
|
+
exports.LARGE_BUFFER = _chunk33X22YHZjs.LARGE_BUFFER; exports.default = _chunk33X22YHZjs.npmPublishExecutorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.296.
|
|
3
|
+
"version": "1.296.58",
|
|
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.
|
|
242
|
-
"@storm-software/npm-tools": "^0.6.
|
|
243
|
-
"@storm-software/pnpm-tools": "^0.7.
|
|
244
|
-
"@storm-software/prettier": "^0.59.
|
|
241
|
+
"@storm-software/config-tools": "^1.190.78",
|
|
242
|
+
"@storm-software/npm-tools": "^0.6.196",
|
|
243
|
+
"@storm-software/pnpm-tools": "^0.7.89",
|
|
244
|
+
"@storm-software/prettier": "^0.59.131",
|
|
245
245
|
"fs-extra": "11.2.0",
|
|
246
246
|
"glob": "^11.1.0",
|
|
247
247
|
"jiti": "^2.7.0",
|
|
@@ -255,10 +255,10 @@
|
|
|
255
255
|
},
|
|
256
256
|
"devDependencies": {
|
|
257
257
|
"@napi-rs/cli": "^3.7.2",
|
|
258
|
-
"@storm-software/esbuild": "^0.53.
|
|
259
|
-
"@storm-software/package-constants": "^0.1.
|
|
260
|
-
"@storm-software/tsdown": "^0.45.
|
|
261
|
-
"@storm-software/unbuild": "^0.57.
|
|
258
|
+
"@storm-software/esbuild": "^0.53.239",
|
|
259
|
+
"@storm-software/package-constants": "^0.1.91",
|
|
260
|
+
"@storm-software/tsdown": "^0.45.239",
|
|
261
|
+
"@storm-software/unbuild": "^0.57.239",
|
|
262
262
|
"@types/micromatch": "^4.0.10",
|
|
263
263
|
"@types/node": "^25.9.4",
|
|
264
264
|
"@types/semver": "^7.7.1",
|
|
@@ -290,5 +290,5 @@
|
|
|
290
290
|
"publishConfig": { "access": "public" },
|
|
291
291
|
"executors": "./executors.json",
|
|
292
292
|
"generators": "./generators.json",
|
|
293
|
-
"gitHead": "
|
|
293
|
+
"gitHead": "c969fce9f24f583cbbe49cc655c74b9a82eab765"
|
|
294
294
|
}
|