@storm-software/workspace-tools 1.223.1 → 1.223.3

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,17 @@
1
+ ## 1.223.3 (2025-01-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **eslint:** Resolved issue with the bundling process
6
+ ([d06b6588](https://github.com/storm-software/storm-ops/commit/d06b6588))
7
+
8
+ ## 1.223.2 (2025-01-11)
9
+
10
+ ### Bug Fixes
11
+
12
+ - **config-tools:** Resolve issue with missing `logger` module
13
+ ([1b5df538](https://github.com/storm-software/storm-ops/commit/1b5df538))
14
+
1
15
  ## 1.223.1 (2025-01-11)
2
16
 
3
17
  ### 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
- [![Version](https://img.shields.io/badge/version-1.223.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.223.2-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 -->
package/index.js CHANGED
@@ -187193,9 +187193,9 @@ var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll =
187193
187193
  var getEnv2 = (builder, options) => {
187194
187194
  return {
187195
187195
  STORM_BUILD: builder,
187196
- STORM_ORGANIZATION: options.organization || DEFAULT_ORGANIZATION,
187196
+ STORM_ORG: options.orgName || DEFAULT_ORGANIZATION,
187197
187197
  STORM_NAME: options.name,
187198
- STORM_ENV: options.environment || DEFAULT_ENVIRONMENT,
187198
+ STORM_ENV: options.envName || DEFAULT_ENVIRONMENT,
187199
187199
  STORM_PLATFORM: options.platform,
187200
187200
  STORM_FORMAT: JSON.stringify(options.format),
187201
187201
  STORM_TARGET: JSON.stringify(options.target),
@@ -188897,7 +188897,7 @@ var DEFAULT_BUILD_OPTIONS = {
188897
188897
  external: [],
188898
188898
  logLevel: "error",
188899
188899
  tsconfig: "tsconfig.json",
188900
- environment: "production",
188900
+ envName: "production",
188901
188901
  keepNames: true,
188902
188902
  metafile: true,
188903
188903
  injectShims: true,
package/meta.json CHANGED
@@ -5393,7 +5393,7 @@
5393
5393
  "format": "esm"
5394
5394
  },
5395
5395
  "packages/build-tools/src/types.ts": {
5396
- "bytes": 2438,
5396
+ "bytes": 2411,
5397
5397
  "imports": [
5398
5398
  {
5399
5399
  "path": "@storm-software/config",
@@ -5538,7 +5538,7 @@
5538
5538
  "format": "esm"
5539
5539
  },
5540
5540
  "packages/build-tools/src/utilities/get-env.ts": {
5541
- "bytes": 763,
5541
+ "bytes": 736,
5542
5542
  "imports": [
5543
5543
  {
5544
5544
  "path": "packages/build-tools/src/config.ts",
@@ -23040,7 +23040,7 @@
23040
23040
  "format": "esm"
23041
23041
  },
23042
23042
  "packages/esbuild/src/config.ts": {
23043
- "bytes": 2383,
23043
+ "bytes": 2375,
23044
23044
  "imports": [
23045
23045
  {
23046
23046
  "path": "packages/build-tools/src/index.ts",
@@ -42377,7 +42377,7 @@
42377
42377
  "bytesInOutput": 1467
42378
42378
  },
42379
42379
  "packages/build-tools/src/utilities/get-env.ts": {
42380
- "bytesInOutput": 399
42380
+ "bytesInOutput": 381
42381
42381
  },
42382
42382
  "packages/build-tools/src/utilities/get-out-extension.ts": {
42383
42383
  "bytesInOutput": 447
@@ -42533,7 +42533,7 @@
42533
42533
  "bytesInOutput": 4613
42534
42534
  },
42535
42535
  "packages/esbuild/src/config.ts": {
42536
- "bytesInOutput": 1328
42536
+ "bytesInOutput": 1324
42537
42537
  },
42538
42538
  "packages/esbuild/src/plugins/deps-check.ts": {
42539
42539
  "bytesInOutput": 2825
@@ -42821,7 +42821,7 @@
42821
42821
  "bytesInOutput": 202
42822
42822
  }
42823
42823
  },
42824
- "bytes": 9623013
42824
+ "bytes": 9622991
42825
42825
  },
42826
42826
  "dist/packages/workspace-tools/src/executors/unbuild/executor.js": {
42827
42827
  "imports": [
@@ -49329,7 +49329,7 @@
49329
49329
  "bytesInOutput": 1464
49330
49330
  },
49331
49331
  "packages/build-tools/src/utilities/get-env.ts": {
49332
- "bytesInOutput": 399
49332
+ "bytesInOutput": 381
49333
49333
  },
49334
49334
  "packages/build-tools/src/utilities/get-out-extension.ts": {
49335
49335
  "bytesInOutput": 447
@@ -49485,7 +49485,7 @@
49485
49485
  "bytesInOutput": 4611
49486
49486
  },
49487
49487
  "packages/esbuild/src/config.ts": {
49488
- "bytesInOutput": 1328
49488
+ "bytesInOutput": 1324
49489
49489
  },
49490
49490
  "packages/esbuild/src/plugins/deps-check.ts": {
49491
49491
  "bytesInOutput": 2825
@@ -49503,7 +49503,7 @@
49503
49503
  "bytesInOutput": 4148
49504
49504
  }
49505
49505
  },
49506
- "bytes": 7564140
49506
+ "bytes": 7564118
49507
49507
  },
49508
49508
  "dist/packages/workspace-tools/src/executors/typia/executor.js": {
49509
49509
  "imports": [
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@storm-software/workspace-tools","version":"1.223.1","type":"commonjs","description":"Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/workspace-tools"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"main":"./index.js","exports":{".":"./index.js","./package.json":"./package.json","./config/nx-default.json":"./config/nx-default.json","./config/nx-cloud.json":"./config/nx-cloud.json","./assets/cjs_shims":"./assets/cjs_shims.js","./assets/esm_shims":"./assets/esm_shims.js","./migrations.json":"./migrations.json","./generators.json":"./generators.json","./generators/*/schema.json":"./src/generators/*/schema.json","./executors.json":"./executors.json","./executors/*/schema.json":"./src/executors/*/schema.json","./plugins/rust":"./src/plugins/rust/index.js","./plugins/typescript":"./src/plugins/typescript/index.js","./plugins/typescript/tsup":"./src/plugins/typescript/tsup.js","./preset":"./src/generators/preset/preset.js","./base":"./src/base/index.js","./base/*":"./src/base/*.js","./utils":"./src/utils/index.js","./utils/*":"./src/utils/*.js"},"typings":"./declarations.d.ts","keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"peerDependencies":{"@microsoft/api-extractor":"^7.48.1","@nx/devkit":"^20.3.1","@samchon/openapi":"^2.3.0","nx":"^20.3.1","typescript":"^5.7.2"},"peerDependenciesMeta":{"@microsoft/api-extractor":{"optional":true},"@nx/devkit":{"optional":false},"@samchon/openapi":{"optional":true},"nx":{"optional":false},"typescript":{"optional":false}},"dependencies":{"@ltd/j-toml":"1.38.0","@nx/devkit":"^20.3.1","@size-limit/esbuild":"11.1.4","@size-limit/esbuild-why":"11.1.4","@size-limit/file":"11.1.4","deep-clone":"4.0.0","defu":"6.1.4","fs-extra":"11.2.0","glob":"10.4.2","micromatch":"4.0.7","pkg-types":"^1.1.1","prettier":"^3.3.3","prettier-plugin-packagejson":"2.5.0","read-yaml-file":"2.1.0","semver":"7.6.2","size-limit":"11.1.4","tsup":"8.0.0","typia":"^7.5.0","zod":"^3.24.0","zod-to-json-schema":"3.23.1"},"devDependencies":{"@microsoft/api-extractor":"^7.48.1","@nx/esbuild":"^20.3.1","@types/micromatch":"4.0.9","@types/node":"^22.10.2","@types/semver":"7.5.8","nx":"^20.3.1","typescript":"^5.7.2"},"publishConfig":{"access":"public"},"executors":"./executors.json","generators":"./generators.json"}
1
+ {"name":"@storm-software/workspace-tools","version":"1.223.3","type":"commonjs","description":"Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/workspace-tools"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"main":"./index.js","exports":{".":"./index.js","./package.json":"./package.json","./config/nx-default.json":"./config/nx-default.json","./config/nx-cloud.json":"./config/nx-cloud.json","./assets/cjs_shims":"./assets/cjs_shims.js","./assets/esm_shims":"./assets/esm_shims.js","./migrations.json":"./migrations.json","./generators.json":"./generators.json","./generators/*/schema.json":"./src/generators/*/schema.json","./executors.json":"./executors.json","./executors/*/schema.json":"./src/executors/*/schema.json","./plugins/rust":"./src/plugins/rust/index.js","./plugins/typescript":"./src/plugins/typescript/index.js","./plugins/typescript/tsup":"./src/plugins/typescript/tsup.js","./preset":"./src/generators/preset/preset.js","./base":"./src/base/index.js","./base/*":"./src/base/*.js","./utils":"./src/utils/index.js","./utils/*":"./src/utils/*.js"},"typings":"./declarations.d.ts","keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"peerDependencies":{"@microsoft/api-extractor":"^7.48.1","@nx/devkit":"^20.3.1","@samchon/openapi":"^2.3.0","nx":"^20.3.1","typescript":"^5.7.2"},"peerDependenciesMeta":{"@microsoft/api-extractor":{"optional":true},"@nx/devkit":{"optional":false},"@samchon/openapi":{"optional":true},"nx":{"optional":false},"typescript":{"optional":false}},"dependencies":{"@ltd/j-toml":"1.38.0","@nx/devkit":"^20.3.1","@size-limit/esbuild":"11.1.4","@size-limit/esbuild-why":"11.1.4","@size-limit/file":"11.1.4","deep-clone":"4.0.0","defu":"6.1.4","fs-extra":"11.2.0","glob":"10.4.2","micromatch":"4.0.7","pkg-types":"^1.1.1","prettier":"^3.3.3","prettier-plugin-packagejson":"2.5.0","read-yaml-file":"2.1.0","semver":"7.6.2","size-limit":"11.1.4","tsup":"8.0.0","typia":"^7.5.0","zod":"^3.24.0","zod-to-json-schema":"3.23.1"},"devDependencies":{"@microsoft/api-extractor":"^7.48.1","@nx/esbuild":"^20.3.1","@types/micromatch":"4.0.9","@types/node":"^22.10.2","@types/semver":"7.5.8","nx":"^20.3.1","typescript":"^5.7.2"},"publishConfig":{"access":"public"},"executors":"./executors.json","generators":"./generators.json"}
@@ -145572,9 +145572,9 @@ var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll =
145572
145572
  var getEnv2 = (builder, options) => {
145573
145573
  return {
145574
145574
  STORM_BUILD: builder,
145575
- STORM_ORGANIZATION: options.organization || DEFAULT_ORGANIZATION,
145575
+ STORM_ORG: options.orgName || DEFAULT_ORGANIZATION,
145576
145576
  STORM_NAME: options.name,
145577
- STORM_ENV: options.environment || DEFAULT_ENVIRONMENT,
145577
+ STORM_ENV: options.envName || DEFAULT_ENVIRONMENT,
145578
145578
  STORM_PLATFORM: options.platform,
145579
145579
  STORM_FORMAT: JSON.stringify(options.format),
145580
145580
  STORM_TARGET: JSON.stringify(options.target),
@@ -147276,7 +147276,7 @@ var DEFAULT_BUILD_OPTIONS = {
147276
147276
  external: [],
147277
147277
  logLevel: "error",
147278
147278
  tsconfig: "tsconfig.json",
147279
- environment: "production",
147279
+ envName: "production",
147280
147280
  keepNames: true,
147281
147281
  metafile: true,
147282
147282
  injectShims: true,
@@ -15,7 +15,7 @@ DEFAULT_TIMEZONE="America/New_York"
15
15
 
16
16
  STORM_OWNER="sullivanpj"
17
17
  STORM_BOT="stormie-bot"
18
- STORM_ORGANIZATION="<%= organization %>"
18
+ STORM_ORG="<%= organization %>"
19
19
  STORM_NAMESPACE="<%= name %>"
20
20
  STORM_NAMESPACESPACE="<%= namespace %>"
21
21
  STORM_REPOSITORY="<%= repositoryUrl %>"