@storm-software/workspace-tools 1.288.0 → 1.289.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -0
- package/README.md +1 -1
- package/dist/{chunk-YTQNRG2E.mjs → chunk-EJXUFIMK.mjs} +4 -3
- package/dist/{chunk-5WETPBWF.mjs → chunk-FT7UVNPS.mjs} +1 -1
- package/dist/{chunk-Q27SXGNA.js → chunk-KSOS2M7J.js} +4 -3
- package/dist/{chunk-PXZIBYEN.mjs → chunk-PKUOYXI3.mjs} +1 -1
- package/dist/{chunk-VHSLNH66.mjs → chunk-QFSU34UE.mjs} +1 -1
- package/dist/{chunk-MHMMP3BC.mjs → chunk-VAJB3RTI.mjs} +1 -1
- package/dist/{chunk-VYOG7MYI.mjs → chunk-VZPMAVID.mjs} +1 -1
- package/dist/executors.mjs +1 -1
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +6 -6
- package/dist/index.js +2 -2
- package/dist/index.mjs +6 -6
- 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.mjs +1 -1
- 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.mjs +1 -1
- package/dist/src/executors/esbuild/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/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.mjs +2 -2
- 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.mjs +2 -2
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.mjs +2 -2
- 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/generators/release-version/generator.js +2 -2
- package/dist/src/generators/release-version/generator.mjs +2 -2
- package/dist/src/generators/release-version/untyped.mjs +1 -1
- 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.mjs +1 -1
- package/dist/src/plugins/typescript/tsup.mjs +1 -1
- package/dist/src/plugins/typescript/untyped-schema.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/index.mjs +1 -1
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-helpers.mjs +1 -1
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,46 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.289.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.289.0) (2025-09-16)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **conventional-changelog:** Added the Storm Software shared
|
|
10
|
+
`conventional-changelog` configuration
|
|
11
|
+
([9f65827b6](https://github.com/storm-software/storm-ops/commit/9f65827b6))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Update workspace package links
|
|
16
|
+
([865d707d8](https://github.com/storm-software/storm-ops/commit/865d707d8))
|
|
17
|
+
|
|
18
|
+
### Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- Updated pnpm-tools to 0.3.0
|
|
21
|
+
- Updated npm-tools to 0.3.0
|
|
22
|
+
- Updated prettier to 0.55.0
|
|
23
|
+
- Updated esbuild to 0.51.0
|
|
24
|
+
- Updated unbuild to 0.55.0
|
|
25
|
+
|
|
26
|
+
## [1.288.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.288.0) (2025-09-16)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
- **cspell:** Added React specific terms to CSpell dictionary
|
|
31
|
+
([7bf0f8687](https://github.com/storm-software/storm-ops/commit/7bf0f8687))
|
|
32
|
+
|
|
33
|
+
### Miscellaneous
|
|
34
|
+
|
|
35
|
+
- **monorepo:** Update workspace package links
|
|
36
|
+
([1494df98f](https://github.com/storm-software/storm-ops/commit/1494df98f))
|
|
37
|
+
|
|
38
|
+
### Updated Dependencies
|
|
39
|
+
|
|
40
|
+
- Updated pnpm-tools to 0.2.0
|
|
41
|
+
- Updated npm-tools to 0.2.0
|
|
42
|
+
- Updated esbuild to 0.50.0
|
|
43
|
+
- Updated unbuild to 0.54.0
|
|
44
|
+
|
|
5
45
|
## [1.287.11](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.287.11) (2025-09-15)
|
|
6
46
|
|
|
7
47
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
import { resolveLocalPackageDependencies as resolveLocalPackageJsonDependencies } from "@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies";
|
|
40
40
|
import { updateLockFile } from "@nx/js/src/release/utils/update-lock-file";
|
|
41
41
|
|
|
42
|
-
// ../git-tools/dist/chunk-
|
|
42
|
+
// ../git-tools/dist/chunk-GRCMQK4Q.js
|
|
43
43
|
var COMMIT_TYPES = {
|
|
44
44
|
/* --- Bumps version when selected --- */
|
|
45
45
|
"chore": {
|
|
@@ -265,8 +265,9 @@ var DEFAULT_MINIMAL_COMMIT_RULES = {
|
|
|
265
265
|
],
|
|
266
266
|
"type-max-length": [2, "always", 20],
|
|
267
267
|
"type-min-length": [2, "always", 3],
|
|
268
|
+
"scope-empty": 0,
|
|
268
269
|
"scope-case": 0,
|
|
269
|
-
"scope-
|
|
270
|
+
"scope-enum": 0
|
|
270
271
|
/* Disabled */
|
|
271
272
|
};
|
|
272
273
|
var DEFAULT_MONOREPO_COMMIT_RULES = {
|
|
@@ -294,7 +295,7 @@ var DEFAULT_MONOREPO_COMMIT_RULES = {
|
|
|
294
295
|
"scope-empty": [2, "never"]
|
|
295
296
|
};
|
|
296
297
|
|
|
297
|
-
// ../git-tools/dist/chunk-
|
|
298
|
+
// ../git-tools/dist/chunk-2IQTQBAX.js
|
|
298
299
|
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG = {
|
|
299
300
|
questions: DEFAULT_MONOREPO_COMMIT_QUESTIONS,
|
|
300
301
|
types: COMMIT_TYPES
|
|
@@ -39,7 +39,7 @@ var _devkit = require('@nx/devkit');
|
|
|
39
39
|
var _resolvelocalpackagedependencies = require('@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies');
|
|
40
40
|
var _updatelockfile = require('@nx/js/src/release/utils/update-lock-file');
|
|
41
41
|
|
|
42
|
-
// ../git-tools/dist/chunk-
|
|
42
|
+
// ../git-tools/dist/chunk-GRCMQK4Q.js
|
|
43
43
|
var COMMIT_TYPES = {
|
|
44
44
|
/* --- Bumps version when selected --- */
|
|
45
45
|
"chore": {
|
|
@@ -265,8 +265,9 @@ var DEFAULT_MINIMAL_COMMIT_RULES = {
|
|
|
265
265
|
],
|
|
266
266
|
"type-max-length": [2, "always", 20],
|
|
267
267
|
"type-min-length": [2, "always", 3],
|
|
268
|
+
"scope-empty": 0,
|
|
268
269
|
"scope-case": 0,
|
|
269
|
-
"scope-
|
|
270
|
+
"scope-enum": 0
|
|
270
271
|
/* Disabled */
|
|
271
272
|
};
|
|
272
273
|
var DEFAULT_MONOREPO_COMMIT_RULES = {
|
|
@@ -294,7 +295,7 @@ var DEFAULT_MONOREPO_COMMIT_RULES = {
|
|
|
294
295
|
"scope-empty": [2, "never"]
|
|
295
296
|
};
|
|
296
297
|
|
|
297
|
-
// ../git-tools/dist/chunk-
|
|
298
|
+
// ../git-tools/dist/chunk-2IQTQBAX.js
|
|
298
299
|
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG = {
|
|
299
300
|
questions: DEFAULT_MONOREPO_COMMIT_QUESTIONS,
|
|
300
301
|
types: COMMIT_TYPES
|
|
@@ -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__951eea6f126fd84bd771c4f315c150af/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);
|
package/dist/executors.mjs
CHANGED
package/dist/generators.js
CHANGED
|
@@ -7,7 +7,7 @@ var _chunkR46H5YPGjs = require('./chunk-R46H5YPG.js');
|
|
|
7
7
|
var _chunk3DQHYRAWjs = require('./chunk-3DQHYRAW.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkKSOS2M7Jjs = require('./chunk-KSOS2M7J.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var _chunk7OBL2GKKjs = require('./chunk-7OBL2GKK.js');
|
|
@@ -39,4 +39,4 @@ require('./chunk-53DNHF7B.js');
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
exports.browserLibraryGeneratorFn = _chunk7OBL2GKKjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkL7Z66BRKjs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkG3LFGXX3js.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkR46H5YPGjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunk3DQHYRAWjs.presetGeneratorFn; exports.releaseVersionGeneratorFn =
|
|
42
|
+
exports.browserLibraryGeneratorFn = _chunk7OBL2GKKjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkL7Z66BRKjs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkG3LFGXX3js.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkR46H5YPGjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunk3DQHYRAWjs.presetGeneratorFn; exports.releaseVersionGeneratorFn = _chunkKSOS2M7Jjs.releaseVersionGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
2
|
import {
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-VZPMAVID.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-VAJB3RTI.mjs";
|
|
8
8
|
import {
|
|
9
9
|
releaseVersionGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-EJXUFIMK.mjs";
|
|
11
11
|
import {
|
|
12
12
|
browserLibraryGeneratorFn
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-PKUOYXI3.mjs";
|
|
14
14
|
import {
|
|
15
15
|
configSchemaGeneratorFn
|
|
16
16
|
} from "./chunk-YMP6D267.mjs";
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
} from "./chunk-437WGH2M.mjs";
|
|
20
20
|
import {
|
|
21
21
|
neutralLibraryGeneratorFn
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-FT7UVNPS.mjs";
|
|
23
23
|
import "./chunk-LNCNJLSB.mjs";
|
|
24
24
|
import "./chunk-QC5ON3X4.mjs";
|
|
25
25
|
import "./chunk-M7ZPKNJT.mjs";
|
|
@@ -31,7 +31,7 @@ import "./chunk-HJPVYUW7.mjs";
|
|
|
31
31
|
import "./chunk-V44DYGWX.mjs";
|
|
32
32
|
import "./chunk-M5Z57CUO.mjs";
|
|
33
33
|
import "./chunk-U7JFVMCK.mjs";
|
|
34
|
-
import "./chunk-
|
|
34
|
+
import "./chunk-QFSU34UE.mjs";
|
|
35
35
|
export {
|
|
36
36
|
browserLibraryGeneratorFn,
|
|
37
37
|
configSchemaGeneratorFn,
|
package/dist/index.js
CHANGED
|
@@ -106,7 +106,7 @@ var _chunkR46H5YPGjs = require('./chunk-R46H5YPG.js');
|
|
|
106
106
|
var _chunk3DQHYRAWjs = require('./chunk-3DQHYRAW.js');
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
var
|
|
109
|
+
var _chunkKSOS2M7Jjs = require('./chunk-KSOS2M7J.js');
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
var _chunk7OBL2GKKjs = require('./chunk-7OBL2GKK.js');
|
|
@@ -280,4 +280,4 @@ var _chunk7CJRMBX3js = require('./chunk-7CJRMBX3.js');
|
|
|
280
280
|
|
|
281
281
|
|
|
282
282
|
|
|
283
|
-
exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunk6P42TFF5js.LARGE_BUFFER; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkIBTPJDV6js.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk73IC2JQVjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.RELEASE = _chunkIBTPJDV6js.RELEASE; exports.YARN_LOCK_FILE = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk73IC2JQVjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunk4DLKOUQAjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunk7OBL2GKKjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunk2JYSOWHXjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkUH5PNSPJjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkDY4PYCP6js.cargoClippyExecutor; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoDocExecutor = _chunkEIZKPKJHjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkS5DC4QM3js.cargoFormatExecutor; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.configSchemaGeneratorFn = _chunkL7Z66BRKjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkQKQRWKYXjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunk7Y353S7Djs.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkAX3RSZT7js.formatProjectTag; exports.getLockFileDependencies = _chunkXZSS3YABjs.getLockFileDependencies; exports.getLockFileName = _chunkXZSS3YABjs.getLockFileName; exports.getLockFileNodes = _chunkXZSS3YABjs.getLockFileNodes; exports.getOutputPath = _chunkQKQRWKYXjs.getOutputPath; exports.getPackageInfo = _chunk73IC2JQVjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkJ6F3WHRBjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkJ6F3WHRBjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkUZ63ALZQjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkUZ63ALZQjs.getProjectConfigurations; exports.getProjectPlatform = _chunkJ6F3WHRBjs.getProjectPlatform; exports.getProjectRoot = _chunkJ6F3WHRBjs.getProjectRoot; exports.getProjectTag = _chunkAX3RSZT7js.getProjectTag; exports.getRegistryVersion = _chunkWRXLSZ6Ijs.getRegistryVersion; exports.getRoot = _chunkJ6F3WHRBjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkAX3RSZT7js.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkAX3RSZT7js.isEqualProjectTag; exports.isExternal = _chunkLJDV7HFTjs.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkXZSS3YABjs.lockFileExists; exports.neutralLibraryGeneratorFn = _chunkG3LFGXX3js.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkR46H5YPGjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunkQKQRWKYXjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunk3DQHYRAWjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.releaseVersionGeneratorFn =
|
|
283
|
+
exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunk6P42TFF5js.LARGE_BUFFER; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkIBTPJDV6js.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk73IC2JQVjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.RELEASE = _chunkIBTPJDV6js.RELEASE; exports.YARN_LOCK_FILE = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk73IC2JQVjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunk4DLKOUQAjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunk7OBL2GKKjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunk2JYSOWHXjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkUH5PNSPJjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkDY4PYCP6js.cargoClippyExecutor; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoDocExecutor = _chunkEIZKPKJHjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkS5DC4QM3js.cargoFormatExecutor; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.configSchemaGeneratorFn = _chunkL7Z66BRKjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkQKQRWKYXjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunk7Y353S7Djs.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkAX3RSZT7js.formatProjectTag; exports.getLockFileDependencies = _chunkXZSS3YABjs.getLockFileDependencies; exports.getLockFileName = _chunkXZSS3YABjs.getLockFileName; exports.getLockFileNodes = _chunkXZSS3YABjs.getLockFileNodes; exports.getOutputPath = _chunkQKQRWKYXjs.getOutputPath; exports.getPackageInfo = _chunk73IC2JQVjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkJ6F3WHRBjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkJ6F3WHRBjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkUZ63ALZQjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkUZ63ALZQjs.getProjectConfigurations; exports.getProjectPlatform = _chunkJ6F3WHRBjs.getProjectPlatform; exports.getProjectRoot = _chunkJ6F3WHRBjs.getProjectRoot; exports.getProjectTag = _chunkAX3RSZT7js.getProjectTag; exports.getRegistryVersion = _chunkWRXLSZ6Ijs.getRegistryVersion; exports.getRoot = _chunkJ6F3WHRBjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkAX3RSZT7js.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkAX3RSZT7js.isEqualProjectTag; exports.isExternal = _chunkLJDV7HFTjs.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkXZSS3YABjs.lockFileExists; exports.neutralLibraryGeneratorFn = _chunkG3LFGXX3js.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkR46H5YPGjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunkQKQRWKYXjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunk3DQHYRAWjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkKSOS2M7Jjs.releaseVersionGeneratorFn; exports.runProcess = _chunkLJDV7HFTjs.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkAX3RSZT7js.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkPNWYSTCQjs.sizeLimitExecutorFn; 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.typeScriptLibraryGeneratorFn = _chunkQKQRWKYXjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkCLMAB7TAjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.typiaExecutorFn = _chunkG2ZFORXGjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk7IF3RQD4js.unbuildExecutorFn; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunkIBTPJDV6js.withNamedInputs; exports.withRunExecutor = _chunkPQGJJ2VCjs.withRunExecutor; exports.withRunGenerator = _chunkVGRHMX4Gjs.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -100,16 +100,16 @@ import {
|
|
|
100
100
|
import "./chunk-RLIZVCIN.mjs";
|
|
101
101
|
import {
|
|
102
102
|
nodeLibraryGeneratorFn
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-VZPMAVID.mjs";
|
|
104
104
|
import {
|
|
105
105
|
presetGeneratorFn
|
|
106
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-VAJB3RTI.mjs";
|
|
107
107
|
import {
|
|
108
108
|
releaseVersionGeneratorFn
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-EJXUFIMK.mjs";
|
|
110
110
|
import {
|
|
111
111
|
browserLibraryGeneratorFn
|
|
112
|
-
} from "./chunk-
|
|
112
|
+
} from "./chunk-PKUOYXI3.mjs";
|
|
113
113
|
import {
|
|
114
114
|
configSchemaGeneratorFn
|
|
115
115
|
} from "./chunk-YMP6D267.mjs";
|
|
@@ -118,7 +118,7 @@ import {
|
|
|
118
118
|
} from "./chunk-437WGH2M.mjs";
|
|
119
119
|
import {
|
|
120
120
|
neutralLibraryGeneratorFn
|
|
121
|
-
} from "./chunk-
|
|
121
|
+
} from "./chunk-FT7UVNPS.mjs";
|
|
122
122
|
import {
|
|
123
123
|
createProjectTsConfigJson,
|
|
124
124
|
getOutputPath,
|
|
@@ -182,7 +182,7 @@ import "./chunk-U7JFVMCK.mjs";
|
|
|
182
182
|
import {
|
|
183
183
|
base_generator_untyped_default
|
|
184
184
|
} from "./chunk-34LSWMWV.mjs";
|
|
185
|
-
import "./chunk-
|
|
185
|
+
import "./chunk-QFSU34UE.mjs";
|
|
186
186
|
export {
|
|
187
187
|
INVALID_CARGO_ARGS,
|
|
188
188
|
LARGE_BUFFER,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import "../../chunk-U7JFVMCK.mjs";
|
|
|
33
33
|
import {
|
|
34
34
|
base_generator_untyped_default
|
|
35
35
|
} from "../../chunk-34LSWMWV.mjs";
|
|
36
|
-
import "../../chunk-
|
|
36
|
+
import "../../chunk-QFSU34UE.mjs";
|
|
37
37
|
export {
|
|
38
38
|
base_executor_untyped_default as baseExecutorSchema,
|
|
39
39
|
base_generator_untyped_default as baseGeneratorSchema,
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../chunk-MXVEXRT2.mjs";
|
|
4
4
|
import "../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-QFSU34UE.mjs";
|
|
6
6
|
export {
|
|
7
7
|
typescript_build_executor_untyped_default as default
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../chunk-SW2E5MQJ.mjs";
|
|
4
4
|
import "../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-QFSU34UE.mjs";
|
|
6
6
|
export {
|
|
7
7
|
typescript_library_generator_untyped_default as default
|
|
8
8
|
};
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoBuildExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-build/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoCheckExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-check/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoClippyExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-clippy/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoDocExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-doc/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoFormatExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-format/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../../../chunk-7DLHAWLG.mjs";
|
|
5
5
|
import "../../../chunk-SVIG7SR3.mjs";
|
|
6
6
|
import "../../../chunk-V44DYGWX.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
8
8
|
export {
|
|
9
9
|
runExecutor as default,
|
|
10
10
|
getRegistryVersion
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-publish/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-M5Z57CUO.mjs";
|
|
|
10
10
|
import {
|
|
11
11
|
joinPaths
|
|
12
12
|
} from "../../../chunk-U7JFVMCK.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
14
14
|
|
|
15
15
|
// src/executors/clean-package/executor.ts
|
|
16
16
|
import { joinPathFragments } from "@nx/devkit";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
esbuildExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-MXVEXRT2.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/esbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
10
10
|
import "../../../chunk-V44DYGWX.mjs";
|
|
11
11
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
12
12
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
14
14
|
export {
|
|
15
15
|
LARGE_BUFFER,
|
|
16
16
|
npmPublishExecutorFn as default
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
sizeLimitExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
typiaExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
unbuildExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-MXVEXRT2.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/unbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
browserLibraryGeneratorFn,
|
|
3
3
|
generator_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-PKUOYXI3.mjs";
|
|
5
5
|
import "../../../chunk-LNCNJLSB.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-F66XEAID.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
11
11
|
import "../../../chunk-V44DYGWX.mjs";
|
|
12
12
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
13
13
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
15
15
|
export {
|
|
16
16
|
browserLibraryGeneratorFn,
|
|
17
17
|
generator_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../../chunk-SW2E5MQJ.mjs";
|
|
4
4
|
import "../../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/browser-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
12
12
|
export {
|
|
13
13
|
configSchemaGeneratorFn,
|
|
14
14
|
generator_default as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-FT7UVNPS.mjs";
|
|
5
5
|
import "../../../chunk-LNCNJLSB.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-F66XEAID.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
11
11
|
import "../../../chunk-V44DYGWX.mjs";
|
|
12
12
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
13
13
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
15
15
|
export {
|
|
16
16
|
generator_default as default,
|
|
17
17
|
neutralLibraryGeneratorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../../chunk-SW2E5MQJ.mjs";
|
|
4
4
|
import "../../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/neutral-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-VZPMAVID.mjs";
|
|
5
5
|
import "../../../chunk-LNCNJLSB.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-F66XEAID.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
11
11
|
import "../../../chunk-V44DYGWX.mjs";
|
|
12
12
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
13
13
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
15
15
|
export {
|
|
16
16
|
generator_default as default,
|
|
17
17
|
nodeLibraryGeneratorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../../chunk-SW2E5MQJ.mjs";
|
|
4
4
|
import "../../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/node-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
presetGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-VAJB3RTI.mjs";
|
|
5
5
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
6
6
|
import "../../../chunk-V3SVHUFX.mjs";
|
|
7
7
|
import "../../../chunk-KYGWN2MB.mjs";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-HJPVYUW7.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
13
13
|
export {
|
|
14
14
|
generator_default as default,
|
|
15
15
|
presetGeneratorFn
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkKSOS2M7Jjs = require('../../../chunk-KSOS2M7J.js');
|
|
5
5
|
require('../../../chunk-DA53ZKBY.js');
|
|
6
6
|
require('../../../chunk-452FQZ3B.js');
|
|
7
7
|
require('../../../chunk-OSMA3OJG.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-53DNHF7B.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunkKSOS2M7Jjs.generator_default; exports.releaseVersionGeneratorFn = _chunkKSOS2M7Jjs.releaseVersionGeneratorFn;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
releaseVersionGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-EJXUFIMK.mjs";
|
|
5
5
|
import "../../../chunk-M7ZPKNJT.mjs";
|
|
6
6
|
import "../../../chunk-SVIG7SR3.mjs";
|
|
7
7
|
import "../../../chunk-HJPVYUW7.mjs";
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-M5Z57CUO.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
12
12
|
export {
|
|
13
13
|
generator_default as default,
|
|
14
14
|
releaseVersionGeneratorFn
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
import "../../../chunk-4RYLWWPW.mjs";
|
|
10
10
|
import "../../../chunk-6LP3KKXE.mjs";
|
|
11
11
|
import "../../../chunk-F66XEAID.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
13
13
|
export {
|
|
14
14
|
DEFAULT_ERROR_MESSAGE,
|
|
15
15
|
DefaultCargoPluginProfileMap,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
import "../../../chunk-4RYLWWPW.mjs";
|
|
10
10
|
import "../../../chunk-6LP3KKXE.mjs";
|
|
11
11
|
import "../../../chunk-F66XEAID.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
13
13
|
export {
|
|
14
14
|
DEFAULT_ERROR_MESSAGE,
|
|
15
15
|
DefaultCargoPluginProfileMap,
|
package/dist/src/types.mjs
CHANGED
package/dist/src/utils/cargo.mjs
CHANGED
package/dist/src/utils/index.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import "../../chunk-SVIG7SR3.mjs";
|
|
|
7
7
|
import "../../chunk-F66XEAID.mjs";
|
|
8
8
|
import "../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../chunk-U7JFVMCK.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-QFSU34UE.mjs";
|
|
11
11
|
export {
|
|
12
12
|
PackageManagerTypes,
|
|
13
13
|
addPackageJsonGitHead,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.289.1",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -208,11 +208,11 @@
|
|
|
208
208
|
"@size-limit/esbuild": "11.1.4",
|
|
209
209
|
"@size-limit/esbuild-why": "11.1.4",
|
|
210
210
|
"@size-limit/file": "11.1.4",
|
|
211
|
-
"@storm-software/esbuild": "^0.
|
|
212
|
-
"@storm-software/npm-tools": "^0.
|
|
213
|
-
"@storm-software/pnpm-tools": "^0.
|
|
214
|
-
"@storm-software/prettier": "^0.
|
|
215
|
-
"@storm-software/unbuild": "^0.
|
|
211
|
+
"@storm-software/esbuild": "^0.51.1",
|
|
212
|
+
"@storm-software/npm-tools": "^0.3.1",
|
|
213
|
+
"@storm-software/pnpm-tools": "^0.3.1",
|
|
214
|
+
"@storm-software/prettier": "^0.55.1",
|
|
215
|
+
"@storm-software/unbuild": "^0.55.1",
|
|
216
216
|
"fs-extra": "11.2.0",
|
|
217
217
|
"glob": "^11.0.1",
|
|
218
218
|
"jiti": "^2.4.2",
|
|
@@ -237,5 +237,5 @@
|
|
|
237
237
|
"publishConfig": { "access": "public" },
|
|
238
238
|
"executors": "./executors.json",
|
|
239
239
|
"generators": "./generators.json",
|
|
240
|
-
"gitHead": "
|
|
240
|
+
"gitHead": "3958254bc37de8a1ac03db3c6be1fb3c6cbf6623"
|
|
241
241
|
}
|