@storm-software/workspace-tools 1.296.61 → 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-FJK7GHBY.mjs → chunk-3UMEF5UB.mjs} +1 -1
- package/dist/{chunk-NXB4Z7NS.js → chunk-3ZTDNSFF.js} +3 -3
- package/dist/{chunk-NB5WSHYS.js → chunk-6PL6C6JQ.js} +3 -3
- package/dist/{chunk-KZSELW4F.mjs → chunk-6SHXH4OG.mjs} +2 -2
- package/dist/{chunk-2UXPU3BM.mjs → chunk-BCJOE7LL.mjs} +1 -1
- 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-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-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/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
|
@@ -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.mjs
CHANGED
|
@@ -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.mjs
CHANGED
|
@@ -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: {
|
|
@@ -7,7 +7,7 @@ import "../../chunk-UA33NH5O.mjs";
|
|
|
7
7
|
import "../../chunk-2GQSCZ3J.mjs";
|
|
8
8
|
import "../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-UB6ZNCMG.mjs";
|
|
11
11
|
export {
|
|
12
12
|
PackageManagerTypes,
|
|
13
13
|
addPackageJsonGitHead,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ProjectConfiguration,
|
|
1
|
+
import { ProjectConfiguration, CreateNodesContext } from '@nx/devkit';
|
|
2
2
|
import { PackageJson } from 'pkg-types';
|
|
3
3
|
|
|
4
4
|
declare function getProjectPlatform(project: ProjectConfiguration, ignoreTags?: boolean): "node" | "neutral" | "browser" | "worker";
|
|
@@ -15,6 +15,6 @@ declare function getProjectConfigFromProjectRoot(projectRoot: string, packageJso
|
|
|
15
15
|
* @returns The project root directory or null if not found.
|
|
16
16
|
*/
|
|
17
17
|
declare function getProjectRoot(configPath: string, workspaceRoot: string): string | null;
|
|
18
|
-
declare function getRoot(projectRoot: string, context:
|
|
18
|
+
declare function getRoot(projectRoot: string, context: CreateNodesContext): string;
|
|
19
19
|
|
|
20
20
|
export { getProjectConfigFromProjectJsonPath, getProjectConfigFromProjectRoot, getProjectPlatform, getProjectRoot, getRoot };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ProjectConfiguration,
|
|
1
|
+
import { ProjectConfiguration, CreateNodesContext } from '@nx/devkit';
|
|
2
2
|
import { PackageJson } from 'pkg-types';
|
|
3
3
|
|
|
4
4
|
declare function getProjectPlatform(project: ProjectConfiguration, ignoreTags?: boolean): "node" | "neutral" | "browser" | "worker";
|
|
@@ -15,6 +15,6 @@ declare function getProjectConfigFromProjectRoot(projectRoot: string, packageJso
|
|
|
15
15
|
* @returns The project root directory or null if not found.
|
|
16
16
|
*/
|
|
17
17
|
declare function getProjectRoot(configPath: string, workspaceRoot: string): string | null;
|
|
18
|
-
declare function getRoot(projectRoot: string, context:
|
|
18
|
+
declare function getRoot(projectRoot: string, context: CreateNodesContext): string;
|
|
19
19
|
|
|
20
20
|
export { getProjectConfigFromProjectJsonPath, getProjectConfigFromProjectRoot, getProjectPlatform, getProjectRoot, getRoot };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.296.
|
|
3
|
+
"version": "1.296.62",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"monorepo",
|
|
@@ -232,16 +232,16 @@
|
|
|
232
232
|
"@actions/core": "^3.0.1",
|
|
233
233
|
"@ltd/j-toml": "1.38.0",
|
|
234
234
|
"@microsoft/api-extractor": "^7.58.9",
|
|
235
|
-
"@nx/devkit": "
|
|
236
|
-
"@nx/js": "
|
|
235
|
+
"@nx/devkit": "23.0.1",
|
|
236
|
+
"@nx/js": "23.0.1",
|
|
237
237
|
"@samchon/openapi": "^2.5.3",
|
|
238
238
|
"@size-limit/esbuild": "^11.2.0",
|
|
239
239
|
"@size-limit/esbuild-why": "^11.2.0",
|
|
240
240
|
"@size-limit/file": "^11.2.0",
|
|
241
|
-
"@storm-software/config-tools": "^1.190.
|
|
242
|
-
"@storm-software/npm-tools": "^0.6.
|
|
243
|
-
"@storm-software/pnpm-tools": "^0.7.
|
|
244
|
-
"@storm-software/prettier": "^0.59.
|
|
241
|
+
"@storm-software/config-tools": "^1.190.82",
|
|
242
|
+
"@storm-software/npm-tools": "^0.6.200",
|
|
243
|
+
"@storm-software/pnpm-tools": "^0.7.93",
|
|
244
|
+
"@storm-software/prettier": "^0.59.135",
|
|
245
245
|
"fs-extra": "11.2.0",
|
|
246
246
|
"glob": "^11.1.0",
|
|
247
247
|
"jiti": "^2.7.0",
|
|
@@ -255,17 +255,17 @@
|
|
|
255
255
|
},
|
|
256
256
|
"devDependencies": {
|
|
257
257
|
"@napi-rs/cli": "^3.7.2",
|
|
258
|
-
"@storm-software/esbuild": "^0.53.
|
|
259
|
-
"@storm-software/package-constants": "^0.1.
|
|
260
|
-
"@storm-software/tsdown": "^0.45.
|
|
261
|
-
"@storm-software/unbuild": "^0.57.
|
|
258
|
+
"@storm-software/esbuild": "^0.53.243",
|
|
259
|
+
"@storm-software/package-constants": "^0.1.95",
|
|
260
|
+
"@storm-software/tsdown": "^0.45.243",
|
|
261
|
+
"@storm-software/unbuild": "^0.57.243",
|
|
262
262
|
"@types/micromatch": "^4.0.10",
|
|
263
263
|
"@types/node": "^25.9.4",
|
|
264
264
|
"@types/semver": "^7.7.1",
|
|
265
265
|
"defu": "^6.1.7",
|
|
266
|
-
"nx": "
|
|
266
|
+
"nx": "23.0.1",
|
|
267
267
|
"pkg-types": "^1.3.1",
|
|
268
|
-
"prettier": "^3.9.
|
|
268
|
+
"prettier": "^3.9.3",
|
|
269
269
|
"tsup": "8.4.0",
|
|
270
270
|
"typescript": "^5.9.3"
|
|
271
271
|
},
|
|
@@ -290,5 +290,5 @@
|
|
|
290
290
|
"publishConfig": { "access": "public" },
|
|
291
291
|
"executors": "./executors.json",
|
|
292
292
|
"generators": "./generators.json",
|
|
293
|
-
"gitHead": "
|
|
293
|
+
"gitHead": "3fe24e50009c66cd4ff8b417a44f904740d0283a"
|
|
294
294
|
}
|