@storm-software/workspace-tools 1.242.0 → 1.243.2

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 CHANGED
@@ -1,3 +1,29 @@
1
+ ## 1.243.2 (2025-01-28)
2
+
3
+ ### Miscellaneous
4
+
5
+ - **monorepo:** Regenerate README markdown files ([d3619f12](https://github.com/storm-software/storm-ops/commit/d3619f12))
6
+
7
+ ## 1.243.1 (2025-01-24)
8
+
9
+ ### Bug Fixes
10
+
11
+ - **workspace-tools:** Resolved issue with generator `files` path ([782fb19c](https://github.com/storm-software/storm-ops/commit/782fb19c))
12
+
13
+ ### Miscellaneous
14
+
15
+ - **monorepo:** Regenerate the README markdown files ([e217af7e](https://github.com/storm-software/storm-ops/commit/e217af7e))
16
+
17
+ ## 1.243.0 (2025-01-24)
18
+
19
+ ### Features
20
+
21
+ - **workspace-tools:** Improve the schema fields for TypeScript library generators ([73f559ea](https://github.com/storm-software/storm-ops/commit/73f559ea))
22
+
23
+ ### Miscellaneous
24
+
25
+ - **monorepo:** Regenerate the README markdown files ([e7d99d45](https://github.com/storm-software/storm-ops/commit/e7d99d45))
26
+
1
27
  ## 1.242.0 (2025-01-23)
2
28
 
3
29
  ### Features
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
- [![Version](https://img.shields.io/badge/version-1.241.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.243.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -10,12 +10,15 @@ var _chunkHI4G4OOGjs = require('./chunk-HI4G4OOG.js');
10
10
  var _chunkKLHTXAIUjs = require('./chunk-KLHTXAIU.js');
11
11
 
12
12
 
13
+ var _chunkBUXJSVJGjs = require('./chunk-BUXJSVJG.js');
14
+
15
+
13
16
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
14
17
 
15
18
  // src/generators/node-library/generator.ts
16
19
  var _devkit = require('@nx/devkit');
17
20
  async function nodeLibraryGeneratorFn(tree, schema, config) {
18
- const filesDir = _devkit.joinPathFragments.call(void 0, __dirname, "./files");
21
+ const filesDir = _chunkBUXJSVJGjs.joinPaths.call(void 0, __dirname, "src", "generators", "node-library", "files");
19
22
  const tsLibraryGeneratorOptions = {
20
23
  platform: "node",
21
24
  devDependencies: {
@@ -7,12 +7,15 @@ var _chunkRAVLTWJVjs = require('./chunk-RAVLTWJV.js');
7
7
  var _chunkKLHTXAIUjs = require('./chunk-KLHTXAIU.js');
8
8
 
9
9
 
10
+ var _chunkBUXJSVJGjs = require('./chunk-BUXJSVJG.js');
11
+
12
+
10
13
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
11
14
 
12
15
  // src/generators/browser-library/generator.ts
13
16
  var _devkit = require('@nx/devkit');
14
17
  async function browserLibraryGeneratorFn(tree, schema, config) {
15
- const filesDir = _devkit.joinPathFragments.call(void 0, __dirname, "./files");
18
+ const filesDir = _chunkBUXJSVJGjs.joinPaths.call(void 0, __dirname, "src", "generators", "browser-library", "files");
16
19
  const tsLibraryGeneratorOptions = {
17
20
  buildExecutor: "@storm-software/workspace-tools:unbuild",
18
21
  platform: "browser",
@@ -7,12 +7,15 @@ var _chunkRAVLTWJVjs = require('./chunk-RAVLTWJV.js');
7
7
  var _chunkKLHTXAIUjs = require('./chunk-KLHTXAIU.js');
8
8
 
9
9
 
10
+ var _chunkBUXJSVJGjs = require('./chunk-BUXJSVJG.js');
11
+
12
+
10
13
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
11
14
 
12
15
  // src/generators/neutral-library/generator.ts
13
16
  var _devkit = require('@nx/devkit');
14
17
  async function neutralLibraryGeneratorFn(tree, schema, config) {
15
- const filesDir = _devkit.joinPathFragments.call(void 0, __dirname, "./files");
18
+ const filesDir = _chunkBUXJSVJGjs.joinPaths.call(void 0, __dirname, "src", "generators", "neutral-library", "files");
16
19
  const tsLibraryGeneratorOptions = {
17
20
  ...schema,
18
21
  platform: "neutral",
@@ -5,15 +5,18 @@ import {
5
5
  import {
6
6
  withRunGenerator
7
7
  } from "./chunk-SNFZL5BN.mjs";
8
+ import {
9
+ joinPaths
10
+ } from "./chunk-2AUNU6UA.mjs";
8
11
  import {
9
12
  __dirname,
10
13
  __name
11
14
  } from "./chunk-XUV4U54K.mjs";
12
15
 
13
16
  // src/generators/browser-library/generator.ts
14
- import { formatFiles, generateFiles, joinPathFragments, names, offsetFromRoot } from "@nx/devkit";
17
+ import { formatFiles, generateFiles, names, offsetFromRoot } from "@nx/devkit";
15
18
  async function browserLibraryGeneratorFn(tree, schema, config) {
16
- const filesDir = joinPathFragments(__dirname, "./files");
19
+ const filesDir = joinPaths(__dirname, "src", "generators", "browser-library", "files");
17
20
  const tsLibraryGeneratorOptions = {
18
21
  buildExecutor: "@storm-software/workspace-tools:unbuild",
19
22
  platform: "browser",
@@ -8,15 +8,18 @@ import {
8
8
  import {
9
9
  withRunGenerator
10
10
  } from "./chunk-SNFZL5BN.mjs";
11
+ import {
12
+ joinPaths
13
+ } from "./chunk-2AUNU6UA.mjs";
11
14
  import {
12
15
  __dirname,
13
16
  __name
14
17
  } from "./chunk-XUV4U54K.mjs";
15
18
 
16
19
  // src/generators/node-library/generator.ts
17
- import { formatFiles, generateFiles, joinPathFragments, names, offsetFromRoot } from "@nx/devkit";
20
+ import { formatFiles, generateFiles, names, offsetFromRoot } from "@nx/devkit";
18
21
  async function nodeLibraryGeneratorFn(tree, schema, config) {
19
- const filesDir = joinPathFragments(__dirname, "./files");
22
+ const filesDir = joinPaths(__dirname, "src", "generators", "node-library", "files");
20
23
  const tsLibraryGeneratorOptions = {
21
24
  platform: "node",
22
25
  devDependencies: {
@@ -5,15 +5,18 @@ import {
5
5
  import {
6
6
  withRunGenerator
7
7
  } from "./chunk-SNFZL5BN.mjs";
8
+ import {
9
+ joinPaths
10
+ } from "./chunk-2AUNU6UA.mjs";
8
11
  import {
9
12
  __dirname,
10
13
  __name
11
14
  } from "./chunk-XUV4U54K.mjs";
12
15
 
13
16
  // src/generators/neutral-library/generator.ts
14
- import { formatFiles, generateFiles, joinPathFragments, names, offsetFromRoot } from "@nx/devkit";
17
+ import { formatFiles, generateFiles, names, offsetFromRoot } from "@nx/devkit";
15
18
  async function neutralLibraryGeneratorFn(tree, schema, config) {
16
- const filesDir = joinPathFragments(__dirname, "./files");
19
+ const filesDir = joinPaths(__dirname, "src", "generators", "neutral-library", "files");
17
20
  const tsLibraryGeneratorOptions = {
18
21
  ...schema,
19
22
  platform: "neutral",
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-INERRJ6Q.js');
2
2
 
3
3
 
4
- var _chunkP4NR5KOJjs = require('./chunk-P4NR5KOJ.js');
4
+ var _chunkPCPEJBLOjs = require('./chunk-PCPEJBLO.js');
5
5
 
6
6
 
7
- var _chunk2OI6IGCDjs = require('./chunk-2OI6IGCD.js');
7
+ var _chunk6ZRK5I4Njs = require('./chunk-6ZRK5I4N.js');
8
8
 
9
9
 
10
10
  var _chunkD2ECVPJFjs = require('./chunk-D2ECVPJF.js');
@@ -13,7 +13,7 @@ var _chunkD2ECVPJFjs = require('./chunk-D2ECVPJF.js');
13
13
  var _chunkRRWRVA7Fjs = require('./chunk-RRWRVA7F.js');
14
14
 
15
15
 
16
- var _chunkPVAQKHBQjs = require('./chunk-PVAQKHBQ.js');
16
+ var _chunkC3YSVZWOjs = require('./chunk-C3YSVZWO.js');
17
17
 
18
18
 
19
19
  var _chunk2HD75CLDjs = require('./chunk-2HD75CLD.js');
@@ -38,4 +38,4 @@ require('./chunk-3GQAWCBQ.js');
38
38
 
39
39
 
40
40
 
41
- exports.browserLibraryGeneratorFn = _chunkPVAQKHBQjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunk2HD75CLDjs.configSchemaGeneratorFn; exports.initGenerator = _chunk3IZ3O4OKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkP4NR5KOJjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk2OI6IGCDjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkD2ECVPJFjs.presetGeneratorFn; exports.releaseVersionGeneratorFn = _chunkRRWRVA7Fjs.releaseVersionGeneratorFn;
41
+ exports.browserLibraryGeneratorFn = _chunkC3YSVZWOjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunk2HD75CLDjs.configSchemaGeneratorFn; exports.initGenerator = _chunk3IZ3O4OKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkPCPEJBLOjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk6ZRK5I4Njs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkD2ECVPJFjs.presetGeneratorFn; exports.releaseVersionGeneratorFn = _chunkRRWRVA7Fjs.releaseVersionGeneratorFn;
@@ -1,10 +1,10 @@
1
1
  import "./chunk-RLIZVCIN.mjs";
2
2
  import {
3
3
  neutralLibraryGeneratorFn
4
- } from "./chunk-DR65MBFB.mjs";
4
+ } from "./chunk-UHNTJRTW.mjs";
5
5
  import {
6
6
  nodeLibraryGeneratorFn
7
- } from "./chunk-AZGF6LFT.mjs";
7
+ } from "./chunk-T2NTGJ6O.mjs";
8
8
  import {
9
9
  presetGeneratorFn
10
10
  } from "./chunk-IUV3RLT4.mjs";
@@ -13,7 +13,7 @@ import {
13
13
  } from "./chunk-Q45DDLNL.mjs";
14
14
  import {
15
15
  browserLibraryGeneratorFn
16
- } from "./chunk-Y4FVIDJI.mjs";
16
+ } from "./chunk-RLGZCVPW.mjs";
17
17
  import {
18
18
  configSchemaGeneratorFn
19
19
  } from "./chunk-KWIXQ4UN.mjs";
package/dist/index.js CHANGED
@@ -100,10 +100,10 @@ var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
100
100
  require('./chunk-INERRJ6Q.js');
101
101
 
102
102
 
103
- var _chunkP4NR5KOJjs = require('./chunk-P4NR5KOJ.js');
103
+ var _chunkPCPEJBLOjs = require('./chunk-PCPEJBLO.js');
104
104
 
105
105
 
106
- var _chunk2OI6IGCDjs = require('./chunk-2OI6IGCD.js');
106
+ var _chunk6ZRK5I4Njs = require('./chunk-6ZRK5I4N.js');
107
107
 
108
108
 
109
109
  var _chunkD2ECVPJFjs = require('./chunk-D2ECVPJF.js');
@@ -112,7 +112,7 @@ var _chunkD2ECVPJFjs = require('./chunk-D2ECVPJF.js');
112
112
  var _chunkRRWRVA7Fjs = require('./chunk-RRWRVA7F.js');
113
113
 
114
114
 
115
- var _chunkPVAQKHBQjs = require('./chunk-PVAQKHBQ.js');
115
+ var _chunkC3YSVZWOjs = require('./chunk-C3YSVZWO.js');
116
116
 
117
117
 
118
118
  var _chunk2HD75CLDjs = require('./chunk-2HD75CLD.js');
@@ -287,4 +287,4 @@ require('./chunk-3GQAWCBQ.js');
287
287
 
288
288
 
289
289
 
290
- exports.INVALID_CARGO_ARGS = _chunkULBTYC2Bjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkMMMTLP2Wjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkPK2SUBWIjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkPK2SUBWIjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkPK2SUBWIjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkPK2SUBWIjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkPK2SUBWIjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk7AXFMX2Tjs.PackageManagerTypes; exports.ProjectTagConstants = _chunk7YRW5HNXjs.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.YARN_LOCK_FILE = _chunkPK2SUBWIjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkPK2SUBWIjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunk7YRW5HNXjs.addPluginProjectTag; exports.addProjectTag = _chunk7YRW5HNXjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkRFO5NMSBjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkPVAQKHBQjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkYSYBVJGRjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkHONSACRTjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkYWKUJJ34js.cargoClippyExecutor; exports.cargoCommand = _chunkULBTYC2Bjs.cargoCommand; exports.cargoCommandSync = _chunkULBTYC2Bjs.cargoCommandSync; exports.cargoDocExecutor = _chunkK7QVZAWDjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQSLN7UYGjs.cargoFormatExecutor; exports.cargoMetadata = _chunkULBTYC2Bjs.cargoMetadata; exports.cargoRunCommand = _chunkULBTYC2Bjs.cargoRunCommand; exports.childProcess = _chunkULBTYC2Bjs.childProcess; exports.configSchemaGeneratorFn = _chunk2HD75CLDjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkDHGZTMNDjs.createCliOptions; exports.createProjectTsConfigJson = _chunkRAVLTWJVjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkL5FYEAAPjs.esbuildExecutorFn; exports.eslintVersion = _chunkHI4G4OOGjs.eslintVersion; exports.formatProjectTag = _chunk7YRW5HNXjs.formatProjectTag; exports.getLockFileDependencies = _chunkPK2SUBWIjs.getLockFileDependencies; exports.getLockFileName = _chunkPK2SUBWIjs.getLockFileName; exports.getLockFileNodes = _chunkPK2SUBWIjs.getLockFileNodes; exports.getOutputPath = _chunkRAVLTWJVjs.getOutputPath; exports.getPackageInfo = _chunk7AXFMX2Tjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkUF6KFXG5js.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkUF6KFXG5js.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunk5DAZ2WTIjs.getProjectConfiguration; exports.getProjectConfigurations = _chunk5DAZ2WTIjs.getProjectConfigurations; exports.getProjectPlatform = _chunkUF6KFXG5js.getProjectPlatform; exports.getProjectRoot = _chunkUF6KFXG5js.getProjectRoot; exports.getProjectTag = _chunk7YRW5HNXjs.getProjectTag; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.getTypiaTransform = _chunkXITP2BX2js.getTypiaTransform; exports.hasProjectTag = _chunk7YRW5HNXjs.hasProjectTag; exports.initGenerator = _chunk3IZ3O4OKjs.initGenerator; exports.isEqualProjectTag = _chunk7YRW5HNXjs.isEqualProjectTag; exports.isExternal = _chunkULBTYC2Bjs.isExternal; exports.lintStagedVersion = _chunkHI4G4OOGjs.lintStagedVersion; exports.lockFileExists = _chunkPK2SUBWIjs.lockFileExists; exports.modifyCargoNestedTable = _chunkZMFVKBRMjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkZMFVKBRMjs.modifyCargoTable; exports.neutralLibraryGeneratorFn = _chunkP4NR5KOJjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk2OI6IGCDjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkHI4G4OOGjs.nodeVersion; exports.normalizeOptions = _chunkRAVLTWJVjs.normalizeOptions; exports.nxVersion = _chunkHI4G4OOGjs.nxVersion; exports.parseCargoToml = _chunkZMFVKBRMjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkZMFVKBRMjs.parseCargoTomlWithTree; exports.pnpmCatalogUpdate = _chunk2GRVQNW3js.pnpmCatalogUpdate; exports.pnpmVersion = _chunkHI4G4OOGjs.pnpmVersion; exports.presetGeneratorFn = _chunkD2ECVPJFjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkHI4G4OOGjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkHI4G4OOGjs.prettierPrismaVersion; exports.prettierVersion = _chunkHI4G4OOGjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkRRWRVA7Fjs.releaseVersionGeneratorFn; exports.runProcess = _chunkULBTYC2Bjs.runProcess; exports.semanticReleaseVersion = _chunkHI4G4OOGjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunk7YRW5HNXjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkGYGIXXALjs.sizeLimitExecutorFn; exports.stringifyCargoToml = _chunkZMFVKBRMjs.stringifyCargoToml; exports.swcCliVersion = _chunkHI4G4OOGjs.swcCliVersion; exports.swcCoreVersion = _chunkHI4G4OOGjs.swcCoreVersion; exports.swcHelpersVersion = _chunkHI4G4OOGjs.swcHelpersVersion; exports.swcNodeVersion = _chunkHI4G4OOGjs.swcNodeVersion; exports.tsLibVersion = _chunkHI4G4OOGjs.tsLibVersion; exports.tsdownExecutorFn = _chunkJARU6ZVHjs.tsdownExecutorFn; exports.tsupVersion = _chunkHI4G4OOGjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkRAVLTWJVjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkHI4G4OOGjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkIWCQL3AQjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk7O34DHUGjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkHI4G4OOGjs.typescriptVersion; exports.typiaExecutorFn = _chunkIF2GIONQjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk7GKIVRFHjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkIBHLVELVjs.withRunExecutor; exports.withRunGenerator = _chunkKLHTXAIUjs.withRunGenerator;
290
+ exports.INVALID_CARGO_ARGS = _chunkULBTYC2Bjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkMMMTLP2Wjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkPK2SUBWIjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkPK2SUBWIjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkPK2SUBWIjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkPK2SUBWIjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkPK2SUBWIjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk7AXFMX2Tjs.PackageManagerTypes; exports.ProjectTagConstants = _chunk7YRW5HNXjs.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.YARN_LOCK_FILE = _chunkPK2SUBWIjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkPK2SUBWIjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunk7YRW5HNXjs.addPluginProjectTag; exports.addProjectTag = _chunk7YRW5HNXjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkRFO5NMSBjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkC3YSVZWOjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkYSYBVJGRjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkHONSACRTjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkYWKUJJ34js.cargoClippyExecutor; exports.cargoCommand = _chunkULBTYC2Bjs.cargoCommand; exports.cargoCommandSync = _chunkULBTYC2Bjs.cargoCommandSync; exports.cargoDocExecutor = _chunkK7QVZAWDjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQSLN7UYGjs.cargoFormatExecutor; exports.cargoMetadata = _chunkULBTYC2Bjs.cargoMetadata; exports.cargoRunCommand = _chunkULBTYC2Bjs.cargoRunCommand; exports.childProcess = _chunkULBTYC2Bjs.childProcess; exports.configSchemaGeneratorFn = _chunk2HD75CLDjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkDHGZTMNDjs.createCliOptions; exports.createProjectTsConfigJson = _chunkRAVLTWJVjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkL5FYEAAPjs.esbuildExecutorFn; exports.eslintVersion = _chunkHI4G4OOGjs.eslintVersion; exports.formatProjectTag = _chunk7YRW5HNXjs.formatProjectTag; exports.getLockFileDependencies = _chunkPK2SUBWIjs.getLockFileDependencies; exports.getLockFileName = _chunkPK2SUBWIjs.getLockFileName; exports.getLockFileNodes = _chunkPK2SUBWIjs.getLockFileNodes; exports.getOutputPath = _chunkRAVLTWJVjs.getOutputPath; exports.getPackageInfo = _chunk7AXFMX2Tjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkUF6KFXG5js.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkUF6KFXG5js.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunk5DAZ2WTIjs.getProjectConfiguration; exports.getProjectConfigurations = _chunk5DAZ2WTIjs.getProjectConfigurations; exports.getProjectPlatform = _chunkUF6KFXG5js.getProjectPlatform; exports.getProjectRoot = _chunkUF6KFXG5js.getProjectRoot; exports.getProjectTag = _chunk7YRW5HNXjs.getProjectTag; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.getTypiaTransform = _chunkXITP2BX2js.getTypiaTransform; exports.hasProjectTag = _chunk7YRW5HNXjs.hasProjectTag; exports.initGenerator = _chunk3IZ3O4OKjs.initGenerator; exports.isEqualProjectTag = _chunk7YRW5HNXjs.isEqualProjectTag; exports.isExternal = _chunkULBTYC2Bjs.isExternal; exports.lintStagedVersion = _chunkHI4G4OOGjs.lintStagedVersion; exports.lockFileExists = _chunkPK2SUBWIjs.lockFileExists; exports.modifyCargoNestedTable = _chunkZMFVKBRMjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkZMFVKBRMjs.modifyCargoTable; exports.neutralLibraryGeneratorFn = _chunkPCPEJBLOjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk6ZRK5I4Njs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkHI4G4OOGjs.nodeVersion; exports.normalizeOptions = _chunkRAVLTWJVjs.normalizeOptions; exports.nxVersion = _chunkHI4G4OOGjs.nxVersion; exports.parseCargoToml = _chunkZMFVKBRMjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkZMFVKBRMjs.parseCargoTomlWithTree; exports.pnpmCatalogUpdate = _chunk2GRVQNW3js.pnpmCatalogUpdate; exports.pnpmVersion = _chunkHI4G4OOGjs.pnpmVersion; exports.presetGeneratorFn = _chunkD2ECVPJFjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkHI4G4OOGjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkHI4G4OOGjs.prettierPrismaVersion; exports.prettierVersion = _chunkHI4G4OOGjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkRRWRVA7Fjs.releaseVersionGeneratorFn; exports.runProcess = _chunkULBTYC2Bjs.runProcess; exports.semanticReleaseVersion = _chunkHI4G4OOGjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunk7YRW5HNXjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkGYGIXXALjs.sizeLimitExecutorFn; exports.stringifyCargoToml = _chunkZMFVKBRMjs.stringifyCargoToml; exports.swcCliVersion = _chunkHI4G4OOGjs.swcCliVersion; exports.swcCoreVersion = _chunkHI4G4OOGjs.swcCoreVersion; exports.swcHelpersVersion = _chunkHI4G4OOGjs.swcHelpersVersion; exports.swcNodeVersion = _chunkHI4G4OOGjs.swcNodeVersion; exports.tsLibVersion = _chunkHI4G4OOGjs.tsLibVersion; exports.tsdownExecutorFn = _chunkJARU6ZVHjs.tsdownExecutorFn; exports.tsupVersion = _chunkHI4G4OOGjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkRAVLTWJVjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkHI4G4OOGjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkIWCQL3AQjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk7O34DHUGjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkHI4G4OOGjs.typescriptVersion; exports.typiaExecutorFn = _chunkIF2GIONQjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk7GKIVRFHjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkIBHLVELVjs.withRunExecutor; exports.withRunGenerator = _chunkKLHTXAIUjs.withRunGenerator;
package/dist/index.mjs CHANGED
@@ -100,10 +100,10 @@ import {
100
100
  import "./chunk-RLIZVCIN.mjs";
101
101
  import {
102
102
  neutralLibraryGeneratorFn
103
- } from "./chunk-DR65MBFB.mjs";
103
+ } from "./chunk-UHNTJRTW.mjs";
104
104
  import {
105
105
  nodeLibraryGeneratorFn
106
- } from "./chunk-AZGF6LFT.mjs";
106
+ } from "./chunk-T2NTGJ6O.mjs";
107
107
  import {
108
108
  presetGeneratorFn
109
109
  } from "./chunk-IUV3RLT4.mjs";
@@ -112,7 +112,7 @@ import {
112
112
  } from "./chunk-Q45DDLNL.mjs";
113
113
  import {
114
114
  browserLibraryGeneratorFn
115
- } from "./chunk-Y4FVIDJI.mjs";
115
+ } from "./chunk-RLGZCVPW.mjs";
116
116
  import {
117
117
  configSchemaGeneratorFn
118
118
  } from "./chunk-KWIXQ4UN.mjs";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkPVAQKHBQjs = require('../../../chunk-PVAQKHBQ.js');
4
+ var _chunkC3YSVZWOjs = require('../../../chunk-C3YSVZWO.js');
5
5
  require('../../../chunk-RAVLTWJV.js');
6
6
  require('../../../chunk-HI4G4OOG.js');
7
7
  require('../../../chunk-7YRW5HNX.js');
@@ -14,4 +14,4 @@ require('../../../chunk-3GQAWCBQ.js');
14
14
 
15
15
 
16
16
 
17
- exports.browserLibraryGeneratorFn = _chunkPVAQKHBQjs.browserLibraryGeneratorFn; exports.default = _chunkPVAQKHBQjs.generator_default;
17
+ exports.browserLibraryGeneratorFn = _chunkC3YSVZWOjs.browserLibraryGeneratorFn; exports.default = _chunkC3YSVZWOjs.generator_default;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  browserLibraryGeneratorFn,
3
3
  generator_default
4
- } from "../../../chunk-Y4FVIDJI.mjs";
4
+ } from "../../../chunk-RLGZCVPW.mjs";
5
5
  import "../../../chunk-C2REXPET.mjs";
6
6
  import "../../../chunk-EK75QNMS.mjs";
7
7
  import "../../../chunk-66TYTM73.mjs";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkP4NR5KOJjs = require('../../../chunk-P4NR5KOJ.js');
4
+ var _chunkPCPEJBLOjs = require('../../../chunk-PCPEJBLO.js');
5
5
  require('../../../chunk-RAVLTWJV.js');
6
6
  require('../../../chunk-HI4G4OOG.js');
7
7
  require('../../../chunk-7YRW5HNX.js');
@@ -14,4 +14,4 @@ require('../../../chunk-3GQAWCBQ.js');
14
14
 
15
15
 
16
16
 
17
- exports.default = _chunkP4NR5KOJjs.generator_default; exports.neutralLibraryGeneratorFn = _chunkP4NR5KOJjs.neutralLibraryGeneratorFn;
17
+ exports.default = _chunkPCPEJBLOjs.generator_default; exports.neutralLibraryGeneratorFn = _chunkPCPEJBLOjs.neutralLibraryGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  neutralLibraryGeneratorFn
4
- } from "../../../chunk-DR65MBFB.mjs";
4
+ } from "../../../chunk-UHNTJRTW.mjs";
5
5
  import "../../../chunk-C2REXPET.mjs";
6
6
  import "../../../chunk-EK75QNMS.mjs";
7
7
  import "../../../chunk-66TYTM73.mjs";
@@ -36,11 +36,15 @@ yarn add -D <%= namespace %>/<%= name %>
36
36
 
37
37
  ## Reduced Package Size
38
38
 
39
- This project uses [tsup](https://tsup.egoist.dev/) to package the source code due to its ability to remove unused code and ship smaller javascript files thanks to code splitting. This helps to greatly reduce the size of the package and to make it easier to use in other projects.
39
+ This project uses [tsup](https://tsup.egoist.dev/) to package the source code
40
+ due to its ability to remove unused code and ship smaller javascript files
41
+ thanks to code splitting. This helps to greatly reduce the size of the package
42
+ and to make it easier to use in other projects.
40
43
 
41
44
  ## Development
42
45
 
43
- This project is built using [Nx](https://nx.dev). As a result, many of the usual commands are available to assist in development.
46
+ This project is built using [Nx](https://nx.dev). As a result, many of the usual
47
+ commands are available to assist in development.
44
48
 
45
49
  ### Building
46
50
 
@@ -48,7 +52,8 @@ Run `nx build <%= name %>` to build the library.
48
52
 
49
53
  ### Running unit tests
50
54
 
51
- Run `nx test <%= name %>` to execute the unit tests via [Jest](https://jestjs.io).
55
+ Run `nx test <%= name %>` to execute the unit tests via
56
+ [Jest](https://jestjs.io).
52
57
 
53
58
  ### Linting
54
59
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * The <%= name %> library used by Storm Software for building TypeScript applications.
2
+ * The <%= name %> library used by Storm Software for building NodeJS applications.
3
3
  *
4
4
  * @remarks
5
5
  * <%= description %>
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunk2OI6IGCDjs = require('../../../chunk-2OI6IGCD.js');
4
+ var _chunk6ZRK5I4Njs = require('../../../chunk-6ZRK5I4N.js');
5
5
  require('../../../chunk-RAVLTWJV.js');
6
6
  require('../../../chunk-HI4G4OOG.js');
7
7
  require('../../../chunk-7YRW5HNX.js');
@@ -14,4 +14,4 @@ require('../../../chunk-3GQAWCBQ.js');
14
14
 
15
15
 
16
16
 
17
- exports.default = _chunk2OI6IGCDjs.generator_default; exports.nodeLibraryGeneratorFn = _chunk2OI6IGCDjs.nodeLibraryGeneratorFn;
17
+ exports.default = _chunk6ZRK5I4Njs.generator_default; exports.nodeLibraryGeneratorFn = _chunk6ZRK5I4Njs.nodeLibraryGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  nodeLibraryGeneratorFn
4
- } from "../../../chunk-AZGF6LFT.mjs";
4
+ } from "../../../chunk-T2NTGJ6O.mjs";
5
5
  import "../../../chunk-C2REXPET.mjs";
6
6
  import "../../../chunk-EK75QNMS.mjs";
7
7
  import "../../../chunk-66TYTM73.mjs";
@@ -36,11 +36,15 @@ yarn add -D <%= namespace %>/<%= name %>
36
36
 
37
37
  ## Reduced Package Size
38
38
 
39
- This project uses [tsup](https://tsup.egoist.dev/) to package the source code due to its ability to remove unused code and ship smaller javascript files thanks to code splitting. This helps to greatly reduce the size of the package and to make it easier to use in other projects.
39
+ This project uses [tsup](https://tsup.egoist.dev/) to package the source code
40
+ due to its ability to remove unused code and ship smaller javascript files
41
+ thanks to code splitting. This helps to greatly reduce the size of the package
42
+ and to make it easier to use in other projects.
40
43
 
41
44
  ## Development
42
45
 
43
- This project is built using [Nx](https://nx.dev). As a result, many of the usual commands are available to assist in development.
46
+ This project is built using [Nx](https://nx.dev). As a result, many of the usual
47
+ commands are available to assist in development.
44
48
 
45
49
  ### Building
46
50
 
@@ -48,7 +52,8 @@ Run `nx build <%= name %>` to build the library.
48
52
 
49
53
  ### Running unit tests
50
54
 
51
- Run `nx test <%= name %>` to execute the unit tests via [Jest](https://jestjs.io).
55
+ Run `nx test <%= name %>` to execute the unit tests via
56
+ [Jest](https://jestjs.io).
52
57
 
53
58
  ### Linting
54
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.242.0",
3
+ "version": "1.243.2",
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",