@storm-software/workspace-tools 1.296.57 → 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 +13 -13
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +6 -6
- package/dist/index.js +16 -16
- package/dist/index.mjs +19 -19
- 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,40 +1,40 @@
|
|
|
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
7
|
var _chunkZ6JQV7U5js = require('./chunk-Z6JQV7U5.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
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
16
|
var _chunk6CVTX3NDjs = require('./chunk-6CVTX3ND.js');
|
|
17
17
|
require('./chunk-URZ6ZNPK.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
var _chunkF5IA75ERjs = require('./chunk-F5IA75ER.js');
|
|
20
|
+
var _chunk33X22YHZjs = require('./chunk-33X22YHZ.js');
|
|
24
21
|
|
|
25
22
|
|
|
26
|
-
var
|
|
23
|
+
var _chunkETZOESEMjs = require('./chunk-ETZOESEM.js');
|
|
27
24
|
|
|
28
25
|
|
|
29
26
|
var _chunkZMHKOSQOjs = require('./chunk-ZMHKOSQO.js');
|
|
30
27
|
|
|
31
28
|
|
|
32
|
-
var
|
|
29
|
+
var _chunkLANYX3R2js = require('./chunk-LANYX3R2.js');
|
|
33
30
|
|
|
34
31
|
|
|
35
32
|
var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
|
|
36
33
|
|
|
37
34
|
|
|
35
|
+
var _chunkQEP2JF6Djs = require('./chunk-QEP2JF6D.js');
|
|
36
|
+
|
|
37
|
+
|
|
38
38
|
var _chunkTFQGKHL5js = require('./chunk-TFQGKHL5.js');
|
|
39
39
|
|
|
40
40
|
|
|
@@ -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,38 +1,38 @@
|
|
|
1
1
|
import "./chunk-GHQJKIMQ.mjs";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
napiExecutor
|
|
4
|
+
} from "./chunk-FSP5BXTH.mjs";
|
|
5
5
|
import {
|
|
6
6
|
tsdownExecutorFn
|
|
7
7
|
} from "./chunk-3FKFEQBJ.mjs";
|
|
8
|
-
import {
|
|
9
|
-
typiaExecutorFn
|
|
10
|
-
} from "./chunk-NHCDW7CD.mjs";
|
|
11
8
|
import {
|
|
12
9
|
unbuildExecutorFn
|
|
13
10
|
} from "./chunk-OZ5BVPYJ.mjs";
|
|
11
|
+
import {
|
|
12
|
+
typiaExecutorFn
|
|
13
|
+
} from "./chunk-NHCDW7CD.mjs";
|
|
14
14
|
import {
|
|
15
15
|
esbuildExecutorFn
|
|
16
16
|
} from "./chunk-2UXPU3BM.mjs";
|
|
17
17
|
import "./chunk-JAIQZWTK.mjs";
|
|
18
|
-
import {
|
|
19
|
-
napiExecutor
|
|
20
|
-
} from "./chunk-FSP5BXTH.mjs";
|
|
21
18
|
import {
|
|
22
19
|
LARGE_BUFFER
|
|
23
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-PVNPMJZX.mjs";
|
|
24
21
|
import {
|
|
25
|
-
|
|
26
|
-
} from "./chunk-
|
|
22
|
+
sizeLimitExecutorFn
|
|
23
|
+
} from "./chunk-3LFBUXYQ.mjs";
|
|
27
24
|
import {
|
|
28
25
|
cargoDocExecutor
|
|
29
26
|
} from "./chunk-ZEQS7E4C.mjs";
|
|
30
27
|
import {
|
|
31
|
-
|
|
32
|
-
} from "./chunk-
|
|
28
|
+
cargoClippyExecutor
|
|
29
|
+
} from "./chunk-XZE55MLM.mjs";
|
|
33
30
|
import {
|
|
34
31
|
getRegistryVersion
|
|
35
32
|
} from "./chunk-K6UOPTIZ.mjs";
|
|
33
|
+
import {
|
|
34
|
+
cargoFormatExecutor
|
|
35
|
+
} from "./chunk-UJZUGPLI.mjs";
|
|
36
36
|
import {
|
|
37
37
|
cargoBuildExecutor
|
|
38
38
|
} from "./chunk-QG6V6H7W.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-C3TC7AUW.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var _chunkNB5WSHYSjs = require('./chunk-NB5WSHYS.js');
|
|
5
|
-
|
|
6
|
-
|
|
7
4
|
var _chunkPVYWMIYRjs = require('./chunk-PVYWMIYR.js');
|
|
8
5
|
|
|
9
6
|
|
|
10
7
|
var _chunkKV522LHWjs = require('./chunk-KV522LHW.js');
|
|
11
8
|
|
|
12
9
|
|
|
13
|
-
var _chunkNXB4Z7NSjs = require('./chunk-NXB4Z7NS.js');
|
|
14
|
-
|
|
15
|
-
|
|
16
10
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
17
11
|
|
|
18
12
|
|
|
19
13
|
var _chunkZO3L5FAUjs = require('./chunk-ZO3L5FAU.js');
|
|
14
|
+
|
|
15
|
+
|
|
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
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import "./chunk-SAIDGUHG.mjs";
|
|
2
|
-
import {
|
|
3
|
-
nodeLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-TSQGMJVI.mjs";
|
|
5
2
|
import {
|
|
6
3
|
presetGeneratorFn
|
|
7
4
|
} from "./chunk-FJK7GHBY.mjs";
|
|
8
5
|
import {
|
|
9
6
|
configSchemaGeneratorFn
|
|
10
7
|
} from "./chunk-DQYZOPO7.mjs";
|
|
11
|
-
import {
|
|
12
|
-
browserLibraryGeneratorFn
|
|
13
|
-
} from "./chunk-KZSELW4F.mjs";
|
|
14
8
|
import {
|
|
15
9
|
initGenerator
|
|
16
10
|
} from "./chunk-437WGH2M.mjs";
|
|
17
11
|
import {
|
|
18
12
|
neutralLibraryGeneratorFn
|
|
19
13
|
} from "./chunk-P52MNWK4.mjs";
|
|
14
|
+
import {
|
|
15
|
+
nodeLibraryGeneratorFn
|
|
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,40 +58,40 @@ 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
64
|
var _chunkZ6JQV7U5js = require('./chunk-Z6JQV7U5.js');
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
var
|
|
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
73
|
var _chunk6CVTX3NDjs = require('./chunk-6CVTX3ND.js');
|
|
74
74
|
require('./chunk-URZ6ZNPK.js');
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
var
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
var _chunkF5IA75ERjs = require('./chunk-F5IA75ER.js');
|
|
77
|
+
var _chunk33X22YHZjs = require('./chunk-33X22YHZ.js');
|
|
81
78
|
|
|
82
79
|
|
|
83
|
-
var
|
|
80
|
+
var _chunkETZOESEMjs = require('./chunk-ETZOESEM.js');
|
|
84
81
|
|
|
85
82
|
|
|
86
83
|
var _chunkZMHKOSQOjs = require('./chunk-ZMHKOSQO.js');
|
|
87
84
|
|
|
88
85
|
|
|
89
|
-
var
|
|
86
|
+
var _chunkLANYX3R2js = require('./chunk-LANYX3R2.js');
|
|
90
87
|
|
|
91
88
|
|
|
92
89
|
var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
|
|
93
90
|
|
|
94
91
|
|
|
92
|
+
var _chunkQEP2JF6Djs = require('./chunk-QEP2JF6D.js');
|
|
93
|
+
|
|
94
|
+
|
|
95
95
|
var _chunkTFQGKHL5js = require('./chunk-TFQGKHL5.js');
|
|
96
96
|
|
|
97
97
|
|
|
@@ -119,24 +119,24 @@ require('./chunk-N2365RCI.js');
|
|
|
119
119
|
require('./chunk-C3TC7AUW.js');
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
var _chunkNB5WSHYSjs = require('./chunk-NB5WSHYS.js');
|
|
123
|
-
|
|
124
|
-
|
|
125
122
|
var _chunkPVYWMIYRjs = require('./chunk-PVYWMIYR.js');
|
|
126
123
|
|
|
127
124
|
|
|
128
125
|
var _chunkKV522LHWjs = require('./chunk-KV522LHW.js');
|
|
129
126
|
|
|
130
127
|
|
|
131
|
-
var _chunkNXB4Z7NSjs = require('./chunk-NXB4Z7NS.js');
|
|
132
|
-
|
|
133
|
-
|
|
134
128
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
135
129
|
|
|
136
130
|
|
|
137
131
|
var _chunkZO3L5FAUjs = require('./chunk-ZO3L5FAU.js');
|
|
138
132
|
|
|
139
133
|
|
|
134
|
+
var _chunkNB5WSHYSjs = require('./chunk-NB5WSHYS.js');
|
|
135
|
+
|
|
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,39 +57,39 @@ import {
|
|
|
57
57
|
} from "./chunk-UBVTASOE.mjs";
|
|
58
58
|
import "./chunk-GHQJKIMQ.mjs";
|
|
59
59
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
60
|
+
napiExecutor
|
|
61
|
+
} from "./chunk-FSP5BXTH.mjs";
|
|
62
62
|
import {
|
|
63
63
|
tsdownExecutorFn
|
|
64
64
|
} from "./chunk-3FKFEQBJ.mjs";
|
|
65
|
-
import {
|
|
66
|
-
typiaExecutorFn
|
|
67
|
-
} from "./chunk-NHCDW7CD.mjs";
|
|
68
65
|
import {
|
|
69
66
|
unbuildExecutorFn
|
|
70
67
|
} from "./chunk-OZ5BVPYJ.mjs";
|
|
68
|
+
import {
|
|
69
|
+
typiaExecutorFn
|
|
70
|
+
} from "./chunk-NHCDW7CD.mjs";
|
|
71
71
|
import {
|
|
72
72
|
esbuildExecutorFn
|
|
73
73
|
} from "./chunk-2UXPU3BM.mjs";
|
|
74
74
|
import "./chunk-JAIQZWTK.mjs";
|
|
75
|
-
import {
|
|
76
|
-
napiExecutor
|
|
77
|
-
} from "./chunk-FSP5BXTH.mjs";
|
|
78
75
|
import {
|
|
79
76
|
LARGE_BUFFER
|
|
80
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-PVNPMJZX.mjs";
|
|
81
78
|
import {
|
|
82
|
-
|
|
83
|
-
} from "./chunk-
|
|
79
|
+
sizeLimitExecutorFn
|
|
80
|
+
} from "./chunk-3LFBUXYQ.mjs";
|
|
84
81
|
import {
|
|
85
82
|
cargoDocExecutor
|
|
86
83
|
} from "./chunk-ZEQS7E4C.mjs";
|
|
87
84
|
import {
|
|
88
|
-
|
|
89
|
-
} from "./chunk-
|
|
85
|
+
cargoClippyExecutor
|
|
86
|
+
} from "./chunk-XZE55MLM.mjs";
|
|
90
87
|
import {
|
|
91
88
|
getRegistryVersion
|
|
92
89
|
} from "./chunk-K6UOPTIZ.mjs";
|
|
90
|
+
import {
|
|
91
|
+
cargoFormatExecutor
|
|
92
|
+
} from "./chunk-UJZUGPLI.mjs";
|
|
93
93
|
import {
|
|
94
94
|
cargoBuildExecutor
|
|
95
95
|
} from "./chunk-QG6V6H7W.mjs";
|
|
@@ -117,24 +117,24 @@ import {
|
|
|
117
117
|
} from "./chunk-IDSDBOWW.mjs";
|
|
118
118
|
import "./chunk-UA33NH5O.mjs";
|
|
119
119
|
import "./chunk-SAIDGUHG.mjs";
|
|
120
|
-
import {
|
|
121
|
-
nodeLibraryGeneratorFn
|
|
122
|
-
} from "./chunk-TSQGMJVI.mjs";
|
|
123
120
|
import {
|
|
124
121
|
presetGeneratorFn
|
|
125
122
|
} from "./chunk-FJK7GHBY.mjs";
|
|
126
123
|
import {
|
|
127
124
|
configSchemaGeneratorFn
|
|
128
125
|
} from "./chunk-DQYZOPO7.mjs";
|
|
129
|
-
import {
|
|
130
|
-
browserLibraryGeneratorFn
|
|
131
|
-
} from "./chunk-KZSELW4F.mjs";
|
|
132
126
|
import {
|
|
133
127
|
initGenerator
|
|
134
128
|
} from "./chunk-437WGH2M.mjs";
|
|
135
129
|
import {
|
|
136
130
|
neutralLibraryGeneratorFn
|
|
137
131
|
} from "./chunk-P52MNWK4.mjs";
|
|
132
|
+
import {
|
|
133
|
+
nodeLibraryGeneratorFn
|
|
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
|
}
|