@storm-software/workspace-tools 1.296.61 → 1.296.63
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-57OGFZNB.js → chunk-2F7AZHRH.js} +3 -14
- package/dist/{chunk-TSQGMJVI.mjs → chunk-2LVCH3K2.mjs} +2 -2
- package/dist/{chunk-NXB4Z7NS.js → chunk-3ZTDNSFF.js} +3 -3
- package/dist/{chunk-NB5WSHYS.js → chunk-6PL6C6JQ.js} +3 -3
- package/dist/{chunk-O67GNKWY.mjs → chunk-7BMBZDZE.mjs} +1 -1
- package/dist/{chunk-2UXPU3BM.mjs → chunk-BCJOE7LL.mjs} +1 -1
- package/dist/{chunk-KZSELW4F.mjs → chunk-BK3QT4BW.mjs} +2 -2
- package/dist/{chunk-Z6JQV7U5.js → chunk-CX7LLOXP.js} +8 -8
- package/dist/{chunk-ZO3L5FAU.js → chunk-DLZFR63X.js} +3 -3
- package/dist/{chunk-JAIQZWTK.mjs → chunk-F4NO6JZL.mjs} +2 -2
- package/dist/{chunk-P52MNWK4.mjs → chunk-HYONFPIU.mjs} +2 -2
- package/dist/{chunk-JR7RLYGK.js → chunk-KLFGYSH4.js} +2 -2
- package/dist/{chunk-URZ6ZNPK.js → chunk-MI4DOBNH.js} +4 -4
- package/dist/{chunk-4VWDSVQJ.mjs → chunk-NTTC774E.mjs} +1 -12
- package/dist/{chunk-3FKFEQBJ.mjs → chunk-TFGZLFCS.mjs} +1 -1
- package/dist/{chunk-TVR247U6.mjs → chunk-U7X7MAHX.mjs} +1 -1
- package/dist/{chunk-6CVTX3ND.js → chunk-UCM45E6T.js} +7 -7
- package/dist/{chunk-FJK7GHBY.mjs → chunk-VP2Q2A36.mjs} +1 -1
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +4 -4
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +6 -6
- package/dist/index.d.mts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +9 -9
- package/dist/index.mjs +10 -10
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/base-generator.mjs +1 -1
- package/dist/src/base/base-generator.untyped.mjs +1 -1
- package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
- package/dist/src/base/index.d.mts +1 -2
- package/dist/src/base/index.d.ts +1 -2
- package/dist/src/base/index.js +2 -2
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.mjs +1 -1
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.mjs +1 -1
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.mjs +1 -1
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.mjs +1 -1
- package/dist/src/executors/cargo-format/untyped.mjs +1 -1
- package/dist/src/executors/cargo-publish/executor.mjs +1 -1
- package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.mjs +1 -1
- package/dist/src/executors/clean-package/untyped.mjs +1 -1
- package/dist/src/executors/esbuild/executor.js +3 -3
- package/dist/src/executors/esbuild/executor.mjs +3 -3
- package/dist/src/executors/esbuild/untyped.mjs +1 -1
- package/dist/src/executors/napi/executor.mjs +1 -1
- package/dist/src/executors/napi/untyped.mjs +1 -1
- package/dist/src/executors/npm-publish/executor.mjs +1 -1
- package/dist/src/executors/npm-publish/untyped.mjs +1 -1
- package/dist/src/executors/size-limit/executor.mjs +1 -1
- package/dist/src/executors/size-limit/untyped.mjs +1 -1
- package/dist/src/executors/tsdown/executor.js +3 -3
- package/dist/src/executors/tsdown/executor.mjs +3 -3
- package/dist/src/executors/tsdown/untyped.mjs +1 -1
- package/dist/src/executors/typia/executor.mjs +1 -1
- package/dist/src/executors/typia/untyped.mjs +1 -1
- package/dist/src/executors/unbuild/executor.mjs +1 -1
- package/dist/src/executors/unbuild/untyped.mjs +1 -1
- package/dist/src/generators/browser-library/generator.js +3 -3
- package/dist/src/generators/browser-library/generator.mjs +3 -3
- package/dist/src/generators/browser-library/untyped.mjs +1 -1
- package/dist/src/generators/config-schema/generator.mjs +1 -1
- package/dist/src/generators/config-schema/untyped.mjs +1 -1
- package/dist/src/generators/init/init.mjs +1 -1
- package/dist/src/generators/init/untyped.mjs +1 -1
- package/dist/src/generators/neutral-library/generator.js +3 -3
- package/dist/src/generators/neutral-library/generator.mjs +3 -3
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.js +3 -3
- package/dist/src/generators/node-library/generator.mjs +3 -3
- package/dist/src/generators/node-library/untyped.mjs +1 -1
- package/dist/src/generators/preset/generator.mjs +2 -2
- package/dist/src/generators/preset/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.d.mts +2 -2
- package/dist/src/plugins/rust/cargo-toml.d.ts +2 -2
- package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
- package/dist/src/plugins/rust/index.mjs +1 -1
- package/dist/src/plugins/typescript/index.d.mts +2 -2
- package/dist/src/plugins/typescript/index.d.ts +2 -2
- package/dist/src/plugins/typescript/index.js +10 -3
- package/dist/src/plugins/typescript/index.mjs +11 -4
- package/dist/src/plugins/typescript/tsdown.d.mts +2 -2
- package/dist/src/plugins/typescript/tsdown.d.ts +2 -2
- package/dist/src/plugins/typescript/tsdown.js +13 -4
- package/dist/src/plugins/typescript/tsdown.mjs +14 -5
- package/dist/src/plugins/typescript/tsup.d.mts +2 -2
- package/dist/src/plugins/typescript/tsup.d.ts +2 -2
- package/dist/src/plugins/typescript/tsup.js +13 -4
- package/dist/src/plugins/typescript/tsup.mjs +14 -5
- package/dist/src/plugins/typescript/untyped-schema.d.mts +2 -2
- package/dist/src/plugins/typescript/untyped-schema.d.ts +2 -2
- package/dist/src/plugins/typescript/untyped-schema.js +10 -3
- package/dist/src/plugins/typescript/untyped-schema.mjs +10 -3
- package/dist/src/release/index.d.mts +1 -1
- package/dist/src/release/index.d.ts +1 -1
- package/dist/src/release/index.js +2 -2
- package/dist/src/release/index.mjs +2 -2
- package/dist/src/release/js-version-actions.d.mts +1 -1
- package/dist/src/release/js-version-actions.d.ts +1 -1
- package/dist/src/release/js-version-actions.js +2 -2
- package/dist/src/release/js-version-actions.mjs +2 -2
- package/dist/src/release/rust-version-actions.mjs +1 -1
- package/dist/src/types.mjs +1 -1
- package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
- package/dist/src/utils/cargo.mjs +1 -1
- package/dist/src/utils/create-cli-options.mjs +1 -1
- package/dist/src/utils/get-project-configurations.mjs +1 -1
- package/dist/src/utils/github.mjs +1 -1
- package/dist/src/utils/index.d.mts +1 -1
- package/dist/src/utils/index.d.ts +1 -1
- package/dist/src/utils/index.mjs +1 -1
- package/dist/src/utils/lock-file.d.mts +2 -2
- package/dist/src/utils/lock-file.d.ts +2 -2
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-helpers.d.mts +1 -1
- package/dist/src/utils/package-helpers.d.ts +1 -1
- package/dist/src/utils/package-helpers.mjs +1 -1
- package/dist/src/utils/plugin-helpers.d.mts +2 -2
- package/dist/src/utils/plugin-helpers.d.ts +2 -2
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- package/dist/src/utils/registry-helpers.mjs +1 -1
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/package.json +14 -14
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}); function
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return 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 _chunkSZWM7COVjs = require('./chunk-SZWM7COV.js');
|
|
4
4
|
|
|
@@ -21,23 +21,15 @@ var _chunkCQDBLKPFjs = require('./chunk-CQDBLKPF.js');
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
var _devkit = require('@nx/devkit');
|
|
24
|
-
var
|
|
24
|
+
var _internal = require('@nx/devkit/internal');
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
var _js = require('@nx/js');
|
|
30
|
-
var _init = require('@nx/js/src/generators/init/init'); var _init2 = _interopRequireDefault(_init);
|
|
31
|
-
var _generator = require('@nx/js/src/generators/setup-verdaccio/generator'); var _generator2 = _interopRequireDefault(_generator);
|
|
32
30
|
async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
33
31
|
const normalized = await normalizeOptions(tree, { ...options });
|
|
34
32
|
const tasks = [];
|
|
35
|
-
tasks.push(
|
|
36
|
-
await _init2.default.call(void 0, tree, {
|
|
37
|
-
...normalized,
|
|
38
|
-
tsConfigName: normalized.rootProject ? "tsconfig.json" : "tsconfig.base.json"
|
|
39
|
-
})
|
|
40
|
-
);
|
|
41
33
|
tasks.push(
|
|
42
34
|
_devkit.addDependenciesToPackageJson.call(void 0,
|
|
43
35
|
tree,
|
|
@@ -49,9 +41,6 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
49
41
|
}
|
|
50
42
|
)
|
|
51
43
|
);
|
|
52
|
-
if (normalized.publishable) {
|
|
53
|
-
tasks.push(await _generator2.default.call(void 0, tree, { ...normalized, skipFormat: true }));
|
|
54
|
-
}
|
|
55
44
|
const projectConfig = {
|
|
56
45
|
root: normalized.directory,
|
|
57
46
|
projectType: "library",
|
|
@@ -275,7 +264,7 @@ async function normalizeOptions(tree, options, config) {
|
|
|
275
264
|
names: projectNames,
|
|
276
265
|
projectRoot,
|
|
277
266
|
importPath: normalizedImportPath
|
|
278
|
-
} = await
|
|
267
|
+
} = await _internal.determineProjectNameAndRootOptions.call(void 0, tree, {
|
|
279
268
|
name: options.name,
|
|
280
269
|
projectType: "library",
|
|
281
270
|
directory: options.directory,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
normalizeOptions,
|
|
3
3
|
typeScriptLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-NTTC774E.mjs";
|
|
5
5
|
import {
|
|
6
6
|
typesNodeVersion
|
|
7
7
|
} from "./chunk-QC5ON3X4.mjs";
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from "./chunk-TBW5MCN6.mjs";
|
|
14
14
|
import {
|
|
15
15
|
__dirname
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-7BMBZDZE.mjs";
|
|
17
17
|
|
|
18
18
|
// src/generators/node-library/generator.ts
|
|
19
19
|
import {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk2F7AZHRHjs = require('./chunk-2F7AZHRH.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk32U6V6W2js = require('./chunk-32U6V6W2.js');
|
|
@@ -48,7 +48,7 @@ async function browserLibraryGeneratorFn(tree, schema, config) {
|
|
|
48
48
|
description: schema.description,
|
|
49
49
|
directory: schema.directory
|
|
50
50
|
};
|
|
51
|
-
const options = await
|
|
51
|
+
const options = await _chunk2F7AZHRHjs.normalizeOptions.call(void 0, tree, tsLibraryGeneratorOptions);
|
|
52
52
|
const { className, name, propertyName } = _devkit.names.call(void 0,
|
|
53
53
|
options.projectNames.projectFileName
|
|
54
54
|
);
|
|
@@ -78,7 +78,7 @@ async function browserLibraryGeneratorFn(tree, schema, config) {
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
|
-
await
|
|
81
|
+
await _chunk2F7AZHRHjs.typeScriptLibraryGeneratorFn.call(void 0, tree, tsLibraryGeneratorOptions, config);
|
|
82
82
|
await _devkit.formatFiles.call(void 0, tree);
|
|
83
83
|
return null;
|
|
84
84
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk2F7AZHRHjs = require('./chunk-2F7AZHRH.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkSZWM7COVjs = require('./chunk-SZWM7COV.js');
|
|
@@ -37,7 +37,7 @@ async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
|
37
37
|
directory: schema.directory,
|
|
38
38
|
description: schema.description
|
|
39
39
|
};
|
|
40
|
-
const options = await
|
|
40
|
+
const options = await _chunk2F7AZHRHjs.normalizeOptions.call(void 0, tree, tsLibraryGeneratorOptions);
|
|
41
41
|
const { className, name, propertyName } = _devkit.names.call(void 0, options.name);
|
|
42
42
|
_devkit.generateFiles.call(void 0, tree, filesDir, options.projectRoot, {
|
|
43
43
|
...schema,
|
|
@@ -55,7 +55,7 @@ async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
|
55
55
|
buildable: options.bundler && options.bundler !== "none",
|
|
56
56
|
hasUnitTestRunner: options.unitTestRunner !== "none"
|
|
57
57
|
});
|
|
58
|
-
await
|
|
58
|
+
await _chunk2F7AZHRHjs.typeScriptLibraryGeneratorFn.call(void 0, tree, tsLibraryGeneratorOptions, config);
|
|
59
59
|
await _devkit.formatFiles.call(void 0, tree);
|
|
60
60
|
return null;
|
|
61
61
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__1bb72f2e7bead3e58a8045199786cc6d/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import { fileURLToPath } from "url";
|
|
3
3
|
import path from "path";
|
|
4
4
|
var getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
normalizeOptions,
|
|
3
3
|
typeScriptLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-NTTC774E.mjs";
|
|
5
5
|
import {
|
|
6
6
|
withRunGenerator
|
|
7
7
|
} from "./chunk-J54QMYZO.mjs";
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
} from "./chunk-TBW5MCN6.mjs";
|
|
11
11
|
import {
|
|
12
12
|
__dirname
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-7BMBZDZE.mjs";
|
|
14
14
|
|
|
15
15
|
// src/generators/browser-library/generator.ts
|
|
16
16
|
import {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkMI4DOBNHjs = require('./chunk-MI4DOBNH.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunk3QCVXOSBjs = require('./chunk-3QCVXOSB.js');
|
|
@@ -118,7 +118,7 @@ var resolveOptions = async (userOptions) => {
|
|
|
118
118
|
const result = {
|
|
119
119
|
name: projectName,
|
|
120
120
|
mode: "production",
|
|
121
|
-
target:
|
|
121
|
+
target: _chunkMI4DOBNHjs.DEFAULT_TARGET,
|
|
122
122
|
generatePackageJson: true,
|
|
123
123
|
outDir: _chunkCQDBLKPFjs.joinPaths.call(void 0, "dist", options.projectRoot),
|
|
124
124
|
minify: !debug,
|
|
@@ -149,7 +149,7 @@ var resolveOptions = async (userOptions) => {
|
|
|
149
149
|
};
|
|
150
150
|
result.env = _defu2.default.call(void 0,
|
|
151
151
|
options.env,
|
|
152
|
-
|
|
152
|
+
_chunkMI4DOBNHjs.getEnv.call(void 0, "tsdown", result)
|
|
153
153
|
);
|
|
154
154
|
stopwatch();
|
|
155
155
|
return result;
|
|
@@ -174,13 +174,13 @@ async function generatePackageJson(options) {
|
|
|
174
174
|
throw new Error("Cannot find package.json configuration file");
|
|
175
175
|
}
|
|
176
176
|
let packageJson = JSON.parse(packageJsonFile);
|
|
177
|
-
packageJson = await
|
|
177
|
+
packageJson = await _chunkMI4DOBNHjs.addPackageDependencies.call(void 0,
|
|
178
178
|
options.workspaceConfig.workspaceRoot,
|
|
179
179
|
options.projectRoot,
|
|
180
180
|
options.projectName,
|
|
181
181
|
packageJson
|
|
182
182
|
);
|
|
183
|
-
packageJson = await
|
|
183
|
+
packageJson = await _chunkMI4DOBNHjs.addWorkspacePackageJsonFields.call(void 0,
|
|
184
184
|
options.workspaceConfig,
|
|
185
185
|
options.projectRoot,
|
|
186
186
|
options.sourceRoot,
|
|
@@ -190,7 +190,7 @@ async function generatePackageJson(options) {
|
|
|
190
190
|
);
|
|
191
191
|
packageJson.exports ??= {};
|
|
192
192
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
193
|
-
packageJson.exports["."] ??=
|
|
193
|
+
packageJson.exports["."] ??= _chunkMI4DOBNHjs.addPackageJsonExport.call(void 0,
|
|
194
194
|
"index",
|
|
195
195
|
packageJson.type,
|
|
196
196
|
options.sourceRoot
|
|
@@ -206,7 +206,7 @@ async function generatePackageJson(options) {
|
|
|
206
206
|
const split = entryPoint.out.split(".");
|
|
207
207
|
split.pop();
|
|
208
208
|
const entry2 = split.join(".").replaceAll("\\", "/");
|
|
209
|
-
packageJson.exports[`./${entry2}`] ??=
|
|
209
|
+
packageJson.exports[`./${entry2}`] ??= _chunkMI4DOBNHjs.addPackageJsonExport.call(void 0,
|
|
210
210
|
entry2,
|
|
211
211
|
options.fixedExtension ? "fixed" : packageJson.type,
|
|
212
212
|
options.sourceRoot
|
|
@@ -247,7 +247,7 @@ async function copyBuildAssets(options) {
|
|
|
247
247
|
options.workspaceConfig
|
|
248
248
|
);
|
|
249
249
|
const stopwatch = _chunkCLKU7UMGjs.getStopwatch.call(void 0, `${options.name} asset copy`);
|
|
250
|
-
await
|
|
250
|
+
await _chunkMI4DOBNHjs.copyAssets.call(void 0,
|
|
251
251
|
options.workspaceConfig,
|
|
252
252
|
_nullishCoalesce(options.assets, () => ( [])),
|
|
253
253
|
options.outDir,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk2F7AZHRHjs = require('./chunk-2F7AZHRH.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk32U6V6W2js = require('./chunk-32U6V6W2.js');
|
|
@@ -30,7 +30,7 @@ async function neutralLibraryGeneratorFn(tree, schema, config) {
|
|
|
30
30
|
devDependencies: {},
|
|
31
31
|
buildExecutor: "@storm-software/workspace-tools:unbuild"
|
|
32
32
|
};
|
|
33
|
-
const options = await
|
|
33
|
+
const options = await _chunk2F7AZHRHjs.normalizeOptions.call(void 0, tree, tsLibraryGeneratorOptions);
|
|
34
34
|
const { className, name, propertyName } = _devkit.names.call(void 0,
|
|
35
35
|
options.projectNames.projectFileName
|
|
36
36
|
);
|
|
@@ -50,7 +50,7 @@ async function neutralLibraryGeneratorFn(tree, schema, config) {
|
|
|
50
50
|
buildable: options.bundler && options.bundler !== "none",
|
|
51
51
|
hasUnitTestRunner: options.unitTestRunner !== "none"
|
|
52
52
|
});
|
|
53
|
-
await
|
|
53
|
+
await _chunk2F7AZHRHjs.typeScriptLibraryGeneratorFn.call(void 0, tree, tsLibraryGeneratorOptions, config);
|
|
54
54
|
await _devkit.formatFiles.call(void 0, tree);
|
|
55
55
|
return null;
|
|
56
56
|
}
|
|
@@ -25,7 +25,7 @@ var DEFAULT_TARGET = "esnext";
|
|
|
25
25
|
var DEFAULT_ORGANIZATION = "storm-software";
|
|
26
26
|
|
|
27
27
|
// ../build-tools/src/utilities/copy-assets.ts
|
|
28
|
-
import { CopyAssetsHandler } from "@nx/js/
|
|
28
|
+
import { CopyAssetsHandler } from "@nx/js/internal";
|
|
29
29
|
import { glob } from "glob";
|
|
30
30
|
import { readFile, writeFile } from "node:fs/promises";
|
|
31
31
|
var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, generatePackageJson = true, includeSrc = false, banner, footer) => {
|
|
@@ -97,7 +97,7 @@ ${footer && typeof footer === "string" ? footer.startsWith("//") ? footer : `//
|
|
|
97
97
|
};
|
|
98
98
|
|
|
99
99
|
// ../build-tools/src/utilities/generate-package-json.ts
|
|
100
|
-
import { calculateProjectBuildableDependencies } from "@nx/js/
|
|
100
|
+
import { calculateProjectBuildableDependencies } from "@nx/js/internal";
|
|
101
101
|
import { Glob } from "glob";
|
|
102
102
|
import { existsSync, readFileSync } from "node:fs";
|
|
103
103
|
import { readFile as readFile2 } from "node:fs/promises";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
normalizeOptions,
|
|
3
3
|
typeScriptLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-NTTC774E.mjs";
|
|
5
5
|
import {
|
|
6
6
|
withRunGenerator
|
|
7
7
|
} from "./chunk-J54QMYZO.mjs";
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
} from "./chunk-TBW5MCN6.mjs";
|
|
11
11
|
import {
|
|
12
12
|
__dirname
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-7BMBZDZE.mjs";
|
|
14
14
|
|
|
15
15
|
// src/generators/neutral-library/generator.ts
|
|
16
16
|
import {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
var _chunkLQ4UTUAFjs = require('./chunk-LQ4UTUAF.js');
|
|
4
4
|
|
|
5
5
|
// src/release/js-version-actions.ts
|
|
6
|
-
var
|
|
7
|
-
var StormJsVersionActions = (_class = class extends
|
|
6
|
+
var _versionactions = require('@nx/js/src/release/version-actions'); var _versionactions2 = _interopRequireDefault(_versionactions);
|
|
7
|
+
var StormJsVersionActions = (_class = class extends _versionactions2.default {
|
|
8
8
|
/**
|
|
9
9
|
* The Storm workspace configuration object, which is loaded from the `storm-workspace.json` file.
|
|
10
10
|
*
|
|
@@ -25,7 +25,7 @@ var DEFAULT_TARGET = "esnext";
|
|
|
25
25
|
var DEFAULT_ORGANIZATION = "storm-software";
|
|
26
26
|
|
|
27
27
|
// ../build-tools/src/utilities/copy-assets.ts
|
|
28
|
-
var
|
|
28
|
+
var _internal = require('@nx/js/internal');
|
|
29
29
|
var _glob = require('glob');
|
|
30
30
|
var _promises = require('fs/promises');
|
|
31
31
|
var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, generatePackageJson = true, includeSrc = false, banner, footer) => {
|
|
@@ -59,7 +59,7 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
59
59
|
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkCQDBLKPFjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
60
60
|
config
|
|
61
61
|
);
|
|
62
|
-
const assetHandler = new (0,
|
|
62
|
+
const assetHandler = new (0, _internal.CopyAssetsHandler)({
|
|
63
63
|
projectDir: projectRoot,
|
|
64
64
|
rootDir: config.workspaceRoot,
|
|
65
65
|
outputDir: outputPath,
|
|
@@ -97,7 +97,7 @@ ${footer && typeof footer === "string" ? footer.startsWith("//") ? footer : `//
|
|
|
97
97
|
};
|
|
98
98
|
|
|
99
99
|
// ../build-tools/src/utilities/generate-package-json.ts
|
|
100
|
-
|
|
100
|
+
|
|
101
101
|
|
|
102
102
|
var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);
|
|
103
103
|
|
|
@@ -119,7 +119,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
119
119
|
"The Build process failed because the project graph is not available. Please run the build command again."
|
|
120
120
|
);
|
|
121
121
|
}
|
|
122
|
-
const projectDependencies =
|
|
122
|
+
const projectDependencies = _internal.calculateProjectBuildableDependencies.call(void 0,
|
|
123
123
|
void 0,
|
|
124
124
|
projectGraph,
|
|
125
125
|
workspaceRoot,
|
|
@@ -21,23 +21,15 @@ import {
|
|
|
21
21
|
updateJson,
|
|
22
22
|
writeJson
|
|
23
23
|
} from "@nx/devkit";
|
|
24
|
-
import { determineProjectNameAndRootOptions } from "@nx/devkit/
|
|
24
|
+
import { determineProjectNameAndRootOptions } from "@nx/devkit/internal";
|
|
25
25
|
import {
|
|
26
26
|
addTsConfigPath,
|
|
27
27
|
getRelativePathToRootTsConfig,
|
|
28
28
|
tsConfigBaseOptions
|
|
29
29
|
} from "@nx/js";
|
|
30
|
-
import jsInitGenerator from "@nx/js/src/generators/init/init";
|
|
31
|
-
import setupVerdaccio from "@nx/js/src/generators/setup-verdaccio/generator";
|
|
32
30
|
async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
33
31
|
const normalized = await normalizeOptions(tree, { ...options });
|
|
34
32
|
const tasks = [];
|
|
35
|
-
tasks.push(
|
|
36
|
-
await jsInitGenerator(tree, {
|
|
37
|
-
...normalized,
|
|
38
|
-
tsConfigName: normalized.rootProject ? "tsconfig.json" : "tsconfig.base.json"
|
|
39
|
-
})
|
|
40
|
-
);
|
|
41
33
|
tasks.push(
|
|
42
34
|
addDependenciesToPackageJson(
|
|
43
35
|
tree,
|
|
@@ -49,9 +41,6 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
49
41
|
}
|
|
50
42
|
)
|
|
51
43
|
);
|
|
52
|
-
if (normalized.publishable) {
|
|
53
|
-
tasks.push(await setupVerdaccio(tree, { ...normalized, skipFormat: true }));
|
|
54
|
-
}
|
|
55
44
|
const projectConfig = {
|
|
56
45
|
root: normalized.directory,
|
|
57
46
|
projectType: "library",
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-JGXYRLRO.mjs";
|
|
4
4
|
|
|
5
5
|
// src/release/js-version-actions.ts
|
|
6
|
-
import JsVersionActions from "@nx/js/src/release/version-actions
|
|
6
|
+
import JsVersionActions from "@nx/js/src/release/version-actions";
|
|
7
7
|
var StormJsVersionActions = class extends JsVersionActions {
|
|
8
8
|
/**
|
|
9
9
|
* The Storm workspace configuration object, which is loaded from the `storm-workspace.json` file.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkMI4DOBNHjs = require('./chunk-MI4DOBNH.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunk3QCVXOSBjs = require('./chunk-3QCVXOSB.js');
|
|
@@ -35,7 +35,7 @@ async function copyBuildAssets(context) {
|
|
|
35
35
|
context.workspaceConfig
|
|
36
36
|
);
|
|
37
37
|
const stopwatch = _chunkCLKU7UMGjs.getStopwatch.call(void 0, `${context.options.name} asset copy`);
|
|
38
|
-
await
|
|
38
|
+
await _chunkMI4DOBNHjs.copyAssets.call(void 0,
|
|
39
39
|
context.workspaceConfig,
|
|
40
40
|
_nullishCoalesce(context.options.assets, () => ( [])),
|
|
41
41
|
context.outputPath,
|
|
@@ -103,8 +103,8 @@ var DEFAULT_BUILD_OPTIONS = {
|
|
|
103
103
|
".woff2": "file"
|
|
104
104
|
},
|
|
105
105
|
banner: {
|
|
106
|
-
js:
|
|
107
|
-
css:
|
|
106
|
+
js: _chunkMI4DOBNHjs.DEFAULT_JS_BANNER,
|
|
107
|
+
css: _chunkMI4DOBNHjs.DEFAULT_CSS_BANNER
|
|
108
108
|
}
|
|
109
109
|
};
|
|
110
110
|
|
|
@@ -150,7 +150,7 @@ async function resolveContext(userOptions) {
|
|
|
150
150
|
if (!_fs.existsSync.call(void 0, packageJsonPath)) {
|
|
151
151
|
throw new Error("Cannot find package.json configuration");
|
|
152
152
|
}
|
|
153
|
-
const env =
|
|
153
|
+
const env = _chunkMI4DOBNHjs.getEnv.call(void 0, "esbuild", options);
|
|
154
154
|
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
155
155
|
const resolvedOptions = {
|
|
156
156
|
...options,
|
|
@@ -226,13 +226,13 @@ async function generatePackageJson(context) {
|
|
|
226
226
|
if (!packageJson) {
|
|
227
227
|
throw new Error("Cannot find package.json configuration file");
|
|
228
228
|
}
|
|
229
|
-
packageJson = await
|
|
229
|
+
packageJson = await _chunkMI4DOBNHjs.addPackageDependencies.call(void 0,
|
|
230
230
|
context.workspaceConfig.workspaceRoot,
|
|
231
231
|
context.options.projectRoot,
|
|
232
232
|
context.projectName,
|
|
233
233
|
packageJson
|
|
234
234
|
);
|
|
235
|
-
packageJson = await
|
|
235
|
+
packageJson = await _chunkMI4DOBNHjs.addWorkspacePackageJsonFields.call(void 0,
|
|
236
236
|
context.workspaceConfig,
|
|
237
237
|
context.options.projectRoot,
|
|
238
238
|
context.sourceRoot,
|
package/dist/executors.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkETZOESEMjs = require('./chunk-ETZOESEM.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkCX7LLOXPjs = require('./chunk-CX7LLOXP.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkGU3JSJVGjs = require('./chunk-GU3JSJVG.js');
|
|
@@ -13,8 +13,8 @@ var _chunkGU3JSJVGjs = require('./chunk-GU3JSJVG.js');
|
|
|
13
13
|
var _chunkRCJKWUC3js = require('./chunk-RCJKWUC3.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
17
|
-
require('./chunk-
|
|
16
|
+
var _chunkUCM45E6Tjs = require('./chunk-UCM45E6T.js');
|
|
17
|
+
require('./chunk-MI4DOBNH.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
var _chunkGOJ243WUjs = require('./chunk-GOJ243WU.js');
|
|
@@ -64,4 +64,4 @@ require('./chunk-CQDBLKPF.js');
|
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
exports.LARGE_BUFFER = _chunk33X22YHZjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkSWRGTRTWjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkANOLNHIHjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkG5PC6KMKjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkQGDBHZ2Mjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunk2WUWNWKRjs.cargoFormatExecutor; exports.esbuildExecutorFn =
|
|
67
|
+
exports.LARGE_BUFFER = _chunk33X22YHZjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkSWRGTRTWjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkANOLNHIHjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkG5PC6KMKjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkQGDBHZ2Mjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunk2WUWNWKRjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkUCM45E6Tjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkRU4TNHFGjs.getRegistryVersion; exports.napiExecutor = _chunkGOJ243WUjs.napiExecutor; exports.sizeLimitExecutorFn = _chunkETZOESEMjs.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunkCX7LLOXPjs.tsdownExecutorFn; exports.typiaExecutorFn = _chunkGU3JSJVGjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkRCJKWUC3js.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-3LFBUXYQ.mjs";
|
|
5
5
|
import {
|
|
6
6
|
tsdownExecutorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-TFGZLFCS.mjs";
|
|
8
8
|
import {
|
|
9
9
|
typiaExecutorFn
|
|
10
10
|
} from "./chunk-NHCDW7CD.mjs";
|
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
} from "./chunk-OZ5BVPYJ.mjs";
|
|
14
14
|
import {
|
|
15
15
|
esbuildExecutorFn
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-BCJOE7LL.mjs";
|
|
17
|
+
import "./chunk-F4NO6JZL.mjs";
|
|
18
18
|
import {
|
|
19
19
|
napiExecutor
|
|
20
20
|
} from "./chunk-5THQG4I5.mjs";
|
|
@@ -50,7 +50,7 @@ import "./chunk-JGXYRLRO.mjs";
|
|
|
50
50
|
import "./chunk-45CW7OJB.mjs";
|
|
51
51
|
import "./chunk-3J2CP54B.mjs";
|
|
52
52
|
import "./chunk-TBW5MCN6.mjs";
|
|
53
|
-
import "./chunk-
|
|
53
|
+
import "./chunk-7BMBZDZE.mjs";
|
|
54
54
|
export {
|
|
55
55
|
LARGE_BUFFER,
|
|
56
56
|
cargoBuildExecutor,
|
package/dist/generators.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-C3TC7AUW.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk6PL6C6JQjs = require('./chunk-6PL6C6JQ.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkPVYWMIYRjs = require('./chunk-PVYWMIYR.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunk3ZTDNSFFjs = require('./chunk-3ZTDNSFF.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var _chunkKV522LHWjs = require('./chunk-KV522LHW.js');
|
|
@@ -16,8 +16,8 @@ var _chunkKV522LHWjs = require('./chunk-KV522LHW.js');
|
|
|
16
16
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
20
|
-
require('./chunk-
|
|
19
|
+
var _chunkDLZFR63Xjs = require('./chunk-DLZFR63X.js');
|
|
20
|
+
require('./chunk-2F7AZHRH.js');
|
|
21
21
|
require('./chunk-SZWM7COV.js');
|
|
22
22
|
require('./chunk-TAP26ZJQ.js');
|
|
23
23
|
require('./chunk-32U6V6W2.js');
|
|
@@ -33,4 +33,4 @@ require('./chunk-CQDBLKPF.js');
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
exports.browserLibraryGeneratorFn =
|
|
36
|
+
exports.browserLibraryGeneratorFn = _chunk3ZTDNSFFjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkKV522LHWjs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkDLZFR63Xjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk6PL6C6JQjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkPVYWMIYRjs.presetGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./chunk-SAIDGUHG.mjs";
|
|
2
2
|
import {
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-2LVCH3K2.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-VP2Q2A36.mjs";
|
|
8
8
|
import {
|
|
9
9
|
browserLibraryGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-BK3QT4BW.mjs";
|
|
11
11
|
import {
|
|
12
12
|
configSchemaGeneratorFn
|
|
13
13
|
} from "./chunk-DQYZOPO7.mjs";
|
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
} from "./chunk-437WGH2M.mjs";
|
|
17
17
|
import {
|
|
18
18
|
neutralLibraryGeneratorFn
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-HYONFPIU.mjs";
|
|
20
|
+
import "./chunk-NTTC774E.mjs";
|
|
21
21
|
import "./chunk-QC5ON3X4.mjs";
|
|
22
22
|
import "./chunk-2GQSCZ3J.mjs";
|
|
23
23
|
import "./chunk-J54QMYZO.mjs";
|
|
@@ -26,7 +26,7 @@ import "./chunk-JGXYRLRO.mjs";
|
|
|
26
26
|
import "./chunk-45CW7OJB.mjs";
|
|
27
27
|
import "./chunk-3J2CP54B.mjs";
|
|
28
28
|
import "./chunk-TBW5MCN6.mjs";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-7BMBZDZE.mjs";
|
|
30
30
|
export {
|
|
31
31
|
browserLibraryGeneratorFn,
|
|
32
32
|
configSchemaGeneratorFn,
|
package/dist/index.d.mts
CHANGED
|
@@ -47,8 +47,7 @@ import './types-DI57BUsw.mjs';
|
|
|
47
47
|
import 'zod';
|
|
48
48
|
import 'zod/v4/mini';
|
|
49
49
|
import 'untyped';
|
|
50
|
-
import '@nx/js/src/
|
|
51
|
-
import '@nx/js/src/release/version-actions.js';
|
|
50
|
+
import '@nx/js/src/release/version-actions';
|
|
52
51
|
import 'nx/src/command-line/release/config/filter-release-groups';
|
|
53
52
|
import 'nx/src/command-line/release/utils/release-graph';
|
|
54
53
|
import 'nx/src/config/nx-json';
|
|
@@ -57,6 +56,6 @@ import 'tsup';
|
|
|
57
56
|
import '@storm-software/config-tools';
|
|
58
57
|
import '@storm-software/config-tools/utilities/toml';
|
|
59
58
|
import 'node:child_process';
|
|
60
|
-
import 'nx/src/utils/package-json
|
|
59
|
+
import 'nx/src/utils/package-json';
|
|
61
60
|
import 'pkg-types';
|
|
62
61
|
import 'typescript';
|
package/dist/index.d.ts
CHANGED
|
@@ -47,8 +47,7 @@ import './types-DI57BUsw.js';
|
|
|
47
47
|
import 'zod';
|
|
48
48
|
import 'zod/v4/mini';
|
|
49
49
|
import 'untyped';
|
|
50
|
-
import '@nx/js/src/
|
|
51
|
-
import '@nx/js/src/release/version-actions.js';
|
|
50
|
+
import '@nx/js/src/release/version-actions';
|
|
52
51
|
import 'nx/src/command-line/release/config/filter-release-groups';
|
|
53
52
|
import 'nx/src/command-line/release/utils/release-graph';
|
|
54
53
|
import 'nx/src/config/nx-json';
|
|
@@ -57,6 +56,6 @@ import 'tsup';
|
|
|
57
56
|
import '@storm-software/config-tools';
|
|
58
57
|
import '@storm-software/config-tools/utilities/toml';
|
|
59
58
|
import 'node:child_process';
|
|
60
|
-
import 'nx/src/utils/package-json
|
|
59
|
+
import 'nx/src/utils/package-json';
|
|
61
60
|
import 'pkg-types';
|
|
62
61
|
import 'typescript';
|