@storm-software/workspace-tools 1.294.13 → 1.294.14
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 +14 -0
- package/dist/{chunk-N3LEHWBY.js → chunk-7CMIO2NL.js} +2 -2
- package/dist/{chunk-BAVHV5RH.mjs → chunk-AYLSCEK6.mjs} +2 -2
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +4 -4
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/dist/src/executors/npm-publish/executor.js +2 -2
- package/dist/src/executors/npm-publish/executor.mjs +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.294.13](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.13) (12/17/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **testing-tools** to **v1.119.68**
|
|
10
|
+
- Updated **config-tools** to **v1.188.69**
|
|
11
|
+
- Updated **pnpm-tools** to **v0.6.69**
|
|
12
|
+
- Updated **npm-tools** to **v0.6.25**
|
|
13
|
+
- Updated **prettier** to **v0.57.68**
|
|
14
|
+
- Updated **esbuild** to **v0.53.69**
|
|
15
|
+
- Updated **unbuild** to **v0.57.69**
|
|
16
|
+
- Updated **config** to **v1.134.69**
|
|
17
|
+
- Updated **tsdown** to **v0.45.69**
|
|
18
|
+
|
|
5
19
|
## [1.294.12](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.12) (12/16/2025)
|
|
6
20
|
|
|
7
21
|
### Updated Dependencies
|
|
@@ -21,10 +21,10 @@ var DEFAULT_NPM_REGISTRY = "https://registry.npmjs.org";
|
|
|
21
21
|
async function getRegistry(executable = "npm") {
|
|
22
22
|
return new Promise((resolve, reject) => {
|
|
23
23
|
_child_process.exec.call(void 0, `${executable} config get registry`, (error, stdout, stderr) => {
|
|
24
|
-
if (error) {
|
|
24
|
+
if (error && !error.message.toLowerCase().trim().startsWith("npm warn")) {
|
|
25
25
|
return reject(error);
|
|
26
26
|
}
|
|
27
|
-
if (stderr) {
|
|
27
|
+
if (stderr && !stderr.toLowerCase().trim().startsWith("npm warn")) {
|
|
28
28
|
return reject(stderr);
|
|
29
29
|
}
|
|
30
30
|
return resolve(stdout.trim());
|
|
@@ -21,10 +21,10 @@ var DEFAULT_NPM_REGISTRY = "https://registry.npmjs.org";
|
|
|
21
21
|
async function getRegistry(executable = "npm") {
|
|
22
22
|
return new Promise((resolve, reject) => {
|
|
23
23
|
exec(`${executable} config get registry`, (error, stdout, stderr) => {
|
|
24
|
-
if (error) {
|
|
24
|
+
if (error && !error.message.toLowerCase().trim().startsWith("npm warn")) {
|
|
25
25
|
return reject(error);
|
|
26
26
|
}
|
|
27
|
-
if (stderr) {
|
|
27
|
+
if (stderr && !stderr.toLowerCase().trim().startsWith("npm warn")) {
|
|
28
28
|
return reject(stderr);
|
|
29
29
|
}
|
|
30
30
|
return resolve(stdout.trim());
|
package/dist/executors.js
CHANGED
|
@@ -7,10 +7,10 @@ var _chunkVHTTZP53js = require('./chunk-VHTTZP53.js');
|
|
|
7
7
|
var _chunkQEHJJFRAjs = require('./chunk-QEHJJFRA.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkEMCTCFOXjs = require('./chunk-EMCTCFOX.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkLYXDMWXFjs = require('./chunk-LYXDMWXF.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
var _chunk6TMK5JR2js = require('./chunk-6TMK5JR2.js');
|
|
@@ -20,7 +20,7 @@ require('./chunk-6N7EMPGL.js');
|
|
|
20
20
|
var _chunkTKN4IGLSjs = require('./chunk-TKN4IGLS.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
var
|
|
23
|
+
var _chunk7CMIO2NLjs = require('./chunk-7CMIO2NL.js');
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
var _chunkRXSB4AVKjs = require('./chunk-RXSB4AVK.js');
|
|
@@ -63,4 +63,4 @@ require('./chunk-CQDBLKPF.js');
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
exports.LARGE_BUFFER =
|
|
66
|
+
exports.LARGE_BUFFER = _chunk7CMIO2NLjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunk3T64LUNPjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkLB7DV74Cjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkRXSB4AVKjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkYK4JWL7Ajs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkKV6U4IX6js.cargoFormatExecutor; exports.esbuildExecutorFn = _chunk6TMK5JR2js.esbuildExecutorFn; exports.getRegistryVersion = _chunk66Q42VH2js.getRegistryVersion; exports.napiExecutor = _chunkTKN4IGLSjs.napiExecutor; exports.sizeLimitExecutorFn = _chunkVHTTZP53js.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunkQEHJJFRAjs.tsdownExecutorFn; exports.typiaExecutorFn = _chunkEMCTCFOXjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkLYXDMWXFjs.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
tsdownExecutorFn
|
|
7
7
|
} from "./chunk-6PFAU5XI.mjs";
|
|
8
|
-
import {
|
|
9
|
-
unbuildExecutorFn
|
|
10
|
-
} from "./chunk-NT3NFCMA.mjs";
|
|
11
8
|
import {
|
|
12
9
|
typiaExecutorFn
|
|
13
10
|
} from "./chunk-T2MIMLK4.mjs";
|
|
11
|
+
import {
|
|
12
|
+
unbuildExecutorFn
|
|
13
|
+
} from "./chunk-NT3NFCMA.mjs";
|
|
14
14
|
import {
|
|
15
15
|
esbuildExecutorFn
|
|
16
16
|
} from "./chunk-H7GLZOOC.mjs";
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
} from "./chunk-HX75TMCP.mjs";
|
|
21
21
|
import {
|
|
22
22
|
LARGE_BUFFER
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-AYLSCEK6.mjs";
|
|
24
24
|
import {
|
|
25
25
|
cargoClippyExecutor
|
|
26
26
|
} from "./chunk-NURKEB3S.mjs";
|
package/dist/index.js
CHANGED
|
@@ -64,10 +64,10 @@ var _chunkVHTTZP53js = require('./chunk-VHTTZP53.js');
|
|
|
64
64
|
var _chunkQEHJJFRAjs = require('./chunk-QEHJJFRA.js');
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
var
|
|
67
|
+
var _chunkEMCTCFOXjs = require('./chunk-EMCTCFOX.js');
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
var
|
|
70
|
+
var _chunkLYXDMWXFjs = require('./chunk-LYXDMWXF.js');
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
var _chunk6TMK5JR2js = require('./chunk-6TMK5JR2.js');
|
|
@@ -77,7 +77,7 @@ require('./chunk-6N7EMPGL.js');
|
|
|
77
77
|
var _chunkTKN4IGLSjs = require('./chunk-TKN4IGLS.js');
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
var
|
|
80
|
+
var _chunk7CMIO2NLjs = require('./chunk-7CMIO2NL.js');
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
var _chunkRXSB4AVKjs = require('./chunk-RXSB4AVK.js');
|
|
@@ -296,4 +296,4 @@ var _chunk7CJRMBX3js = require('./chunk-7CJRMBX3.js');
|
|
|
296
296
|
|
|
297
297
|
|
|
298
298
|
|
|
299
|
-
exports.INVALID_CARGO_ARGS = _chunkD2PV33E5js.INVALID_CARGO_ARGS; exports.LARGE_BUFFER =
|
|
299
|
+
exports.INVALID_CARGO_ARGS = _chunkD2PV33E5js.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunk7CMIO2NLjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunk4AKDRRMLjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkTM2CRDJWjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkTM2CRDJWjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkTM2CRDJWjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkTM2CRDJWjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunkLZC7BM3Djs.PackageManagerTypes; exports.ProjectTagConstants = _chunkUHTWNVEZjs.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk2JANPL5Kjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk2JANPL5Kjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk2JANPL5Kjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk2JANPL5Kjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk2JANPL5Kjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk2JANPL5Kjs.ProjectTagVariant; exports.RELEASE = _chunk4AKDRRMLjs.RELEASE; exports.StormJsVersionActions = _chunkX3ZCGPHBjs.StormJsVersionActions; exports.StormRustVersionActions = _chunk5G4PATLHjs.StormRustVersionActions; exports.TypescriptProjectLinkingType = _chunk2JANPL5Kjs.TypescriptProjectLinkingType; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunkLZC7BM3Djs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkUHTWNVEZjs.addPluginProjectTag; exports.addProjectTag = _chunkUHTWNVEZjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkVXHOSAQ7js.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunk4GHVWMHEjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkD2PV33E5js.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunk3T64LUNPjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkLB7DV74Cjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkRXSB4AVKjs.cargoClippyExecutor; exports.cargoCommand = _chunkD2PV33E5js.cargoCommand; exports.cargoCommandSync = _chunkD2PV33E5js.cargoCommandSync; exports.cargoDocExecutor = _chunkYK4JWL7Ajs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkKV6U4IX6js.cargoFormatExecutor; exports.cargoMetadata = _chunkD2PV33E5js.cargoMetadata; exports.cargoRunCommand = _chunkD2PV33E5js.cargoRunCommand; exports.childProcess = _chunkD2PV33E5js.childProcess; exports.configSchemaGeneratorFn = _chunk5O25TKHCjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkBZMYB75Mjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunk6TMK5JR2js.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkUHTWNVEZjs.formatProjectTag; exports.getLockFileDependencies = _chunkTM2CRDJWjs.getLockFileDependencies; exports.getLockFileName = _chunkTM2CRDJWjs.getLockFileName; exports.getLockFileNodes = _chunkTM2CRDJWjs.getLockFileNodes; exports.getOutputPath = _chunkBZMYB75Mjs.getOutputPath; exports.getPackageInfo = _chunkLZC7BM3Djs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkXZ6L6OXJjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkXZ6L6OXJjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkDIUWF7BWjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkDIUWF7BWjs.getProjectConfigurations; exports.getProjectPlatform = _chunkXZ6L6OXJjs.getProjectPlatform; exports.getProjectRoot = _chunkXZ6L6OXJjs.getProjectRoot; exports.getProjectTag = _chunkUHTWNVEZjs.getProjectTag; exports.getRegistryVersion = _chunk66Q42VH2js.getRegistryVersion; exports.getRoot = _chunkXZ6L6OXJjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkUHTWNVEZjs.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkUHTWNVEZjs.isEqualProjectTag; exports.isExternal = _chunkD2PV33E5js.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkTM2CRDJWjs.lockFileExists; exports.napiExecutor = _chunkTKN4IGLSjs.napiExecutor; exports.neutralLibraryGeneratorFn = _chunkEVPYSTFNjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkIPYOIFXPjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunkBZMYB75Mjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunkSVWY4Z75js.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.runProcess = _chunkD2PV33E5js.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkUHTWNVEZjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkVHTTZP53js.sizeLimitExecutorFn; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsdownExecutorFn = _chunkQEHJJFRAjs.tsdownExecutorFn; exports.tsupVersion = _chunkSZWM7COVjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkBZMYB75Mjs.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 = _chunkEMCTCFOXjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkLYXDMWXFjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunk4AKDRRMLjs.withNamedInputs; exports.withRunExecutor = _chunk5FIKIPZWjs.withRunExecutor; exports.withRunGenerator = _chunkSVIR2XZMjs.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -62,12 +62,12 @@ import {
|
|
|
62
62
|
import {
|
|
63
63
|
tsdownExecutorFn
|
|
64
64
|
} from "./chunk-6PFAU5XI.mjs";
|
|
65
|
-
import {
|
|
66
|
-
unbuildExecutorFn
|
|
67
|
-
} from "./chunk-NT3NFCMA.mjs";
|
|
68
65
|
import {
|
|
69
66
|
typiaExecutorFn
|
|
70
67
|
} from "./chunk-T2MIMLK4.mjs";
|
|
68
|
+
import {
|
|
69
|
+
unbuildExecutorFn
|
|
70
|
+
} from "./chunk-NT3NFCMA.mjs";
|
|
71
71
|
import {
|
|
72
72
|
esbuildExecutorFn
|
|
73
73
|
} from "./chunk-H7GLZOOC.mjs";
|
|
@@ -77,7 +77,7 @@ import {
|
|
|
77
77
|
} from "./chunk-HX75TMCP.mjs";
|
|
78
78
|
import {
|
|
79
79
|
LARGE_BUFFER
|
|
80
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-AYLSCEK6.mjs";
|
|
81
81
|
import {
|
|
82
82
|
cargoClippyExecutor
|
|
83
83
|
} from "./chunk-NURKEB3S.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk7CMIO2NLjs = require('../../../chunk-7CMIO2NL.js');
|
|
5
5
|
require('../../../chunk-LZC7BM3D.js');
|
|
6
6
|
require('../../../chunk-GXTFFUML.js');
|
|
7
7
|
require('../../../chunk-UHTWNVEZ.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.LARGE_BUFFER =
|
|
15
|
+
exports.LARGE_BUFFER = _chunk7CMIO2NLjs.LARGE_BUFFER; exports.default = _chunk7CMIO2NLjs.npmPublishExecutorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.294.
|
|
3
|
+
"version": "1.294.14",
|
|
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",
|
|
@@ -242,8 +242,8 @@
|
|
|
242
242
|
"@size-limit/file": "11.1.4",
|
|
243
243
|
"@storm-software/config-tools": "^1.188.69",
|
|
244
244
|
"@storm-software/esbuild": "^0.53.69",
|
|
245
|
-
"@storm-software/npm-tools": "^0.6.
|
|
246
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
245
|
+
"@storm-software/npm-tools": "^0.6.26",
|
|
246
|
+
"@storm-software/pnpm-tools": "^0.6.70",
|
|
247
247
|
"@storm-software/prettier": "^0.57.68",
|
|
248
248
|
"@storm-software/tsdown": "^0.45.69",
|
|
249
249
|
"@storm-software/unbuild": "^0.57.69",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "4112947f20b457333dec4771f9511eba161299f8"
|
|
276
276
|
}
|