@storm-software/workspace-tools 1.264.25 → 1.264.27
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/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/dist/{chunk-26KLH7BI.js → chunk-4OACOTBI.js} +1 -0
- package/dist/{chunk-S6XMIUUO.js → chunk-BIZKO6I7.js} +5 -13
- package/dist/{chunk-RLMSLHWY.mjs → chunk-HED3LGKA.mjs} +5 -13
- package/dist/{chunk-32XQSY3C.mjs → chunk-OLZK3IYT.mjs} +1 -0
- package/dist/{executor-21QQWs8J.d.ts → executor-2Oxd-ew3.d.ts} +9 -0
- package/dist/{executor-BYcX7bg8.d.mts → executor-Xwofymys.d.mts} +9 -0
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- package/dist/executors.js +8 -8
- package/dist/executors.mjs +9 -9
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -8
- package/dist/index.mjs +9 -9
- package/dist/src/executors/esbuild/executor.js +2 -2
- package/dist/src/executors/esbuild/executor.mjs +1 -1
- package/dist/src/executors/unbuild/executor.d.mts +1 -1
- package/dist/src/executors/unbuild/executor.d.ts +1 -1
- package/dist/src/executors/unbuild/executor.js +2 -2
- package/dist/src/executors/unbuild/executor.mjs +1 -1
- package/dist/src/executors/unbuild/schema.d.ts +9 -0
- package/dist/src/executors/unbuild/schema.json +8 -0
- package/dist/src/executors/unbuild/schema.md +10 -0
- package/dist/src/executors/unbuild/untyped.js +8 -0
- package/dist/src/executors/unbuild/untyped.mjs +8 -0
- package/docs/api/executors/unbuild/schema.md +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.264.27](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.264.27) (2025-04-08)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([36df00f97](https://github.com/storm-software/storm-ops/commit/36df00f97))
|
|
11
|
+
|
|
12
|
+
## [1.264.26](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.264.26) (2025-04-08)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Regenerate README markdown files
|
|
17
|
+
([082eec9a5](https://github.com/storm-software/storm-ops/commit/082eec9a5))
|
|
18
|
+
|
|
5
19
|
## [1.264.25](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.264.25) (2025-04-07)
|
|
6
20
|
|
|
7
21
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -69,6 +69,7 @@ var executor_default = _chunkP6PFHXHQjs.withRunExecutor.call(void 0, "TypeScript
|
|
|
69
69
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (options, config) => {
|
|
70
70
|
options.debug ??= false;
|
|
71
71
|
options.treeShaking ??= true;
|
|
72
|
+
options.buildOnly ??= false;
|
|
72
73
|
options.platform ??= "neutral";
|
|
73
74
|
options.entry ??= [
|
|
74
75
|
"{sourceRoot}"
|
|
@@ -874,8 +874,8 @@ var getEntryPoints = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
874
874
|
entryPoints.push(...Object.entries(entry).map(([key, value]) => {
|
|
875
875
|
if (typeof value === "string") {
|
|
876
876
|
return {
|
|
877
|
-
in:
|
|
878
|
-
out:
|
|
877
|
+
in: value,
|
|
878
|
+
out: key
|
|
879
879
|
};
|
|
880
880
|
} else {
|
|
881
881
|
return {
|
|
@@ -1126,17 +1126,9 @@ async function generatePackageJson(context2) {
|
|
|
1126
1126
|
packageJson.exports ??= {};
|
|
1127
1127
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
1128
1128
|
packageJson.exports["."] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/index.js`;
|
|
1129
|
-
const entryPoints
|
|
1130
|
-
{
|
|
1131
|
-
|
|
1132
|
-
out: "./src/index.ts"
|
|
1133
|
-
}
|
|
1134
|
-
];
|
|
1135
|
-
if (context2.options.entryPoints) {
|
|
1136
|
-
for (const entryPoint of entryPoints) {
|
|
1137
|
-
const split = entryPoint.out.split(".");
|
|
1138
|
-
split.pop();
|
|
1139
|
-
const entry = split.join(".").replaceAll("\\", "/");
|
|
1129
|
+
for (const entryPoint of context2.options.entryPoints) {
|
|
1130
|
+
if (entryPoint.out) {
|
|
1131
|
+
const entry = entryPoint.out.replaceAll("\\", "/").replaceAll(/^(\.\/)*/g, "").replace(/\.([cm])?[jt]s(x)?$/g, "");
|
|
1140
1132
|
packageJson.exports[`./${entry}`] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/${entry}.js`;
|
|
1141
1133
|
}
|
|
1142
1134
|
}
|
|
@@ -875,8 +875,8 @@ var getEntryPoints = /* @__PURE__ */ __name(async (config, projectRoot, sourceRo
|
|
|
875
875
|
entryPoints.push(...Object.entries(entry).map(([key, value]) => {
|
|
876
876
|
if (typeof value === "string") {
|
|
877
877
|
return {
|
|
878
|
-
in:
|
|
879
|
-
out:
|
|
878
|
+
in: value,
|
|
879
|
+
out: key
|
|
880
880
|
};
|
|
881
881
|
} else {
|
|
882
882
|
return {
|
|
@@ -1127,17 +1127,9 @@ async function generatePackageJson(context2) {
|
|
|
1127
1127
|
packageJson.exports ??= {};
|
|
1128
1128
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
1129
1129
|
packageJson.exports["."] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/index.js`;
|
|
1130
|
-
const entryPoints
|
|
1131
|
-
{
|
|
1132
|
-
|
|
1133
|
-
out: "./src/index.ts"
|
|
1134
|
-
}
|
|
1135
|
-
];
|
|
1136
|
-
if (context2.options.entryPoints) {
|
|
1137
|
-
for (const entryPoint of entryPoints) {
|
|
1138
|
-
const split = entryPoint.out.split(".");
|
|
1139
|
-
split.pop();
|
|
1140
|
-
const entry = split.join(".").replaceAll("\\", "/");
|
|
1130
|
+
for (const entryPoint of context2.options.entryPoints) {
|
|
1131
|
+
if (entryPoint.out) {
|
|
1132
|
+
const entry = entryPoint.out.replaceAll("\\", "/").replaceAll(/^(\.\/)*/g, "").replace(/\.([cm])?[jt]s(x)?$/g, "");
|
|
1141
1133
|
packageJson.exports[`./${entry}`] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/${entry}.js`;
|
|
1142
1134
|
}
|
|
1143
1135
|
}
|
|
@@ -69,6 +69,7 @@ var executor_default = withRunExecutor("TypeScript Unbuild build", unbuildExecut
|
|
|
69
69
|
applyDefaultOptions: /* @__PURE__ */ __name(async (options, config) => {
|
|
70
70
|
options.debug ??= false;
|
|
71
71
|
options.treeShaking ??= true;
|
|
72
|
+
options.buildOnly ??= false;
|
|
72
73
|
options.platform ??= "neutral";
|
|
73
74
|
options.entry ??= [
|
|
74
75
|
"{sourceRoot}"
|
|
@@ -179,6 +179,15 @@ interface UnbuildExecutorSchema {
|
|
|
179
179
|
*/
|
|
180
180
|
stub?: boolean,
|
|
181
181
|
|
|
182
|
+
/**
|
|
183
|
+
* Build Only
|
|
184
|
+
*
|
|
185
|
+
* Should the build process skip generating a package.json and copying assets
|
|
186
|
+
*
|
|
187
|
+
* @default false
|
|
188
|
+
*/
|
|
189
|
+
buildOnly?: boolean,
|
|
190
|
+
|
|
182
191
|
/**
|
|
183
192
|
* Watch Options
|
|
184
193
|
*
|
|
@@ -179,6 +179,15 @@ interface UnbuildExecutorSchema {
|
|
|
179
179
|
*/
|
|
180
180
|
stub?: boolean,
|
|
181
181
|
|
|
182
|
+
/**
|
|
183
|
+
* Build Only
|
|
184
|
+
*
|
|
185
|
+
* Should the build process skip generating a package.json and copying assets
|
|
186
|
+
*
|
|
187
|
+
* @default false
|
|
188
|
+
*/
|
|
189
|
+
buildOnly?: boolean,
|
|
190
|
+
|
|
182
191
|
/**
|
|
183
192
|
* Watch Options
|
|
184
193
|
*
|
package/dist/executors.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-D
|
|
|
9
9
|
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-DTcKLfcw.mjs';
|
|
10
10
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor-FYb5cygt.mjs';
|
|
11
11
|
export { T as TypiaExecutorSchema, t as typiaExecutorFn } from './executor-CsTGaThv.mjs';
|
|
12
|
-
export { U as UnbuildExecutorSchema, u as unbuildExecutorFn } from './executor-
|
|
12
|
+
export { U as UnbuildExecutorSchema, u as unbuildExecutorFn } from './executor-Xwofymys.mjs';
|
|
13
13
|
import '@nx/devkit';
|
|
14
14
|
import './types-C3URiht7.mjs';
|
|
15
15
|
import 'zod';
|
package/dist/executors.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-B
|
|
|
9
9
|
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-DTcKLfcw.js';
|
|
10
10
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor-CLYItx2J.js';
|
|
11
11
|
export { T as TypiaExecutorSchema, t as typiaExecutorFn } from './executor-BD4gkr4O.js';
|
|
12
|
-
export { U as UnbuildExecutorSchema, u as unbuildExecutorFn } from './executor-
|
|
12
|
+
export { U as UnbuildExecutorSchema, u as unbuildExecutorFn } from './executor-2Oxd-ew3.js';
|
|
13
13
|
import '@nx/devkit';
|
|
14
14
|
import './types-C3URiht7.js';
|
|
15
15
|
import 'zod';
|
package/dist/executors.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-7VDOGZYO.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkGJQKCDGCjs = require('./chunk-GJQKCDGC.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkJCJHSN67js = require('./chunk-JCJHSN67.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunk5DQCVP4Njs = require('./chunk-5DQCVP4N.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunk4OACOTBIjs = require('./chunk-4OACOTBI.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkQPJ4XTDXjs = require('./chunk-QPJ4XTDX.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunkBIZKO6I7js = require('./chunk-BIZKO6I7.js');
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
var _chunkLRLMU4QVjs = require('./chunk-LRLMU4QV.js');
|
|
@@ -31,7 +31,7 @@ var _chunkE4TBRQDJjs = require('./chunk-E4TBRQDJ.js');
|
|
|
31
31
|
var _chunk7YVMI4XMjs = require('./chunk-7YVMI4XM.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _chunkZ2GBHTLHjs = require('./chunk-Z2GBHTLH.js');
|
|
35
35
|
require('./chunk-CUPARBOS.js');
|
|
36
36
|
require('./chunk-ULBTYC2B.js');
|
|
37
37
|
require('./chunk-ZMFVKBRM.js');
|
|
@@ -53,4 +53,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
exports.LARGE_BUFFER = _chunkGJQKCDGCjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkLRLMU4QVjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE4TBRQDJjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunk7YVMI4XMjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkZ2GBHTLHjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQPJ4XTDXjs.cargoFormatExecutor; exports.esbuildExecutorFn =
|
|
56
|
+
exports.LARGE_BUFFER = _chunkGJQKCDGCjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkLRLMU4QVjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE4TBRQDJjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunk7YVMI4XMjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkZ2GBHTLHjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQPJ4XTDXjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkBIZKO6I7js.esbuildExecutorFn; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkJCJHSN67js.sizeLimitExecutorFn; exports.typiaExecutorFn = _chunk5DQCVP4Njs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk4OACOTBIjs.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import "./chunk-BLX5SLPC.mjs";
|
|
2
|
+
import {
|
|
3
|
+
LARGE_BUFFER
|
|
4
|
+
} from "./chunk-BMNXBEWE.mjs";
|
|
2
5
|
import {
|
|
3
6
|
sizeLimitExecutorFn
|
|
4
7
|
} from "./chunk-CD3W3HIC.mjs";
|
|
@@ -7,19 +10,16 @@ import {
|
|
|
7
10
|
} from "./chunk-GGSDFI6U.mjs";
|
|
8
11
|
import {
|
|
9
12
|
unbuildExecutorFn
|
|
10
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-OLZK3IYT.mjs";
|
|
11
14
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import {
|
|
15
|
-
cargoDocExecutor
|
|
16
|
-
} from "./chunk-CIHS3V6E.mjs";
|
|
15
|
+
cargoFormatExecutor
|
|
16
|
+
} from "./chunk-UMFP6PYU.mjs";
|
|
17
17
|
import {
|
|
18
18
|
getRegistryVersion
|
|
19
19
|
} from "./chunk-3PWCELL5.mjs";
|
|
20
20
|
import {
|
|
21
21
|
esbuildExecutorFn
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-HED3LGKA.mjs";
|
|
23
23
|
import {
|
|
24
24
|
cargoBuildExecutor
|
|
25
25
|
} from "./chunk-VTRSAQHO.mjs";
|
|
@@ -30,8 +30,8 @@ import {
|
|
|
30
30
|
cargoClippyExecutor
|
|
31
31
|
} from "./chunk-FCGFBNCJ.mjs";
|
|
32
32
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
33
|
+
cargoDocExecutor
|
|
34
|
+
} from "./chunk-CIHS3V6E.mjs";
|
|
35
35
|
import "./chunk-AD4BVP7F.mjs";
|
|
36
36
|
import "./chunk-JIAGNEII.mjs";
|
|
37
37
|
import "./chunk-7ENGREV2.mjs";
|
package/dist/index.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-D
|
|
|
9
9
|
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-DTcKLfcw.mjs';
|
|
10
10
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor-FYb5cygt.mjs';
|
|
11
11
|
export { T as TypiaExecutorSchema, t as typiaExecutorFn } from './executor-CsTGaThv.mjs';
|
|
12
|
-
export { U as UnbuildExecutorSchema, u as unbuildExecutorFn } from './executor-
|
|
12
|
+
export { U as UnbuildExecutorSchema, u as unbuildExecutorFn } from './executor-Xwofymys.mjs';
|
|
13
13
|
export { B as BrowserLibraryGeneratorSchema, b as browserLibraryGeneratorFn } from './generator-D3Kl6o6G.mjs';
|
|
14
14
|
export { C as ConfigSchemaGeneratorSchema, M as ModuleSchema, c as configSchemaGeneratorFn } from './generator-Bw4on8nq.mjs';
|
|
15
15
|
export { I as InitGeneratorSchema, i as initGenerator } from './init-6Nmtv8d5.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-B
|
|
|
9
9
|
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-DTcKLfcw.js';
|
|
10
10
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor-CLYItx2J.js';
|
|
11
11
|
export { T as TypiaExecutorSchema, t as typiaExecutorFn } from './executor-BD4gkr4O.js';
|
|
12
|
-
export { U as UnbuildExecutorSchema, u as unbuildExecutorFn } from './executor-
|
|
12
|
+
export { U as UnbuildExecutorSchema, u as unbuildExecutorFn } from './executor-2Oxd-ew3.js';
|
|
13
13
|
export { B as BrowserLibraryGeneratorSchema, b as browserLibraryGeneratorFn } from './generator-BXJFXwbk.js';
|
|
14
14
|
export { C as ConfigSchemaGeneratorSchema, M as ModuleSchema, c as configSchemaGeneratorFn } from './generator-D4IATDWn.js';
|
|
15
15
|
export { I as InitGeneratorSchema, i as initGenerator } from './init-6Nmtv8d5.js';
|
package/dist/index.js
CHANGED
|
@@ -48,25 +48,25 @@ var _chunkGKL4BY2Yjs = require('./chunk-GKL4BY2Y.js');
|
|
|
48
48
|
require('./chunk-7VDOGZYO.js');
|
|
49
49
|
|
|
50
50
|
|
|
51
|
-
var
|
|
51
|
+
var _chunkGJQKCDGCjs = require('./chunk-GJQKCDGC.js');
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var _chunkJCJHSN67js = require('./chunk-JCJHSN67.js');
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
var
|
|
57
|
+
var _chunk5DQCVP4Njs = require('./chunk-5DQCVP4N.js');
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
var
|
|
60
|
+
var _chunk4OACOTBIjs = require('./chunk-4OACOTBI.js');
|
|
61
61
|
|
|
62
62
|
|
|
63
|
-
var
|
|
63
|
+
var _chunkQPJ4XTDXjs = require('./chunk-QPJ4XTDX.js');
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
var
|
|
69
|
+
var _chunkBIZKO6I7js = require('./chunk-BIZKO6I7.js');
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
var _chunkLRLMU4QVjs = require('./chunk-LRLMU4QV.js');
|
|
@@ -78,7 +78,7 @@ var _chunkE4TBRQDJjs = require('./chunk-E4TBRQDJ.js');
|
|
|
78
78
|
var _chunk7YVMI4XMjs = require('./chunk-7YVMI4XM.js');
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-
var
|
|
81
|
+
var _chunkZ2GBHTLHjs = require('./chunk-Z2GBHTLH.js');
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
var _chunkCUPARBOSjs = require('./chunk-CUPARBOS.js');
|
|
@@ -282,4 +282,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
282
282
|
|
|
283
283
|
|
|
284
284
|
|
|
285
|
-
exports.INVALID_CARGO_ARGS = _chunkULBTYC2Bjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkGJQKCDGCjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkPK2SUBWIjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkPK2SUBWIjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkPK2SUBWIjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkPK2SUBWIjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkPK2SUBWIjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk7AXFMX2Tjs.PackageManagerTypes; exports.ProjectTagConstants = _chunk7YRW5HNXjs.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.YARN_LOCK_FILE = _chunkPK2SUBWIjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkPK2SUBWIjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunk7YRW5HNXjs.addPluginProjectTag; exports.addProjectTag = _chunk7YRW5HNXjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkAC5SI4YZjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkIPBHTVKWjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkLRLMU4QVjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE4TBRQDJjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunk7YVMI4XMjs.cargoClippyExecutor; exports.cargoCommand = _chunkULBTYC2Bjs.cargoCommand; exports.cargoCommandSync = _chunkULBTYC2Bjs.cargoCommandSync; exports.cargoDocExecutor = _chunkZ2GBHTLHjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQPJ4XTDXjs.cargoFormatExecutor; exports.cargoMetadata = _chunkULBTYC2Bjs.cargoMetadata; exports.cargoRunCommand = _chunkULBTYC2Bjs.cargoRunCommand; exports.childProcess = _chunkULBTYC2Bjs.childProcess; exports.configSchemaGeneratorFn = _chunkN4STCLGJjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkDHGZTMNDjs.createCliOptions; exports.createProjectTsConfigJson = _chunkRBU35LQWjs.createProjectTsConfigJson; exports.esbuildExecutorFn =
|
|
285
|
+
exports.INVALID_CARGO_ARGS = _chunkULBTYC2Bjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkGJQKCDGCjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkPK2SUBWIjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkPK2SUBWIjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkPK2SUBWIjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkPK2SUBWIjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkPK2SUBWIjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk7AXFMX2Tjs.PackageManagerTypes; exports.ProjectTagConstants = _chunk7YRW5HNXjs.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.YARN_LOCK_FILE = _chunkPK2SUBWIjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkPK2SUBWIjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunk7YRW5HNXjs.addPluginProjectTag; exports.addProjectTag = _chunk7YRW5HNXjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkAC5SI4YZjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkIPBHTVKWjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkLRLMU4QVjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE4TBRQDJjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunk7YVMI4XMjs.cargoClippyExecutor; exports.cargoCommand = _chunkULBTYC2Bjs.cargoCommand; exports.cargoCommandSync = _chunkULBTYC2Bjs.cargoCommandSync; exports.cargoDocExecutor = _chunkZ2GBHTLHjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQPJ4XTDXjs.cargoFormatExecutor; exports.cargoMetadata = _chunkULBTYC2Bjs.cargoMetadata; exports.cargoRunCommand = _chunkULBTYC2Bjs.cargoRunCommand; exports.childProcess = _chunkULBTYC2Bjs.childProcess; exports.configSchemaGeneratorFn = _chunkN4STCLGJjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkDHGZTMNDjs.createCliOptions; exports.createProjectTsConfigJson = _chunkRBU35LQWjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkBIZKO6I7js.esbuildExecutorFn; exports.eslintVersion = _chunkHI4G4OOGjs.eslintVersion; exports.formatProjectTag = _chunk7YRW5HNXjs.formatProjectTag; exports.getLockFileDependencies = _chunkPK2SUBWIjs.getLockFileDependencies; exports.getLockFileName = _chunkPK2SUBWIjs.getLockFileName; exports.getLockFileNodes = _chunkPK2SUBWIjs.getLockFileNodes; exports.getOutputPath = _chunkRBU35LQWjs.getOutputPath; exports.getPackageInfo = _chunk7AXFMX2Tjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkUF6KFXG5js.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkUF6KFXG5js.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkGKL4BY2Yjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkGKL4BY2Yjs.getProjectConfigurations; exports.getProjectPlatform = _chunkUF6KFXG5js.getProjectPlatform; exports.getProjectRoot = _chunkUF6KFXG5js.getProjectRoot; exports.getProjectTag = _chunk7YRW5HNXjs.getProjectTag; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.getTypiaTransform = _chunkXITP2BX2js.getTypiaTransform; exports.hasProjectTag = _chunk7YRW5HNXjs.hasProjectTag; exports.initGenerator = _chunk3IZ3O4OKjs.initGenerator; exports.isEqualProjectTag = _chunk7YRW5HNXjs.isEqualProjectTag; exports.isExternal = _chunkULBTYC2Bjs.isExternal; exports.lintStagedVersion = _chunkHI4G4OOGjs.lintStagedVersion; exports.lockFileExists = _chunkPK2SUBWIjs.lockFileExists; exports.modifyCargoNestedTable = _chunkZMFVKBRMjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkZMFVKBRMjs.modifyCargoTable; exports.neutralLibraryGeneratorFn = _chunkZGMV4YJLjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkACBRXFBBjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkHI4G4OOGjs.nodeVersion; exports.normalizeOptions = _chunkRBU35LQWjs.normalizeOptions; exports.nxVersion = _chunkHI4G4OOGjs.nxVersion; exports.parseCargoToml = _chunkZMFVKBRMjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkZMFVKBRMjs.parseCargoTomlWithTree; exports.pnpmCatalogUpdate = _chunkCUPARBOSjs.pnpmCatalogUpdate; exports.pnpmVersion = _chunkHI4G4OOGjs.pnpmVersion; exports.presetGeneratorFn = _chunkUSJX4BPDjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkHI4G4OOGjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkHI4G4OOGjs.prettierPrismaVersion; exports.prettierVersion = _chunkHI4G4OOGjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkDNYOACHDjs.releaseVersionGeneratorFn; exports.runProcess = _chunkULBTYC2Bjs.runProcess; exports.semanticReleaseVersion = _chunkHI4G4OOGjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunk7YRW5HNXjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkJCJHSN67js.sizeLimitExecutorFn; exports.stringifyCargoToml = _chunkZMFVKBRMjs.stringifyCargoToml; exports.swcCliVersion = _chunkHI4G4OOGjs.swcCliVersion; exports.swcCoreVersion = _chunkHI4G4OOGjs.swcCoreVersion; exports.swcHelpersVersion = _chunkHI4G4OOGjs.swcHelpersVersion; exports.swcNodeVersion = _chunkHI4G4OOGjs.swcNodeVersion; exports.tsLibVersion = _chunkHI4G4OOGjs.tsLibVersion; exports.tsupVersion = _chunkHI4G4OOGjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkRBU35LQWjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkHI4G4OOGjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkIWCQL3AQjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk7O34DHUGjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkHI4G4OOGjs.typescriptVersion; exports.typiaExecutorFn = _chunk5DQCVP4Njs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk4OACOTBIjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkP6PFHXHQjs.withRunExecutor; exports.withRunGenerator = _chunkNQ4W3N7Ojs.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -46,6 +46,9 @@ import {
|
|
|
46
46
|
getProjectConfigurations
|
|
47
47
|
} from "./chunk-YBDZ7EWU.mjs";
|
|
48
48
|
import "./chunk-BLX5SLPC.mjs";
|
|
49
|
+
import {
|
|
50
|
+
LARGE_BUFFER
|
|
51
|
+
} from "./chunk-BMNXBEWE.mjs";
|
|
49
52
|
import {
|
|
50
53
|
sizeLimitExecutorFn
|
|
51
54
|
} from "./chunk-CD3W3HIC.mjs";
|
|
@@ -54,19 +57,16 @@ import {
|
|
|
54
57
|
} from "./chunk-GGSDFI6U.mjs";
|
|
55
58
|
import {
|
|
56
59
|
unbuildExecutorFn
|
|
57
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-OLZK3IYT.mjs";
|
|
58
61
|
import {
|
|
59
|
-
|
|
60
|
-
} from "./chunk-
|
|
61
|
-
import {
|
|
62
|
-
cargoDocExecutor
|
|
63
|
-
} from "./chunk-CIHS3V6E.mjs";
|
|
62
|
+
cargoFormatExecutor
|
|
63
|
+
} from "./chunk-UMFP6PYU.mjs";
|
|
64
64
|
import {
|
|
65
65
|
getRegistryVersion
|
|
66
66
|
} from "./chunk-3PWCELL5.mjs";
|
|
67
67
|
import {
|
|
68
68
|
esbuildExecutorFn
|
|
69
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-HED3LGKA.mjs";
|
|
70
70
|
import {
|
|
71
71
|
cargoBuildExecutor
|
|
72
72
|
} from "./chunk-VTRSAQHO.mjs";
|
|
@@ -77,8 +77,8 @@ import {
|
|
|
77
77
|
cargoClippyExecutor
|
|
78
78
|
} from "./chunk-FCGFBNCJ.mjs";
|
|
79
79
|
import {
|
|
80
|
-
|
|
81
|
-
} from "./chunk-
|
|
80
|
+
cargoDocExecutor
|
|
81
|
+
} from "./chunk-CIHS3V6E.mjs";
|
|
82
82
|
import {
|
|
83
83
|
pnpmCatalogUpdate
|
|
84
84
|
} from "./chunk-AD4BVP7F.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkBIZKO6I7js = require('../../../chunk-BIZKO6I7.js');
|
|
5
5
|
require('../../../chunk-P6PFHXHQ.js');
|
|
6
6
|
require('../../../chunk-UALZJZUK.js');
|
|
7
7
|
require('../../../chunk-SKMT7WD5.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunkBIZKO6I7js.executor_default; exports.esbuildExecutorFn = _chunkBIZKO6I7js.esbuildExecutorFn;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk4OACOTBIjs = require('../../../chunk-4OACOTBI.js');
|
|
5
5
|
require('../../../chunk-P6PFHXHQ.js');
|
|
6
6
|
require('../../../chunk-UALZJZUK.js');
|
|
7
7
|
require('../../../chunk-SKMT7WD5.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunk4OACOTBIjs.executor_default; exports.unbuildExecutorFn = _chunk4OACOTBIjs.unbuildExecutorFn;
|
|
@@ -176,6 +176,15 @@ export interface UnbuildExecutorSchema {
|
|
|
176
176
|
*/
|
|
177
177
|
stub?: boolean,
|
|
178
178
|
|
|
179
|
+
/**
|
|
180
|
+
* Build Only
|
|
181
|
+
*
|
|
182
|
+
* Should the build process skip generating a package.json and copying assets
|
|
183
|
+
*
|
|
184
|
+
* @default false
|
|
185
|
+
*/
|
|
186
|
+
buildOnly?: boolean,
|
|
187
|
+
|
|
179
188
|
/**
|
|
180
189
|
* Watch Options
|
|
181
190
|
*
|
|
@@ -190,6 +190,13 @@
|
|
|
190
190
|
"id": "#stub",
|
|
191
191
|
"default": false
|
|
192
192
|
},
|
|
193
|
+
"buildOnly": {
|
|
194
|
+
"title": "Build Only",
|
|
195
|
+
"type": "boolean",
|
|
196
|
+
"description": "Should the build process skip generating a package.json and copying assets",
|
|
197
|
+
"id": "#buildOnly",
|
|
198
|
+
"default": false
|
|
199
|
+
},
|
|
193
200
|
"watchOptions": {
|
|
194
201
|
"title": "Watch Options",
|
|
195
202
|
"type": "object",
|
|
@@ -280,6 +287,7 @@
|
|
|
280
287
|
"watch": false,
|
|
281
288
|
"clean": true,
|
|
282
289
|
"stub": false,
|
|
290
|
+
"buildOnly": false,
|
|
283
291
|
"watchOptions": {},
|
|
284
292
|
"stubOptions": {
|
|
285
293
|
"jiti": {
|
|
@@ -173,6 +173,16 @@ Clean the output directory before building
|
|
|
173
173
|
Stub the output
|
|
174
174
|
|
|
175
175
|
|
|
176
|
+
## `buildOnly`
|
|
177
|
+
- **Type**: `boolean`
|
|
178
|
+
- **Default**: `false`
|
|
179
|
+
|
|
180
|
+
> Build Only
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
Should the build process skip generating a package.json and copying assets
|
|
184
|
+
|
|
185
|
+
|
|
176
186
|
## `watchOptions`
|
|
177
187
|
|
|
178
188
|
## `stubOptions`
|
|
@@ -79,6 +79,14 @@ var untyped_default = _untyped.defineUntypedSchema.call(void 0, {
|
|
|
79
79
|
},
|
|
80
80
|
$default: false
|
|
81
81
|
},
|
|
82
|
+
buildOnly: {
|
|
83
|
+
$schema: {
|
|
84
|
+
title: "Build Only",
|
|
85
|
+
type: "boolean",
|
|
86
|
+
description: "Should the build process skip generating a package.json and copying assets"
|
|
87
|
+
},
|
|
88
|
+
$default: false
|
|
89
|
+
},
|
|
82
90
|
watchOptions: {
|
|
83
91
|
$schema: {
|
|
84
92
|
title: "Watch Options",
|
|
@@ -79,6 +79,14 @@ var untyped_default = defineUntypedSchema({
|
|
|
79
79
|
},
|
|
80
80
|
$default: false
|
|
81
81
|
},
|
|
82
|
+
buildOnly: {
|
|
83
|
+
$schema: {
|
|
84
|
+
title: "Build Only",
|
|
85
|
+
type: "boolean",
|
|
86
|
+
description: "Should the build process skip generating a package.json and copying assets"
|
|
87
|
+
},
|
|
88
|
+
$default: false
|
|
89
|
+
},
|
|
82
90
|
watchOptions: {
|
|
83
91
|
$schema: {
|
|
84
92
|
title: "Watch Options",
|
|
@@ -173,6 +173,16 @@ Clean the output directory before building
|
|
|
173
173
|
Stub the output
|
|
174
174
|
|
|
175
175
|
|
|
176
|
+
## `buildOnly`
|
|
177
|
+
- **Type**: `boolean`
|
|
178
|
+
- **Default**: `false`
|
|
179
|
+
|
|
180
|
+
> Build Only
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
Should the build process skip generating a package.json and copying assets
|
|
184
|
+
|
|
185
|
+
|
|
176
186
|
## `watchOptions`
|
|
177
187
|
|
|
178
188
|
## `stubOptions`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.264.
|
|
3
|
+
"version": "1.264.27",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|