@storm-software/workspace-tools 1.290.3 → 1.290.4
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 +15 -0
- package/README.md +1 -1
- package/dist/{chunk-I5QGFMUH.mjs → chunk-4ZFI7RRO.mjs} +2 -1
- package/dist/{chunk-WJA33YN6.js → chunk-J7EMDGZG.js} +3 -2
- package/dist/{chunk-URLWKK3Z.js → chunk-T22M3VGL.js} +1 -1
- package/dist/{chunk-M3HC5OLX.mjs → chunk-TLKHHQP5.mjs} +1 -1
- package/dist/{chunk-LKIIAI4Y.mjs → chunk-UCASO3DX.mjs} +1 -1
- package/dist/{chunk-ZDIU6OXP.js → chunk-X65UAI5Q.js} +9 -9
- package/dist/executors.js +3 -3
- package/dist/executors.mjs +2 -2
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +4 -4
- package/dist/index.mjs +3 -3
- package/dist/src/executors/npm-publish/executor.js +3 -3
- package/dist/src/executors/npm-publish/executor.mjs +2 -2
- package/dist/src/generators/release-version/generator.js +3 -3
- package/dist/src/generators/release-version/generator.mjs +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.290.3](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.290.3) (2025-09-20)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([b5a7b29f8](https://github.com/storm-software/storm-ops/commit/b5a7b29f8))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated pnpm-tools to 0.4.3
|
|
15
|
+
- Updated npm-tools to 0.4.3
|
|
16
|
+
- Updated prettier to 0.56.2
|
|
17
|
+
- Updated esbuild to 0.52.3
|
|
18
|
+
- Updated unbuild to 0.56.3
|
|
19
|
+
|
|
5
20
|
## [1.290.2](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.290.2) (2025-09-19)
|
|
6
21
|
|
|
7
22
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
getNpmRegistry,
|
|
6
6
|
getRegistry
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-UCASO3DX.mjs";
|
|
8
8
|
import {
|
|
9
9
|
findWorkspaceRoot
|
|
10
10
|
} from "./chunk-2C4FZPU6.mjs";
|
|
@@ -22,6 +22,7 @@ import { readFile as readFile2, writeFile as writeFile2 } from "node:fs/promises
|
|
|
22
22
|
import { format } from "prettier";
|
|
23
23
|
|
|
24
24
|
// ../pnpm-tools/src/helpers/catalog.ts
|
|
25
|
+
import { getWorkspaceConfig } from "packages/config-tools/dist/get-config.cjs";
|
|
25
26
|
import { coerce, gt, valid } from "semver";
|
|
26
27
|
|
|
27
28
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
@@ -4,7 +4,7 @@ var _chunk7QY4X73Cjs = require('./chunk-7QY4X73C.js');
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkT22M3VGLjs = require('./chunk-T22M3VGL.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkL7U4GRI6js = require('./chunk-L7U4GRI6.js');
|
|
@@ -22,6 +22,7 @@ var _promises = require('fs/promises');
|
|
|
22
22
|
var _prettier = require('prettier');
|
|
23
23
|
|
|
24
24
|
// ../pnpm-tools/src/helpers/catalog.ts
|
|
25
|
+
var _getconfigcjs = require('packages/config-tools/dist/get-config.cjs');
|
|
25
26
|
var _semver = require('semver');
|
|
26
27
|
|
|
27
28
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
@@ -287,7 +288,7 @@ async function npmPublishExecutorFn(options, context) {
|
|
|
287
288
|
const npmViewCommandSegments = [
|
|
288
289
|
`npm view ${packageName} versions dist-tags --json`
|
|
289
290
|
];
|
|
290
|
-
const registry = await _asyncNullishCoalesce(options.registry, async () => ( (await
|
|
291
|
+
const registry = await _asyncNullishCoalesce(options.registry, async () => ( (await _chunkT22M3VGLjs.getRegistry.call(void 0, ) || _chunkT22M3VGLjs.getNpmRegistry.call(void 0, ))));
|
|
291
292
|
if (registry) {
|
|
292
293
|
npmPublishCommandSegments.push(`--registry="${registry}" `);
|
|
293
294
|
npmViewCommandSegments.push(`--registry="${registry}" `);
|
|
@@ -47,7 +47,7 @@ async function getGitHubRegistry() {
|
|
|
47
47
|
// ../npm-tools/src/helpers/get-version.ts
|
|
48
48
|
|
|
49
49
|
async function getVersion(packageName, tag = DEFAULT_NPM_TAG, options = {}) {
|
|
50
|
-
const { registry = getRegistry() } = options;
|
|
50
|
+
const { registry = await getRegistry() } = options;
|
|
51
51
|
return new Promise((resolve, reject) => {
|
|
52
52
|
_child_process.exec.call(void 0,
|
|
53
53
|
`npm view ${packageName} version --registry=${registry} --tag=${tag}`,
|
|
@@ -47,7 +47,7 @@ async function getGitHubRegistry() {
|
|
|
47
47
|
// ../npm-tools/src/helpers/get-version.ts
|
|
48
48
|
import { exec as exec2 } from "node:child_process";
|
|
49
49
|
async function getVersion(packageName, tag = DEFAULT_NPM_TAG, options = {}) {
|
|
50
|
-
const { registry = getRegistry() } = options;
|
|
50
|
+
const { registry = await getRegistry() } = options;
|
|
51
51
|
return new Promise((resolve, reject) => {
|
|
52
52
|
exec2(
|
|
53
53
|
`npm view ${packageName} version --registry=${registry} --tag=${tag}`,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkT22M3VGLjs = require('./chunk-T22M3VGL.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -556,19 +556,19 @@ To fix this you will either need to add a package.json or Cargo.toml file at tha
|
|
|
556
556
|
switch (options.currentVersionResolver) {
|
|
557
557
|
case "registry": {
|
|
558
558
|
const metadata = _nullishCoalesce(options.currentVersionResolverMetadata, () => ( {}));
|
|
559
|
-
const tag = _nullishCoalesce(metadata.tag, () => (
|
|
560
|
-
const registry = await _asyncNullishCoalesce(metadata.registry, async () => ( await
|
|
561
|
-
const npmRegistry = await
|
|
562
|
-
const githubRegistry = await
|
|
559
|
+
const tag = _nullishCoalesce(metadata.tag, () => ( _chunkT22M3VGLjs.DEFAULT_NPM_TAG));
|
|
560
|
+
const registry = await _asyncNullishCoalesce(metadata.registry, async () => ( await _chunkT22M3VGLjs.getRegistry.call(void 0, )));
|
|
561
|
+
const npmRegistry = await _chunkT22M3VGLjs.getNpmRegistry.call(void 0, );
|
|
562
|
+
const githubRegistry = await _chunkT22M3VGLjs.getGitHubRegistry.call(void 0, );
|
|
563
563
|
if (options.releaseGroup.projectsRelationship === "independent") {
|
|
564
564
|
try {
|
|
565
|
-
currentVersion = await
|
|
565
|
+
currentVersion = await _chunkT22M3VGLjs.getVersion.call(void 0, packageName, tag, { registry });
|
|
566
566
|
if (!currentVersion) {
|
|
567
|
-
currentVersion = await
|
|
567
|
+
currentVersion = await _chunkT22M3VGLjs.getVersion.call(void 0, packageName, tag, {
|
|
568
568
|
registry: npmRegistry
|
|
569
569
|
});
|
|
570
570
|
if (!currentVersion) {
|
|
571
|
-
currentVersion = await
|
|
571
|
+
currentVersion = await _chunkT22M3VGLjs.getVersion.call(void 0, packageName, tag, {
|
|
572
572
|
registry: githubRegistry
|
|
573
573
|
});
|
|
574
574
|
}
|
|
@@ -578,7 +578,7 @@ To fix this you will either need to add a package.json or Cargo.toml file at tha
|
|
|
578
578
|
);
|
|
579
579
|
} catch (e) {
|
|
580
580
|
try {
|
|
581
|
-
currentVersion = await
|
|
581
|
+
currentVersion = await _chunkT22M3VGLjs.getVersion.call(void 0, packageName, tag, {
|
|
582
582
|
registry: githubRegistry
|
|
583
583
|
});
|
|
584
584
|
log(
|
package/dist/executors.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-7VDOGZYO.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkJ7EMDGZGjs = require('./chunk-J7EMDGZG.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkQHXFWA2Fjs = require('./chunk-QHXFWA2F.js');
|
|
@@ -34,7 +34,7 @@ var _chunk3WWUJ2VBjs = require('./chunk-3WWUJ2VB.js');
|
|
|
34
34
|
var _chunkVVI6WID7js = require('./chunk-VVI6WID7.js');
|
|
35
35
|
require('./chunk-7QY4X73C.js');
|
|
36
36
|
require('./chunk-LJDV7HFT.js');
|
|
37
|
-
require('./chunk-
|
|
37
|
+
require('./chunk-T22M3VGL.js');
|
|
38
38
|
require('./chunk-452FQZ3B.js');
|
|
39
39
|
require('./chunk-AX3RSZT7.js');
|
|
40
40
|
require('./chunk-AEPPOUTZ.js');
|
|
@@ -55,4 +55,4 @@ require('./chunk-G2L3EEEO.js');
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
exports.LARGE_BUFFER =
|
|
58
|
+
exports.LARGE_BUFFER = _chunkJ7EMDGZGjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkLK6W3KH4js.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkR3FFJCKCjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunk3WWUJ2VBjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkVVI6WID7js.cargoDocExecutor; exports.cargoFormatExecutor = _chunkFFU5IOHFjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkDHLIMON5js.esbuildExecutorFn; exports.getRegistryVersion = _chunkWRXLSZ6Ijs.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkQHXFWA2Fjs.sizeLimitExecutorFn; exports.typiaExecutorFn = _chunkJN6KPWQFjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk6EPU6OJOjs.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./chunk-BLX5SLPC.mjs";
|
|
2
2
|
import {
|
|
3
3
|
LARGE_BUFFER
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-4ZFI7RRO.mjs";
|
|
5
5
|
import {
|
|
6
6
|
sizeLimitExecutorFn
|
|
7
7
|
} from "./chunk-7JIOKFAL.mjs";
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
} from "./chunk-QZPAK2ZJ.mjs";
|
|
35
35
|
import "./chunk-UCXAD2SG.mjs";
|
|
36
36
|
import "./chunk-6LP3KKXE.mjs";
|
|
37
|
-
import "./chunk-
|
|
37
|
+
import "./chunk-UCASO3DX.mjs";
|
|
38
38
|
import "./chunk-SVIG7SR3.mjs";
|
|
39
39
|
import "./chunk-F66XEAID.mjs";
|
|
40
40
|
import "./chunk-5RWC6WQX.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -7,7 +7,7 @@ var _chunkXWJOKWDVjs = require('./chunk-XWJOKWDV.js');
|
|
|
7
7
|
var _chunkUHCY4Z7Hjs = require('./chunk-UHCY4Z7H.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkX65UAI5Qjs = require('./chunk-X65UAI5Q.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var _chunkGSNSQNWEjs = require('./chunk-GSNSQNWE.js');
|
|
@@ -22,7 +22,7 @@ var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
|
22
22
|
var _chunkMU56MSLHjs = require('./chunk-MU56MSLH.js');
|
|
23
23
|
require('./chunk-4HV5G4DT.js');
|
|
24
24
|
require('./chunk-SZWM7COV.js');
|
|
25
|
-
require('./chunk-
|
|
25
|
+
require('./chunk-T22M3VGL.js');
|
|
26
26
|
require('./chunk-452FQZ3B.js');
|
|
27
27
|
require('./chunk-AX3RSZT7.js');
|
|
28
28
|
require('./chunk-TUX5HNDD.js');
|
|
@@ -39,4 +39,4 @@ require('./chunk-G2L3EEEO.js');
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
exports.browserLibraryGeneratorFn = _chunkGSNSQNWEjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkYDUY6Q5Ijs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkMU56MSLHjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkXWJOKWDVjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkUHCY4Z7Hjs.presetGeneratorFn; exports.releaseVersionGeneratorFn =
|
|
42
|
+
exports.browserLibraryGeneratorFn = _chunkGSNSQNWEjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkYDUY6Q5Ijs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkMU56MSLHjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkXWJOKWDVjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkUHCY4Z7Hjs.presetGeneratorFn; exports.releaseVersionGeneratorFn = _chunkX65UAI5Qjs.releaseVersionGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
} from "./chunk-O6WPJVUK.mjs";
|
|
8
8
|
import {
|
|
9
9
|
releaseVersionGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-TLKHHQP5.mjs";
|
|
11
11
|
import {
|
|
12
12
|
browserLibraryGeneratorFn
|
|
13
13
|
} from "./chunk-W2A22QES.mjs";
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
} from "./chunk-SIJTE7Y2.mjs";
|
|
23
23
|
import "./chunk-HP36FVRU.mjs";
|
|
24
24
|
import "./chunk-QC5ON3X4.mjs";
|
|
25
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-UCASO3DX.mjs";
|
|
26
26
|
import "./chunk-SVIG7SR3.mjs";
|
|
27
27
|
import "./chunk-F66XEAID.mjs";
|
|
28
28
|
import "./chunk-IYDKU4UX.mjs";
|
package/dist/index.js
CHANGED
|
@@ -50,7 +50,7 @@ var _chunkAIHKMBDEjs = require('./chunk-AIHKMBDE.js');
|
|
|
50
50
|
require('./chunk-7VDOGZYO.js');
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
var
|
|
53
|
+
var _chunkJ7EMDGZGjs = require('./chunk-J7EMDGZG.js');
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
var _chunkQHXFWA2Fjs = require('./chunk-QHXFWA2F.js');
|
|
@@ -106,7 +106,7 @@ var _chunkXWJOKWDVjs = require('./chunk-XWJOKWDV.js');
|
|
|
106
106
|
var _chunkUHCY4Z7Hjs = require('./chunk-UHCY4Z7H.js');
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
var
|
|
109
|
+
var _chunkX65UAI5Qjs = require('./chunk-X65UAI5Q.js');
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
var _chunkGSNSQNWEjs = require('./chunk-GSNSQNWE.js');
|
|
@@ -145,7 +145,7 @@ var _chunk4HV5G4DTjs = require('./chunk-4HV5G4DT.js');
|
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
var _chunkSZWM7COVjs = require('./chunk-SZWM7COV.js');
|
|
148
|
-
require('./chunk-
|
|
148
|
+
require('./chunk-T22M3VGL.js');
|
|
149
149
|
require('./chunk-452FQZ3B.js');
|
|
150
150
|
|
|
151
151
|
|
|
@@ -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 =
|
|
283
|
+
exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkJ7EMDGZGjs.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 = _chunk7QY4X73Cjs.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 = _chunk7QY4X73Cjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkKCV7BDWYjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkGSNSQNWEjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkLK6W3KH4js.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkR3FFJCKCjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunk3WWUJ2VBjs.cargoClippyExecutor; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoDocExecutor = _chunkVVI6WID7js.cargoDocExecutor; exports.cargoFormatExecutor = _chunkFFU5IOHFjs.cargoFormatExecutor; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.configSchemaGeneratorFn = _chunkYDUY6Q5Ijs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunk4HV5G4DTjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkDHLIMON5js.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkAX3RSZT7js.formatProjectTag; exports.getLockFileDependencies = _chunkXZSS3YABjs.getLockFileDependencies; exports.getLockFileName = _chunkXZSS3YABjs.getLockFileName; exports.getLockFileNodes = _chunkXZSS3YABjs.getLockFileNodes; exports.getOutputPath = _chunk4HV5G4DTjs.getOutputPath; exports.getPackageInfo = _chunk7QY4X73Cjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkJ6F3WHRBjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkJ6F3WHRBjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkAIHKMBDEjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkAIHKMBDEjs.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 = _chunkMU56MSLHjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkXWJOKWDVjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunk4HV5G4DTjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunkUHCY4Z7Hjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkX65UAI5Qjs.releaseVersionGeneratorFn; exports.runProcess = _chunkLJDV7HFTjs.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkAX3RSZT7js.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkQHXFWA2Fjs.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 = _chunk4HV5G4DTjs.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 = _chunkJN6KPWQFjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk6EPU6OJOjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunkIBTPJDV6js.withNamedInputs; exports.withRunExecutor = _chunkAEPPOUTZjs.withRunExecutor; exports.withRunGenerator = _chunkTUX5HNDDjs.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
import "./chunk-BLX5SLPC.mjs";
|
|
51
51
|
import {
|
|
52
52
|
LARGE_BUFFER
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-4ZFI7RRO.mjs";
|
|
54
54
|
import {
|
|
55
55
|
sizeLimitExecutorFn
|
|
56
56
|
} from "./chunk-7JIOKFAL.mjs";
|
|
@@ -106,7 +106,7 @@ import {
|
|
|
106
106
|
} from "./chunk-O6WPJVUK.mjs";
|
|
107
107
|
import {
|
|
108
108
|
releaseVersionGeneratorFn
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-TLKHHQP5.mjs";
|
|
110
110
|
import {
|
|
111
111
|
browserLibraryGeneratorFn
|
|
112
112
|
} from "./chunk-W2A22QES.mjs";
|
|
@@ -145,7 +145,7 @@ import {
|
|
|
145
145
|
typescriptVersion,
|
|
146
146
|
verdaccioVersion
|
|
147
147
|
} from "./chunk-QC5ON3X4.mjs";
|
|
148
|
-
import "./chunk-
|
|
148
|
+
import "./chunk-UCASO3DX.mjs";
|
|
149
149
|
import "./chunk-SVIG7SR3.mjs";
|
|
150
150
|
import {
|
|
151
151
|
ProjectTagConstants,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkJ7EMDGZGjs = require('../../../chunk-J7EMDGZG.js');
|
|
5
5
|
require('../../../chunk-7QY4X73C.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-T22M3VGL.js');
|
|
7
7
|
require('../../../chunk-452FQZ3B.js');
|
|
8
8
|
require('../../../chunk-AX3RSZT7.js');
|
|
9
9
|
require('../../../chunk-PW43JUUT.js');
|
|
@@ -13,4 +13,4 @@ require('../../../chunk-G2L3EEEO.js');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
exports.LARGE_BUFFER =
|
|
16
|
+
exports.LARGE_BUFFER = _chunkJ7EMDGZGjs.LARGE_BUFFER; exports.default = _chunkJ7EMDGZGjs.npmPublishExecutorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LARGE_BUFFER,
|
|
3
3
|
npmPublishExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-4ZFI7RRO.mjs";
|
|
5
5
|
import "../../../chunk-UCXAD2SG.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-UCASO3DX.mjs";
|
|
7
7
|
import "../../../chunk-SVIG7SR3.mjs";
|
|
8
8
|
import "../../../chunk-F66XEAID.mjs";
|
|
9
9
|
import "../../../chunk-ZERVVKRK.mjs";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkX65UAI5Qjs = require('../../../chunk-X65UAI5Q.js');
|
|
5
|
+
require('../../../chunk-T22M3VGL.js');
|
|
6
6
|
require('../../../chunk-452FQZ3B.js');
|
|
7
7
|
require('../../../chunk-PW43JUUT.js');
|
|
8
8
|
require('../../../chunk-2CDSXWFA.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-G2L3EEEO.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunkX65UAI5Qjs.generator_default; exports.releaseVersionGeneratorFn = _chunkX65UAI5Qjs.releaseVersionGeneratorFn;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
releaseVersionGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-TLKHHQP5.mjs";
|
|
5
|
+
import "../../../chunk-UCASO3DX.mjs";
|
|
6
6
|
import "../../../chunk-SVIG7SR3.mjs";
|
|
7
7
|
import "../../../chunk-ZERVVKRK.mjs";
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.290.
|
|
3
|
+
"version": "1.290.4",
|
|
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.52.
|
|
212
|
-
"@storm-software/npm-tools": "^0.4.
|
|
213
|
-
"@storm-software/pnpm-tools": "^0.4.
|
|
211
|
+
"@storm-software/esbuild": "^0.52.4",
|
|
212
|
+
"@storm-software/npm-tools": "^0.4.4",
|
|
213
|
+
"@storm-software/pnpm-tools": "^0.4.4",
|
|
214
214
|
"@storm-software/prettier": "^0.56.2",
|
|
215
|
-
"@storm-software/unbuild": "^0.56.
|
|
215
|
+
"@storm-software/unbuild": "^0.56.4",
|
|
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": "c5ba51816a1c46071312edc1f6bbe0762a796d61"
|
|
241
241
|
}
|