@storm-software/workspace-tools 1.296.60 → 1.296.62
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-QEP2JF6D.js → chunk-2WUWNWKR.js} +3 -3
- package/dist/{chunk-FJK7GHBY.mjs → chunk-3UMEF5UB.mjs} +1 -1
- package/dist/{chunk-NXB4Z7NS.js → chunk-3ZTDNSFF.js} +3 -3
- package/dist/{chunk-FSP5BXTH.mjs → chunk-5THQG4I5.mjs} +1 -1
- package/dist/{chunk-XZE55MLM.mjs → chunk-65774IGV.mjs} +1 -1
- package/dist/{chunk-NB5WSHYS.js → chunk-6PL6C6JQ.js} +3 -3
- package/dist/{chunk-KZSELW4F.mjs → chunk-6SHXH4OG.mjs} +2 -2
- package/dist/{chunk-ZORHWWTN.js → chunk-ANOLNHIH.js} +3 -3
- package/dist/{chunk-2UXPU3BM.mjs → chunk-BCJOE7LL.mjs} +1 -1
- package/dist/{chunk-GKLFEOKK.mjs → chunk-C3G4MZGP.mjs} +16 -2
- package/dist/{chunk-Z6JQV7U5.js → chunk-CX7LLOXP.js} +8 -8
- package/dist/{chunk-TSQGMJVI.mjs → chunk-D5AHWEI3.mjs} +2 -2
- package/dist/{chunk-ZO3L5FAU.js → chunk-DLZFR63X.js} +3 -3
- package/dist/{chunk-JAIQZWTK.mjs → chunk-F4NO6JZL.mjs} +2 -2
- package/dist/{chunk-LANYX3R2.js → chunk-G5PC6KMK.js} +3 -3
- package/dist/{chunk-33C5YQ6J.js → chunk-GOJ243WU.js} +2 -2
- package/dist/{chunk-32KQVUCF.js → chunk-HYK7OVZ3.js} +25 -11
- package/dist/{chunk-ZEQS7E4C.mjs → chunk-IP23MSZ4.mjs} +1 -1
- package/dist/{chunk-5JYAH2VL.mjs → chunk-JGPL6SLR.mjs} +1 -1
- package/dist/{chunk-E4H5GQS4.mjs → chunk-JODIITKJ.mjs} +1 -1
- package/dist/{chunk-QG6V6H7W.mjs → chunk-KIEM2PKS.mjs} +1 -1
- 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-ZMHKOSQO.js → chunk-QGDBHZ2M.js} +3 -3
- package/dist/{chunk-TFQGKHL5.js → chunk-SWRGTRTW.js} +3 -3
- package/dist/{chunk-UJZUGPLI.mjs → chunk-T2REIWDE.mjs} +1 -1
- package/dist/{chunk-3FKFEQBJ.mjs → chunk-TFGZLFCS.mjs} +1 -1
- package/dist/{chunk-P52MNWK4.mjs → chunk-U6R6M4MK.mjs} +2 -2
- package/dist/{chunk-TVR247U6.mjs → chunk-U7X7MAHX.mjs} +1 -1
- package/dist/{chunk-O67GNKWY.mjs → chunk-UB6ZNCMG.mjs} +1 -1
- package/dist/{chunk-6CVTX3ND.js → chunk-UCM45E6T.js} +7 -7
- package/dist/{chunk-UV6QIFS3.js → chunk-YG45K4QK.js} +5 -5
- package/dist/executors.js +11 -11
- package/dist/executors.mjs +11 -11
- 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 +16 -16
- package/dist/index.mjs +17 -17
- 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.js +4 -3
- package/dist/src/executors/cargo-build/executor.mjs +4 -3
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.js +4 -3
- package/dist/src/executors/cargo-check/executor.mjs +4 -3
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.js +4 -3
- package/dist/src/executors/cargo-clippy/executor.mjs +4 -3
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.js +4 -3
- package/dist/src/executors/cargo-doc/executor.mjs +4 -3
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.js +4 -3
- package/dist/src/executors/cargo-format/executor.mjs +4 -3
- 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.js +4 -3
- package/dist/src/executors/napi/executor.mjs +4 -3
- 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.js +5 -3
- package/dist/src/plugins/rust/cargo-toml.mjs +5 -3
- package/dist/src/plugins/rust/index.js +5 -3
- package/dist/src/plugins/rust/index.mjs +5 -3
- 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.js +4 -2
- package/dist/src/utils/cargo.mjs +4 -2
- 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.js +2 -2
- package/dist/src/utils/index.mjs +2 -2
- 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
|
@@ -12,11 +12,15 @@ require('../../../chunk-X3HC3R2I.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
+
|
|
16
|
+
|
|
15
17
|
var _devkit = require('@nx/devkit');
|
|
16
18
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
17
19
|
var _fs = require('fs');
|
|
18
20
|
var _path = require('path');
|
|
19
|
-
var
|
|
21
|
+
var _nxjson = require('nx/src/config/nx-json');
|
|
22
|
+
|
|
23
|
+
|
|
20
24
|
var _packagejson = require('nx/src/utils/package-json');
|
|
21
25
|
var name = "storm-software/typescript/tsdown";
|
|
22
26
|
var createNodesV2 = [
|
|
@@ -46,12 +50,17 @@ var createNodesV2 = [
|
|
|
46
50
|
_path.join.call(void 0, projectRoot, "project.json"),
|
|
47
51
|
packageJson
|
|
48
52
|
);
|
|
49
|
-
const nxJson =
|
|
53
|
+
const nxJson = _nxjson.readNxJson.call(void 0, context2.workspaceRoot);
|
|
54
|
+
const packageManagerCommand = _devkit.getPackageManagerCommand.call(void 0,
|
|
55
|
+
_devkit.detectPackageManager.call(void 0, context2.workspaceRoot),
|
|
56
|
+
context2.workspaceRoot
|
|
57
|
+
);
|
|
50
58
|
const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
|
|
51
59
|
packageJson,
|
|
52
60
|
nxJson,
|
|
53
|
-
|
|
54
|
-
context2.workspaceRoot
|
|
61
|
+
project.root,
|
|
62
|
+
context2.workspaceRoot,
|
|
63
|
+
packageManagerCommand
|
|
55
64
|
);
|
|
56
65
|
const root = _chunkBAPFD3TOjs.getRoot.call(void 0, projectRoot, context2);
|
|
57
66
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
@@ -7,18 +7,22 @@ import {
|
|
|
7
7
|
setDefaultProjectTags
|
|
8
8
|
} from "../../../chunk-2GQSCZ3J.mjs";
|
|
9
9
|
import "../../../chunk-5OS7GV5T.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
11
11
|
|
|
12
12
|
// src/plugins/typescript/tsdown.ts
|
|
13
13
|
import {
|
|
14
14
|
createNodesFromFiles,
|
|
15
|
+
detectPackageManager,
|
|
16
|
+
getPackageManagerCommand,
|
|
15
17
|
readJsonFile
|
|
16
18
|
} from "@nx/devkit";
|
|
17
19
|
import defu from "defu";
|
|
18
20
|
import { existsSync } from "node:fs";
|
|
19
21
|
import { dirname, join } from "node:path";
|
|
20
|
-
import { readNxJson } from "nx/src/config/nx-json
|
|
21
|
-
import {
|
|
22
|
+
import { readNxJson } from "nx/src/config/nx-json";
|
|
23
|
+
import {
|
|
24
|
+
readTargetsFromPackageJson
|
|
25
|
+
} from "nx/src/utils/package-json";
|
|
22
26
|
var name = "storm-software/typescript/tsdown";
|
|
23
27
|
var createNodesV2 = [
|
|
24
28
|
"**/tsdown.*.{ts,mts,cts,js,mjs,cjs,json}",
|
|
@@ -48,11 +52,16 @@ var createNodesV2 = [
|
|
|
48
52
|
packageJson
|
|
49
53
|
);
|
|
50
54
|
const nxJson = readNxJson(context2.workspaceRoot);
|
|
55
|
+
const packageManagerCommand = getPackageManagerCommand(
|
|
56
|
+
detectPackageManager(context2.workspaceRoot),
|
|
57
|
+
context2.workspaceRoot
|
|
58
|
+
);
|
|
51
59
|
const targets = readTargetsFromPackageJson(
|
|
52
60
|
packageJson,
|
|
53
61
|
nxJson,
|
|
54
|
-
|
|
55
|
-
context2.workspaceRoot
|
|
62
|
+
project.root,
|
|
63
|
+
context2.workspaceRoot,
|
|
64
|
+
packageManagerCommand
|
|
56
65
|
);
|
|
57
66
|
const root = getRoot(projectRoot, context2);
|
|
58
67
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
import { d as BaseTypescriptPluginOptions } from '../../../types-E53OUdCr.mjs';
|
|
3
3
|
import '../../../types-DI57BUsw.mjs';
|
|
4
4
|
import 'zod';
|
|
@@ -8,6 +8,6 @@ import '../../../types-D2zxYEAh.mjs';
|
|
|
8
8
|
|
|
9
9
|
declare const name = "storm-software/typescript/tsup";
|
|
10
10
|
type TsupPluginOptions = BaseTypescriptPluginOptions;
|
|
11
|
-
declare const createNodesV2:
|
|
11
|
+
declare const createNodesV2: CreateNodes<TsupPluginOptions>;
|
|
12
12
|
|
|
13
13
|
export { type TsupPluginOptions, createNodesV2, name };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
import { d as BaseTypescriptPluginOptions } from '../../../types-CHANfFBa.js';
|
|
3
3
|
import '../../../types-DI57BUsw.js';
|
|
4
4
|
import 'zod';
|
|
@@ -8,6 +8,6 @@ import '../../../types-D2zxYEAh.js';
|
|
|
8
8
|
|
|
9
9
|
declare const name = "storm-software/typescript/tsup";
|
|
10
10
|
type TsupPluginOptions = BaseTypescriptPluginOptions;
|
|
11
|
-
declare const createNodesV2:
|
|
11
|
+
declare const createNodesV2: CreateNodes<TsupPluginOptions>;
|
|
12
12
|
|
|
13
13
|
export { type TsupPluginOptions, createNodesV2, name };
|
|
@@ -12,11 +12,15 @@ require('../../../chunk-X3HC3R2I.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
+
|
|
16
|
+
|
|
15
17
|
var _devkit = require('@nx/devkit');
|
|
16
18
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
17
19
|
var _fs = require('fs');
|
|
18
20
|
var _path = require('path');
|
|
19
|
-
var
|
|
21
|
+
var _nxjson = require('nx/src/config/nx-json');
|
|
22
|
+
|
|
23
|
+
|
|
20
24
|
var _packagejson = require('nx/src/utils/package-json');
|
|
21
25
|
var name = "storm-software/typescript/tsup";
|
|
22
26
|
var createNodesV2 = [
|
|
@@ -46,12 +50,17 @@ var createNodesV2 = [
|
|
|
46
50
|
_path.join.call(void 0, projectRoot, "project.json"),
|
|
47
51
|
packageJson
|
|
48
52
|
);
|
|
49
|
-
const nxJson =
|
|
53
|
+
const nxJson = _nxjson.readNxJson.call(void 0, context2.workspaceRoot);
|
|
54
|
+
const packageManagerCommand = _devkit.getPackageManagerCommand.call(void 0,
|
|
55
|
+
_devkit.detectPackageManager.call(void 0, context2.workspaceRoot),
|
|
56
|
+
context2.workspaceRoot
|
|
57
|
+
);
|
|
50
58
|
const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
|
|
51
59
|
packageJson,
|
|
52
60
|
nxJson,
|
|
53
|
-
|
|
54
|
-
context2.workspaceRoot
|
|
61
|
+
project.root,
|
|
62
|
+
context2.workspaceRoot,
|
|
63
|
+
packageManagerCommand
|
|
55
64
|
);
|
|
56
65
|
const root = _chunkBAPFD3TOjs.getRoot.call(void 0, projectRoot, context2);
|
|
57
66
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
@@ -7,18 +7,22 @@ import {
|
|
|
7
7
|
setDefaultProjectTags
|
|
8
8
|
} from "../../../chunk-2GQSCZ3J.mjs";
|
|
9
9
|
import "../../../chunk-5OS7GV5T.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
11
11
|
|
|
12
12
|
// src/plugins/typescript/tsup.ts
|
|
13
13
|
import {
|
|
14
14
|
createNodesFromFiles,
|
|
15
|
+
detectPackageManager,
|
|
16
|
+
getPackageManagerCommand,
|
|
15
17
|
readJsonFile
|
|
16
18
|
} from "@nx/devkit";
|
|
17
19
|
import defu from "defu";
|
|
18
20
|
import { existsSync } from "node:fs";
|
|
19
21
|
import { dirname, join } from "node:path";
|
|
20
|
-
import { readNxJson } from "nx/src/config/nx-json
|
|
21
|
-
import {
|
|
22
|
+
import { readNxJson } from "nx/src/config/nx-json";
|
|
23
|
+
import {
|
|
24
|
+
readTargetsFromPackageJson
|
|
25
|
+
} from "nx/src/utils/package-json";
|
|
22
26
|
var name = "storm-software/typescript/tsup";
|
|
23
27
|
var createNodesV2 = [
|
|
24
28
|
"**/tsup.config.ts",
|
|
@@ -48,11 +52,16 @@ var createNodesV2 = [
|
|
|
48
52
|
packageJson
|
|
49
53
|
);
|
|
50
54
|
const nxJson = readNxJson(context2.workspaceRoot);
|
|
55
|
+
const packageManagerCommand = getPackageManagerCommand(
|
|
56
|
+
detectPackageManager(context2.workspaceRoot),
|
|
57
|
+
context2.workspaceRoot
|
|
58
|
+
);
|
|
51
59
|
const targets = readTargetsFromPackageJson(
|
|
52
60
|
packageJson,
|
|
53
61
|
nxJson,
|
|
54
|
-
|
|
55
|
-
context2.workspaceRoot
|
|
62
|
+
project.root,
|
|
63
|
+
context2.workspaceRoot,
|
|
64
|
+
packageManagerCommand
|
|
56
65
|
);
|
|
57
66
|
const root = getRoot(projectRoot, context2);
|
|
58
67
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const name = "storm-software/typescript/untyped";
|
|
4
4
|
type UntypedPluginOptions = {};
|
|
5
|
-
declare const createNodesV2:
|
|
5
|
+
declare const createNodesV2: CreateNodes<UntypedPluginOptions>;
|
|
6
6
|
|
|
7
7
|
export { type UntypedPluginOptions, createNodesV2, name };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const name = "storm-software/typescript/untyped";
|
|
4
4
|
type UntypedPluginOptions = {};
|
|
5
|
-
declare const createNodesV2:
|
|
5
|
+
declare const createNodesV2: CreateNodes<UntypedPluginOptions>;
|
|
6
6
|
|
|
7
7
|
export { type UntypedPluginOptions, createNodesV2, name };
|
|
@@ -10,11 +10,13 @@ var _chunkTAP26ZJQjs = require('../../../chunk-TAP26ZJQ.js');
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
+
|
|
14
|
+
|
|
13
15
|
var _devkit = require('@nx/devkit');
|
|
14
16
|
var _defu = require('defu');
|
|
15
17
|
var _fs = require('fs');
|
|
16
18
|
var _path = require('path');
|
|
17
|
-
var
|
|
19
|
+
var _nxjson = require('nx/src/config/nx-json');
|
|
18
20
|
|
|
19
21
|
|
|
20
22
|
var _packagejson = require('nx/src/utils/package-json');
|
|
@@ -53,12 +55,17 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
|
|
|
53
55
|
_path.join.call(void 0, projectRoot, "project.json"),
|
|
54
56
|
packageJson
|
|
55
57
|
);
|
|
56
|
-
const nxJson =
|
|
58
|
+
const nxJson = _nxjson.readNxJson.call(void 0, context2.workspaceRoot);
|
|
59
|
+
const packageManagerCommand = _devkit.getPackageManagerCommand.call(void 0,
|
|
60
|
+
_devkit.detectPackageManager.call(void 0, context2.workspaceRoot),
|
|
61
|
+
context2.workspaceRoot
|
|
62
|
+
);
|
|
57
63
|
const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
|
|
58
64
|
packageJson,
|
|
59
65
|
nxJson,
|
|
60
66
|
projectConfig.root,
|
|
61
|
-
context2.workspaceRoot
|
|
67
|
+
context2.workspaceRoot,
|
|
68
|
+
packageManagerCommand
|
|
62
69
|
);
|
|
63
70
|
const root = _chunkBAPFD3TOjs.getRoot.call(void 0, projectRoot, context2);
|
|
64
71
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
@@ -5,17 +5,19 @@ import {
|
|
|
5
5
|
ProjectTagConstants,
|
|
6
6
|
addProjectTag
|
|
7
7
|
} from "../../../chunk-2GQSCZ3J.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-UB6ZNCMG.mjs";
|
|
9
9
|
|
|
10
10
|
// src/plugins/typescript/untyped-schema.ts
|
|
11
11
|
import {
|
|
12
12
|
createNodesFromFiles,
|
|
13
|
+
detectPackageManager,
|
|
14
|
+
getPackageManagerCommand,
|
|
13
15
|
readJsonFile
|
|
14
16
|
} from "@nx/devkit";
|
|
15
17
|
import { defu } from "defu";
|
|
16
18
|
import { existsSync } from "node:fs";
|
|
17
19
|
import { dirname, join } from "node:path";
|
|
18
|
-
import { readNxJson } from "nx/src/config/nx-json
|
|
20
|
+
import { readNxJson } from "nx/src/config/nx-json";
|
|
19
21
|
import {
|
|
20
22
|
readTargetsFromPackageJson
|
|
21
23
|
} from "nx/src/utils/package-json";
|
|
@@ -55,11 +57,16 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
|
|
|
55
57
|
packageJson
|
|
56
58
|
);
|
|
57
59
|
const nxJson = readNxJson(context2.workspaceRoot);
|
|
60
|
+
const packageManagerCommand = getPackageManagerCommand(
|
|
61
|
+
detectPackageManager(context2.workspaceRoot),
|
|
62
|
+
context2.workspaceRoot
|
|
63
|
+
);
|
|
58
64
|
const targets = readTargetsFromPackageJson(
|
|
59
65
|
packageJson,
|
|
60
66
|
nxJson,
|
|
61
67
|
projectConfig.root,
|
|
62
|
-
context2.workspaceRoot
|
|
68
|
+
context2.workspaceRoot,
|
|
69
|
+
packageManagerCommand
|
|
63
70
|
);
|
|
64
71
|
const root = getRoot(projectRoot, context2);
|
|
65
72
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as StormJsVersionActions } from './js-version-actions.mjs';
|
|
2
2
|
export { default as StormRustVersionActions } from './rust-version-actions.mjs';
|
|
3
3
|
import '@nx/devkit';
|
|
4
|
-
import '@nx/js/src/release/version-actions
|
|
4
|
+
import '@nx/js/src/release/version-actions';
|
|
5
5
|
import '../../types-DI57BUsw.mjs';
|
|
6
6
|
import 'zod';
|
|
7
7
|
import 'zod/v4/mini';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as StormJsVersionActions } from './js-version-actions.js';
|
|
2
2
|
export { default as StormRustVersionActions } from './rust-version-actions.js';
|
|
3
3
|
import '@nx/devkit';
|
|
4
|
-
import '@nx/js/src/release/version-actions
|
|
4
|
+
import '@nx/js/src/release/version-actions';
|
|
5
5
|
import '../../types-DI57BUsw.js';
|
|
6
6
|
import 'zod';
|
|
7
7
|
import 'zod/v4/mini';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-YYLV7UA6.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkKLFGYSH4js = require('../../chunk-KLFGYSH4.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkU5VDFK5Ujs = require('../../chunk-U5VDFK5U.js');
|
|
@@ -14,4 +14,4 @@ require('../../chunk-CQDBLKPF.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.StormJsVersionActions =
|
|
17
|
+
exports.StormJsVersionActions = _chunkKLFGYSH4js.StormJsVersionActions; exports.StormRustVersionActions = _chunkU5VDFK5Ujs.StormRustVersionActions;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../chunk-5GZC2PF6.mjs";
|
|
2
2
|
import {
|
|
3
3
|
StormJsVersionActions
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-U7X7MAHX.mjs";
|
|
5
5
|
import {
|
|
6
6
|
StormRustVersionActions
|
|
7
7
|
} from "../../chunk-ZOOATPKM.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../chunk-JGXYRLRO.mjs";
|
|
|
11
11
|
import "../../chunk-45CW7OJB.mjs";
|
|
12
12
|
import "../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-UB6ZNCMG.mjs";
|
|
15
15
|
export {
|
|
16
16
|
StormJsVersionActions,
|
|
17
17
|
StormRustVersionActions
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ProjectGraphProjectNode, Tree } from '@nx/devkit';
|
|
2
|
-
import JsVersionActions from '@nx/js/src/release/version-actions
|
|
2
|
+
import JsVersionActions from '@nx/js/src/release/version-actions';
|
|
3
3
|
import { S as StormWorkspaceConfig } from '../../types-DI57BUsw.mjs';
|
|
4
4
|
import { ReleaseGroupWithName } from 'nx/src/command-line/release/config/filter-release-groups';
|
|
5
5
|
import { FinalConfigForProject } from 'nx/src/command-line/release/utils/release-graph';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ProjectGraphProjectNode, Tree } from '@nx/devkit';
|
|
2
|
-
import JsVersionActions from '@nx/js/src/release/version-actions
|
|
2
|
+
import JsVersionActions from '@nx/js/src/release/version-actions';
|
|
3
3
|
import { S as StormWorkspaceConfig } from '../../types-DI57BUsw.js';
|
|
4
4
|
import { ReleaseGroupWithName } from 'nx/src/command-line/release/config/filter-release-groups';
|
|
5
5
|
import { FinalConfigForProject } from 'nx/src/command-line/release/utils/release-graph';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkKLFGYSH4js = require('../../chunk-KLFGYSH4.js');
|
|
4
4
|
require('../../chunk-LQ4UTUAF.js');
|
|
5
5
|
require('../../chunk-CLKU7UMG.js');
|
|
6
6
|
require('../../chunk-LMYTVXGX.js');
|
|
7
7
|
require('../../chunk-CQDBLKPF.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkKLFGYSH4js.StormJsVersionActions;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StormJsVersionActions
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-U7X7MAHX.mjs";
|
|
4
4
|
import "../../chunk-JGXYRLRO.mjs";
|
|
5
5
|
import "../../chunk-45CW7OJB.mjs";
|
|
6
6
|
import "../../chunk-3J2CP54B.mjs";
|
|
7
7
|
import "../../chunk-TBW5MCN6.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-UB6ZNCMG.mjs";
|
|
9
9
|
export {
|
|
10
10
|
StormJsVersionActions as default
|
|
11
11
|
};
|
|
@@ -7,7 +7,7 @@ import "../../chunk-JGXYRLRO.mjs";
|
|
|
7
7
|
import "../../chunk-45CW7OJB.mjs";
|
|
8
8
|
import "../../chunk-3J2CP54B.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-UB6ZNCMG.mjs";
|
|
11
11
|
export {
|
|
12
12
|
StormRustVersionActions as default
|
|
13
13
|
};
|
package/dist/src/types.mjs
CHANGED
package/dist/src/utils/cargo.js
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkHYK7OVZ3js = require('../../chunk-HYK7OVZ3.js');
|
|
12
|
+
require('../../chunk-N2365RCI.js');
|
|
13
|
+
require('../../chunk-CLKU7UMG.js');
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
|
|
@@ -19,4 +21,4 @@ var _chunk32KQVUCFjs = require('../../chunk-32KQVUCF.js');
|
|
|
19
21
|
|
|
20
22
|
|
|
21
23
|
|
|
22
|
-
exports.INVALID_CARGO_ARGS =
|
|
24
|
+
exports.INVALID_CARGO_ARGS = _chunkHYK7OVZ3js.INVALID_CARGO_ARGS; exports.buildCargoCommand = _chunkHYK7OVZ3js.buildCargoCommand; exports.cargoCommand = _chunkHYK7OVZ3js.cargoCommand; exports.cargoCommandSync = _chunkHYK7OVZ3js.cargoCommandSync; exports.cargoMetadata = _chunkHYK7OVZ3js.cargoMetadata; exports.cargoRunCommand = _chunkHYK7OVZ3js.cargoRunCommand; exports.childProcess = _chunkHYK7OVZ3js.childProcess; exports.isExternal = _chunkHYK7OVZ3js.isExternal; exports.runProcess = _chunkHYK7OVZ3js.runProcess;
|
package/dist/src/utils/cargo.mjs
CHANGED
|
@@ -8,8 +8,10 @@ import {
|
|
|
8
8
|
childProcess,
|
|
9
9
|
isExternal,
|
|
10
10
|
runProcess
|
|
11
|
-
} from "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
} from "../../chunk-C3G4MZGP.mjs";
|
|
12
|
+
import "../../chunk-UA33NH5O.mjs";
|
|
13
|
+
import "../../chunk-45CW7OJB.mjs";
|
|
14
|
+
import "../../chunk-UB6ZNCMG.mjs";
|
|
13
15
|
export {
|
|
14
16
|
INVALID_CARGO_ARGS,
|
|
15
17
|
buildCargoCommand,
|
|
@@ -17,7 +17,7 @@ import 'node:child_process';
|
|
|
17
17
|
import '../../types-DI57BUsw.mjs';
|
|
18
18
|
import 'zod';
|
|
19
19
|
import 'zod/v4/mini';
|
|
20
|
-
import 'nx/src/utils/package-json
|
|
20
|
+
import 'nx/src/utils/package-json';
|
|
21
21
|
import 'pkg-types';
|
|
22
22
|
import '../../types-D2zxYEAh.mjs';
|
|
23
23
|
import 'typescript';
|
|
@@ -17,7 +17,7 @@ import 'node:child_process';
|
|
|
17
17
|
import '../../types-DI57BUsw.js';
|
|
18
18
|
import 'zod';
|
|
19
19
|
import 'zod/v4/mini';
|
|
20
|
-
import 'nx/src/utils/package-json
|
|
20
|
+
import 'nx/src/utils/package-json';
|
|
21
21
|
import 'pkg-types';
|
|
22
22
|
import '../../types-D2zxYEAh.js';
|
|
23
23
|
import 'typescript';
|
package/dist/src/utils/index.js
CHANGED
|
@@ -47,7 +47,7 @@ var _chunkVXHOSAQ7js = require('../../chunk-VXHOSAQ7.js');
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
var
|
|
50
|
+
var _chunkHYK7OVZ3js = require('../../chunk-HYK7OVZ3.js');
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
var _chunkMKJITWLNjs = require('../../chunk-MKJITWLN.js');
|
|
@@ -154,4 +154,4 @@ require('../../chunk-CQDBLKPF.js');
|
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
exports.INVALID_CARGO_ARGS =
|
|
157
|
+
exports.INVALID_CARGO_ARGS = _chunkHYK7OVZ3js.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkWCUI5X7Pjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkTM2CRDJWjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkTM2CRDJWjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkTM2CRDJWjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkTM2CRDJWjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk46OIJVV3js.PackageManagerTypes; exports.ProjectTagConstants = _chunkTAP26ZJQjs.ProjectTagConstants; exports.RELEASE = _chunkWCUI5X7Pjs.RELEASE; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk46OIJVV3js.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkTAP26ZJQjs.addPluginProjectTag; exports.addProjectTag = _chunkTAP26ZJQjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkVXHOSAQ7js.applyWorkspaceExecutorTokens; exports.buildCargoCommand = _chunkHYK7OVZ3js.buildCargoCommand; exports.cargoCommand = _chunkHYK7OVZ3js.cargoCommand; exports.cargoCommandSync = _chunkHYK7OVZ3js.cargoCommandSync; exports.cargoMetadata = _chunkHYK7OVZ3js.cargoMetadata; exports.cargoRunCommand = _chunkHYK7OVZ3js.cargoRunCommand; exports.childProcess = _chunkHYK7OVZ3js.childProcess; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkTAP26ZJQjs.formatProjectTag; exports.getGitHubTools = _chunkMKJITWLNjs.getGitHubTools; exports.getLockFileDependencies = _chunkTM2CRDJWjs.getLockFileDependencies; exports.getLockFileName = _chunkTM2CRDJWjs.getLockFileName; exports.getLockFileNodes = _chunkTM2CRDJWjs.getLockFileNodes; exports.getPackageInfo = _chunk46OIJVV3js.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkBAPFD3TOjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkBAPFD3TOjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkDIUWF7BWjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkDIUWF7BWjs.getProjectConfigurations; exports.getProjectPlatform = _chunkBAPFD3TOjs.getProjectPlatform; exports.getProjectRoot = _chunkBAPFD3TOjs.getProjectRoot; exports.getProjectTag = _chunkTAP26ZJQjs.getProjectTag; exports.getRoot = _chunkBAPFD3TOjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkTAP26ZJQjs.hasProjectTag; exports.isEqualProjectTag = _chunkTAP26ZJQjs.isEqualProjectTag; exports.isExternal = _chunkHYK7OVZ3js.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkTM2CRDJWjs.lockFileExists; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.runProcess = _chunkHYK7OVZ3js.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkTAP26ZJQjs.setDefaultProjectTags; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsupVersion = _chunkSZWM7COVjs.tsupVersion; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunkWCUI5X7Pjs.withNamedInputs;
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
childProcess,
|
|
48
48
|
isExternal,
|
|
49
49
|
runProcess
|
|
50
|
-
} from "../../chunk-
|
|
50
|
+
} from "../../chunk-C3G4MZGP.mjs";
|
|
51
51
|
import {
|
|
52
52
|
getGitHubTools
|
|
53
53
|
} from "../../chunk-54BBSJHK.mjs";
|
|
@@ -90,7 +90,7 @@ import {
|
|
|
90
90
|
import "../../chunk-45CW7OJB.mjs";
|
|
91
91
|
import "../../chunk-3J2CP54B.mjs";
|
|
92
92
|
import "../../chunk-TBW5MCN6.mjs";
|
|
93
|
-
import "../../chunk-
|
|
93
|
+
import "../../chunk-UB6ZNCMG.mjs";
|
|
94
94
|
export {
|
|
95
95
|
INVALID_CARGO_ARGS,
|
|
96
96
|
LOCK_FILES,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PackageManager, CreateDependenciesContext, ProjectGraphExternalNode, RawProjectGraphDependency,
|
|
1
|
+
import { PackageManager, CreateDependenciesContext, ProjectGraphExternalNode, RawProjectGraphDependency, CreateNodesContext } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const YARN_LOCK_FILE = "yarn.lock";
|
|
4
4
|
declare const NPM_LOCK_FILE = "package-lock.json";
|
|
@@ -10,7 +10,7 @@ declare const PNPM_LOCK_PATH: string;
|
|
|
10
10
|
/**
|
|
11
11
|
* Parses lock file and maps dependencies and metadata to {@link LockFileGraph}
|
|
12
12
|
*/
|
|
13
|
-
declare function getLockFileNodes(packageManager: PackageManager, contents: string, lockFileHash: string, context:
|
|
13
|
+
declare function getLockFileNodes(packageManager: PackageManager, contents: string, lockFileHash: string, context: CreateNodesContext): {
|
|
14
14
|
nodes: Record<string, ProjectGraphExternalNode>;
|
|
15
15
|
keyMap: Map<string, ProjectGraphExternalNode> | Map<string, Set<ProjectGraphExternalNode>>;
|
|
16
16
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PackageManager, CreateDependenciesContext, ProjectGraphExternalNode, RawProjectGraphDependency,
|
|
1
|
+
import { PackageManager, CreateDependenciesContext, ProjectGraphExternalNode, RawProjectGraphDependency, CreateNodesContext } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const YARN_LOCK_FILE = "yarn.lock";
|
|
4
4
|
declare const NPM_LOCK_FILE = "package-lock.json";
|
|
@@ -10,7 +10,7 @@ declare const PNPM_LOCK_PATH: string;
|
|
|
10
10
|
/**
|
|
11
11
|
* Parses lock file and maps dependencies and metadata to {@link LockFileGraph}
|
|
12
12
|
*/
|
|
13
|
-
declare function getLockFileNodes(packageManager: PackageManager, contents: string, lockFileHash: string, context:
|
|
13
|
+
declare function getLockFileNodes(packageManager: PackageManager, contents: string, lockFileHash: string, context: CreateNodesContext): {
|
|
14
14
|
nodes: Record<string, ProjectGraphExternalNode>;
|
|
15
15
|
keyMap: Map<string, ProjectGraphExternalNode> | Map<string, Set<ProjectGraphExternalNode>>;
|
|
16
16
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ProjectConfiguration } from '@nx/devkit';
|
|
2
2
|
import { CargoToml } from '@storm-software/config-tools/utilities/toml';
|
|
3
|
-
import { PackageJson } from 'nx/src/utils/package-json
|
|
3
|
+
import { PackageJson } from 'nx/src/utils/package-json';
|
|
4
4
|
|
|
5
5
|
type PackageManagerType = "package.json" | "Cargo.toml";
|
|
6
6
|
declare const PackageManagerTypes: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ProjectConfiguration } from '@nx/devkit';
|
|
2
2
|
import { CargoToml } from '@storm-software/config-tools/utilities/toml';
|
|
3
|
-
import { PackageJson } from 'nx/src/utils/package-json
|
|
3
|
+
import { PackageJson } from 'nx/src/utils/package-json';
|
|
4
4
|
|
|
5
5
|
type PackageManagerType = "package.json" | "Cargo.toml";
|
|
6
6
|
declare const PackageManagerTypes: {
|