@storm-software/workspace-tools 1.264.26 → 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 +7 -0
- package/README.md +1 -1
- package/dist/{chunk-26KLH7BI.js → chunk-4OACOTBI.js} +1 -0
- package/dist/{chunk-3JFGESR3.js → chunk-BIZKO6I7.js} +1 -1
- package/dist/{chunk-JFIIKAFU.mjs → chunk-HED3LGKA.mjs} +1 -1
- 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 +9 -9
- package/dist/executors.mjs +12 -12
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +6 -6
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +15 -15
- package/dist/index.mjs +18 -18
- 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,13 @@
|
|
|
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
|
+
|
|
5
12
|
## [1.264.26](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.264.26) (2025-04-08)
|
|
6
13
|
|
|
7
14
|
### 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}"
|
|
@@ -1128,7 +1128,7 @@ async function generatePackageJson(context2) {
|
|
|
1128
1128
|
packageJson.exports["."] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/index.js`;
|
|
1129
1129
|
for (const entryPoint of context2.options.entryPoints) {
|
|
1130
1130
|
if (entryPoint.out) {
|
|
1131
|
-
const entry = entryPoint.out.replaceAll("\\", "/").replaceAll(/^(\.\/)
|
|
1131
|
+
const entry = entryPoint.out.replaceAll("\\", "/").replaceAll(/^(\.\/)*/g, "").replace(/\.([cm])?[jt]s(x)?$/g, "");
|
|
1132
1132
|
packageJson.exports[`./${entry}`] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/${entry}.js`;
|
|
1133
1133
|
}
|
|
1134
1134
|
}
|
|
@@ -1129,7 +1129,7 @@ async function generatePackageJson(context2) {
|
|
|
1129
1129
|
packageJson.exports["."] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/index.js`;
|
|
1130
1130
|
for (const entryPoint of context2.options.entryPoints) {
|
|
1131
1131
|
if (entryPoint.out) {
|
|
1132
|
-
const entry = entryPoint.out.replaceAll("\\", "/").replaceAll(/^(\.\/)
|
|
1132
|
+
const entry = entryPoint.out.replaceAll("\\", "/").replaceAll(/^(\.\/)*/g, "").replace(/\.([cm])?[jt]s(x)?$/g, "");
|
|
1133
1133
|
packageJson.exports[`./${entry}`] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/${entry}.js`;
|
|
1134
1134
|
}
|
|
1135
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,7 +1,7 @@
|
|
|
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
7
|
var _chunkJCJHSN67js = require('./chunk-JCJHSN67.js');
|
|
@@ -10,28 +10,28 @@ var _chunkJCJHSN67js = require('./chunk-JCJHSN67.js');
|
|
|
10
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
|
-
var
|
|
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
|
-
var
|
|
25
|
+
var _chunkLRLMU4QVjs = require('./chunk-LRLMU4QV.js');
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
var _chunkE4TBRQDJjs = require('./chunk-E4TBRQDJ.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
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,7 +1,7 @@
|
|
|
1
1
|
import "./chunk-BLX5SLPC.mjs";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
LARGE_BUFFER
|
|
4
|
+
} from "./chunk-BMNXBEWE.mjs";
|
|
5
5
|
import {
|
|
6
6
|
sizeLimitExecutorFn
|
|
7
7
|
} from "./chunk-CD3W3HIC.mjs";
|
|
@@ -10,28 +10,28 @@ import {
|
|
|
10
10
|
} from "./chunk-GGSDFI6U.mjs";
|
|
11
11
|
import {
|
|
12
12
|
unbuildExecutorFn
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-OLZK3IYT.mjs";
|
|
14
|
+
import {
|
|
15
|
+
cargoFormatExecutor
|
|
16
|
+
} from "./chunk-UMFP6PYU.mjs";
|
|
14
17
|
import {
|
|
15
18
|
getRegistryVersion
|
|
16
19
|
} from "./chunk-3PWCELL5.mjs";
|
|
17
20
|
import {
|
|
18
21
|
esbuildExecutorFn
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import {
|
|
21
|
-
LARGE_BUFFER
|
|
22
|
-
} from "./chunk-BMNXBEWE.mjs";
|
|
22
|
+
} from "./chunk-HED3LGKA.mjs";
|
|
23
23
|
import {
|
|
24
|
-
|
|
25
|
-
} from "./chunk-
|
|
24
|
+
cargoBuildExecutor
|
|
25
|
+
} from "./chunk-VTRSAQHO.mjs";
|
|
26
26
|
import {
|
|
27
27
|
cargoCheckExecutor
|
|
28
28
|
} from "./chunk-IQQERPIV.mjs";
|
|
29
|
+
import {
|
|
30
|
+
cargoClippyExecutor
|
|
31
|
+
} from "./chunk-FCGFBNCJ.mjs";
|
|
29
32
|
import {
|
|
30
33
|
cargoDocExecutor
|
|
31
34
|
} from "./chunk-CIHS3V6E.mjs";
|
|
32
|
-
import {
|
|
33
|
-
cargoBuildExecutor
|
|
34
|
-
} from "./chunk-VTRSAQHO.mjs";
|
|
35
35
|
import "./chunk-AD4BVP7F.mjs";
|
|
36
36
|
import "./chunk-JIAGNEII.mjs";
|
|
37
37
|
import "./chunk-7ENGREV2.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-INERRJ6Q.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
var _chunkACBRXFBBjs = require('./chunk-ACBRXFBB.js');
|
|
5
|
+
|
|
6
|
+
|
|
4
7
|
var _chunkUSJX4BPDjs = require('./chunk-USJX4BPD.js');
|
|
5
8
|
|
|
6
9
|
|
|
7
10
|
var _chunkDNYOACHDjs = require('./chunk-DNYOACHD.js');
|
|
8
11
|
|
|
9
12
|
|
|
13
|
+
var _chunkIPBHTVKWjs = require('./chunk-IPBHTVKW.js');
|
|
14
|
+
|
|
15
|
+
|
|
10
16
|
var _chunkN4STCLGJjs = require('./chunk-N4STCLGJ.js');
|
|
11
17
|
|
|
12
18
|
|
|
@@ -14,12 +20,6 @@ var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
|
|
|
14
20
|
|
|
15
21
|
|
|
16
22
|
var _chunkZGMV4YJLjs = require('./chunk-ZGMV4YJL.js');
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
var _chunkACBRXFBBjs = require('./chunk-ACBRXFBB.js');
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
var _chunkIPBHTVKWjs = require('./chunk-IPBHTVKW.js');
|
|
23
23
|
require('./chunk-RBU35LQW.js');
|
|
24
24
|
require('./chunk-HI4G4OOG.js');
|
|
25
25
|
require('./chunk-7YRW5HNX.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
|
+
import {
|
|
3
|
+
nodeLibraryGeneratorFn
|
|
4
|
+
} from "./chunk-JWFYDYKI.mjs";
|
|
2
5
|
import {
|
|
3
6
|
presetGeneratorFn
|
|
4
7
|
} from "./chunk-AVC6Y5IR.mjs";
|
|
5
8
|
import {
|
|
6
9
|
releaseVersionGeneratorFn
|
|
7
10
|
} from "./chunk-P7UUSOFW.mjs";
|
|
11
|
+
import {
|
|
12
|
+
browserLibraryGeneratorFn
|
|
13
|
+
} from "./chunk-MMPXE2KD.mjs";
|
|
8
14
|
import {
|
|
9
15
|
configSchemaGeneratorFn
|
|
10
16
|
} from "./chunk-KQMGKHXU.mjs";
|
|
@@ -14,12 +20,6 @@ import {
|
|
|
14
20
|
import {
|
|
15
21
|
neutralLibraryGeneratorFn
|
|
16
22
|
} from "./chunk-PHVGSPP3.mjs";
|
|
17
|
-
import {
|
|
18
|
-
nodeLibraryGeneratorFn
|
|
19
|
-
} from "./chunk-JWFYDYKI.mjs";
|
|
20
|
-
import {
|
|
21
|
-
browserLibraryGeneratorFn
|
|
22
|
-
} from "./chunk-MMPXE2KD.mjs";
|
|
23
23
|
import "./chunk-YZLAY7R4.mjs";
|
|
24
24
|
import "./chunk-EK75QNMS.mjs";
|
|
25
25
|
import "./chunk-HUVBVDJ7.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,7 +48,7 @@ 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
54
|
var _chunkJCJHSN67js = require('./chunk-JCJHSN67.js');
|
|
@@ -57,28 +57,28 @@ var _chunkJCJHSN67js = require('./chunk-JCJHSN67.js');
|
|
|
57
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
|
-
var
|
|
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
|
-
var
|
|
72
|
+
var _chunkLRLMU4QVjs = require('./chunk-LRLMU4QV.js');
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
var _chunkE4TBRQDJjs = require('./chunk-E4TBRQDJ.js');
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
var
|
|
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');
|
|
@@ -96,12 +96,18 @@ var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
|
|
|
96
96
|
require('./chunk-INERRJ6Q.js');
|
|
97
97
|
|
|
98
98
|
|
|
99
|
+
var _chunkACBRXFBBjs = require('./chunk-ACBRXFBB.js');
|
|
100
|
+
|
|
101
|
+
|
|
99
102
|
var _chunkUSJX4BPDjs = require('./chunk-USJX4BPD.js');
|
|
100
103
|
|
|
101
104
|
|
|
102
105
|
var _chunkDNYOACHDjs = require('./chunk-DNYOACHD.js');
|
|
103
106
|
|
|
104
107
|
|
|
108
|
+
var _chunkIPBHTVKWjs = require('./chunk-IPBHTVKW.js');
|
|
109
|
+
|
|
110
|
+
|
|
105
111
|
var _chunkN4STCLGJjs = require('./chunk-N4STCLGJ.js');
|
|
106
112
|
|
|
107
113
|
|
|
@@ -111,12 +117,6 @@ var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
|
|
|
111
117
|
var _chunkZGMV4YJLjs = require('./chunk-ZGMV4YJL.js');
|
|
112
118
|
|
|
113
119
|
|
|
114
|
-
var _chunkACBRXFBBjs = require('./chunk-ACBRXFBB.js');
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
var _chunkIPBHTVKWjs = require('./chunk-IPBHTVKW.js');
|
|
118
|
-
|
|
119
|
-
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
|
|
@@ -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
|
@@ -47,8 +47,8 @@ import {
|
|
|
47
47
|
} from "./chunk-YBDZ7EWU.mjs";
|
|
48
48
|
import "./chunk-BLX5SLPC.mjs";
|
|
49
49
|
import {
|
|
50
|
-
|
|
51
|
-
} from "./chunk-
|
|
50
|
+
LARGE_BUFFER
|
|
51
|
+
} from "./chunk-BMNXBEWE.mjs";
|
|
52
52
|
import {
|
|
53
53
|
sizeLimitExecutorFn
|
|
54
54
|
} from "./chunk-CD3W3HIC.mjs";
|
|
@@ -57,28 +57,28 @@ import {
|
|
|
57
57
|
} from "./chunk-GGSDFI6U.mjs";
|
|
58
58
|
import {
|
|
59
59
|
unbuildExecutorFn
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-OLZK3IYT.mjs";
|
|
61
|
+
import {
|
|
62
|
+
cargoFormatExecutor
|
|
63
|
+
} from "./chunk-UMFP6PYU.mjs";
|
|
61
64
|
import {
|
|
62
65
|
getRegistryVersion
|
|
63
66
|
} from "./chunk-3PWCELL5.mjs";
|
|
64
67
|
import {
|
|
65
68
|
esbuildExecutorFn
|
|
66
|
-
} from "./chunk-
|
|
67
|
-
import {
|
|
68
|
-
LARGE_BUFFER
|
|
69
|
-
} from "./chunk-BMNXBEWE.mjs";
|
|
69
|
+
} from "./chunk-HED3LGKA.mjs";
|
|
70
70
|
import {
|
|
71
|
-
|
|
72
|
-
} from "./chunk-
|
|
71
|
+
cargoBuildExecutor
|
|
72
|
+
} from "./chunk-VTRSAQHO.mjs";
|
|
73
73
|
import {
|
|
74
74
|
cargoCheckExecutor
|
|
75
75
|
} from "./chunk-IQQERPIV.mjs";
|
|
76
|
+
import {
|
|
77
|
+
cargoClippyExecutor
|
|
78
|
+
} from "./chunk-FCGFBNCJ.mjs";
|
|
76
79
|
import {
|
|
77
80
|
cargoDocExecutor
|
|
78
81
|
} from "./chunk-CIHS3V6E.mjs";
|
|
79
|
-
import {
|
|
80
|
-
cargoBuildExecutor
|
|
81
|
-
} from "./chunk-VTRSAQHO.mjs";
|
|
82
82
|
import {
|
|
83
83
|
pnpmCatalogUpdate
|
|
84
84
|
} from "./chunk-AD4BVP7F.mjs";
|
|
@@ -94,12 +94,18 @@ import {
|
|
|
94
94
|
runProcess
|
|
95
95
|
} from "./chunk-JIAGNEII.mjs";
|
|
96
96
|
import "./chunk-RLIZVCIN.mjs";
|
|
97
|
+
import {
|
|
98
|
+
nodeLibraryGeneratorFn
|
|
99
|
+
} from "./chunk-JWFYDYKI.mjs";
|
|
97
100
|
import {
|
|
98
101
|
presetGeneratorFn
|
|
99
102
|
} from "./chunk-AVC6Y5IR.mjs";
|
|
100
103
|
import {
|
|
101
104
|
releaseVersionGeneratorFn
|
|
102
105
|
} from "./chunk-P7UUSOFW.mjs";
|
|
106
|
+
import {
|
|
107
|
+
browserLibraryGeneratorFn
|
|
108
|
+
} from "./chunk-MMPXE2KD.mjs";
|
|
103
109
|
import {
|
|
104
110
|
configSchemaGeneratorFn
|
|
105
111
|
} from "./chunk-KQMGKHXU.mjs";
|
|
@@ -109,12 +115,6 @@ import {
|
|
|
109
115
|
import {
|
|
110
116
|
neutralLibraryGeneratorFn
|
|
111
117
|
} from "./chunk-PHVGSPP3.mjs";
|
|
112
|
-
import {
|
|
113
|
-
nodeLibraryGeneratorFn
|
|
114
|
-
} from "./chunk-JWFYDYKI.mjs";
|
|
115
|
-
import {
|
|
116
|
-
browserLibraryGeneratorFn
|
|
117
|
-
} from "./chunk-MMPXE2KD.mjs";
|
|
118
118
|
import {
|
|
119
119
|
createProjectTsConfigJson,
|
|
120
120
|
getOutputPath,
|
|
@@ -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",
|