@storm-software/workspace-tools 1.251.1 → 1.252.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 CHANGED
@@ -1,3 +1,19 @@
1
+ ## 1.252.1 (2025-02-06)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **workspace-tools:** Resolved issue with invalid `lint-knip` targets ([167fa0122](https://github.com/storm-software/storm-ops/commit/167fa0122))
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files ([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
10
+
11
+ ## 1.252.0 (2025-02-06)
12
+
13
+ ### Features
14
+
15
+ - **linting-tools:** Added `knip` linting to tool set ([2ce758152](https://github.com/storm-software/storm-ops/commit/2ce758152))
16
+
1
17
  ## 1.251.1 (2025-02-05)
2
18
 
3
19
  ### 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.250.5-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.252.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 -->
@@ -55,7 +55,7 @@ var createNodes = [
55
55
  ],
56
56
  executor: "nx:run-commands",
57
57
  options: {
58
- command: 'pnpm exec knip --config "--config="node_modules/@storm-software/linting-tools/knip/config.json" --tsConfig "{projectRoot}/tsconfig.json" --directory "{projectRoot}" --fix --cache --cache-location "node_modules/.cache/knip/{projectRoot}"'
58
+ command: 'pnpm exec knip --config "node_modules/@storm-software/linting-tools/knip/config.json" --tsConfig "{projectRoot}/tsconfig.json" --directory "{projectRoot}" --fix --cache --cache-location "node_modules/.cache/knip/{projectRoot}"'
59
59
  }
60
60
  };
61
61
  }
@@ -55,7 +55,7 @@ var createNodes = [
55
55
  ],
56
56
  executor: "nx:run-commands",
57
57
  options: {
58
- command: 'pnpm exec knip --config "--config="node_modules/@storm-software/linting-tools/knip/config.json" --tsConfig "{projectRoot}/tsconfig.json" --directory "{projectRoot}" --fix --cache --cache-location "node_modules/.cache/knip/{projectRoot}"'
58
+ command: 'pnpm exec knip --config "node_modules/@storm-software/linting-tools/knip/config.json" --tsConfig "{projectRoot}/tsconfig.json" --directory "{projectRoot}" --fix --cache --cache-location "node_modules/.cache/knip/{projectRoot}"'
59
59
  }
60
60
  };
61
61
  }
package/dist/executors.js CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-3J53KHVV.js');
2
2
 
3
3
 
4
- var _chunkCQAGLRNYjs = require('./chunk-CQAGLRNY.js');
4
+ var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
5
5
 
6
6
 
7
- var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
7
+ var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
8
8
 
9
9
 
10
10
  var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
@@ -17,10 +17,10 @@ var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
17
17
 
18
18
 
19
19
  var _chunkWL7UV3YXjs = require('./chunk-WL7UV3YX.js');
20
+ require('./chunk-R2NBU264.js');
20
21
 
21
22
 
22
- var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
23
- require('./chunk-R2NBU264.js');
23
+ var _chunkCQAGLRNYjs = require('./chunk-CQAGLRNY.js');
24
24
 
25
25
 
26
26
  var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
@@ -1,10 +1,10 @@
1
1
  import "./chunk-V7YZ3666.mjs";
2
- import {
3
- LARGE_BUFFER
4
- } from "./chunk-VBPOZVKY.mjs";
5
2
  import {
6
3
  sizeLimitExecutorFn
7
4
  } from "./chunk-KM47X5XW.mjs";
5
+ import {
6
+ tsdownExecutorFn
7
+ } from "./chunk-UF3YMASN.mjs";
8
8
  import {
9
9
  typiaExecutorFn
10
10
  } from "./chunk-2KNHEXJQ.mjs";
@@ -17,10 +17,10 @@ import {
17
17
  import {
18
18
  esbuildExecutorFn
19
19
  } from "./chunk-OA6GD45B.mjs";
20
- import {
21
- tsdownExecutorFn
22
- } from "./chunk-UF3YMASN.mjs";
23
20
  import "./chunk-N2P34ZQV.mjs";
21
+ import {
22
+ LARGE_BUFFER
23
+ } from "./chunk-VBPOZVKY.mjs";
24
24
  import {
25
25
  cargoCheckExecutor
26
26
  } from "./chunk-P4ZEGEQX.mjs";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-INERRJ6Q.js');
2
2
 
3
3
 
4
- var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
4
+ var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
5
5
 
6
6
 
7
7
  var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
@@ -10,16 +10,16 @@ var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
10
10
  var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
11
11
 
12
12
 
13
- var _chunkQKALACBCjs = require('./chunk-QKALACBC.js');
13
+ var _chunkKJPUYQEZjs = require('./chunk-KJPUYQEZ.js');
14
14
 
15
15
 
16
- var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
16
+ var _chunkQKALACBCjs = require('./chunk-QKALACBC.js');
17
17
 
18
18
 
19
- var _chunkKJPUYQEZjs = require('./chunk-KJPUYQEZ.js');
19
+ var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
20
20
 
21
21
 
22
- var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
22
+ var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
23
23
  require('./chunk-RBU35LQW.js');
24
24
  require('./chunk-HI4G4OOG.js');
25
25
  require('./chunk-7YRW5HNX.js');
@@ -1,13 +1,16 @@
1
1
  import "./chunk-RLIZVCIN.mjs";
2
2
  import {
3
- nodeLibraryGeneratorFn
4
- } from "./chunk-Q6OBRMZG.mjs";
3
+ neutralLibraryGeneratorFn
4
+ } from "./chunk-APSDUSBR.mjs";
5
5
  import {
6
6
  presetGeneratorFn
7
7
  } from "./chunk-QDZUYDVM.mjs";
8
8
  import {
9
9
  releaseVersionGeneratorFn
10
10
  } from "./chunk-TNAEFYVH.mjs";
11
+ import {
12
+ configSchemaGeneratorFn
13
+ } from "./chunk-S73S6XCY.mjs";
11
14
  import {
12
15
  browserLibraryGeneratorFn
13
16
  } from "./chunk-7GW75RON.mjs";
@@ -15,11 +18,8 @@ import {
15
18
  initGenerator
16
19
  } from "./chunk-X3GPVZMH.mjs";
17
20
  import {
18
- configSchemaGeneratorFn
19
- } from "./chunk-S73S6XCY.mjs";
20
- import {
21
- neutralLibraryGeneratorFn
22
- } from "./chunk-APSDUSBR.mjs";
21
+ nodeLibraryGeneratorFn
22
+ } from "./chunk-Q6OBRMZG.mjs";
23
23
  import "./chunk-F2GYXQ5H.mjs";
24
24
  import "./chunk-EK75QNMS.mjs";
25
25
  import "./chunk-W3SWWT4A.mjs";
package/dist/index.js CHANGED
@@ -48,10 +48,10 @@ var _chunkGKL4BY2Yjs = require('./chunk-GKL4BY2Y.js');
48
48
  require('./chunk-3J53KHVV.js');
49
49
 
50
50
 
51
- var _chunkCQAGLRNYjs = require('./chunk-CQAGLRNY.js');
51
+ var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
52
52
 
53
53
 
54
- var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
54
+ var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
55
55
 
56
56
 
57
57
  var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
@@ -64,10 +64,10 @@ var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
64
64
 
65
65
 
66
66
  var _chunkWL7UV3YXjs = require('./chunk-WL7UV3YX.js');
67
+ require('./chunk-R2NBU264.js');
67
68
 
68
69
 
69
- var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
70
- require('./chunk-R2NBU264.js');
70
+ var _chunkCQAGLRNYjs = require('./chunk-CQAGLRNY.js');
71
71
 
72
72
 
73
73
  var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
@@ -100,7 +100,7 @@ var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
100
100
  require('./chunk-INERRJ6Q.js');
101
101
 
102
102
 
103
- var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
103
+ var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
104
104
 
105
105
 
106
106
  var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
@@ -109,16 +109,16 @@ var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
109
109
  var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
110
110
 
111
111
 
112
- var _chunkQKALACBCjs = require('./chunk-QKALACBC.js');
112
+ var _chunkKJPUYQEZjs = require('./chunk-KJPUYQEZ.js');
113
113
 
114
114
 
115
- var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
115
+ var _chunkQKALACBCjs = require('./chunk-QKALACBC.js');
116
116
 
117
117
 
118
- var _chunkKJPUYQEZjs = require('./chunk-KJPUYQEZ.js');
118
+ var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
119
119
 
120
120
 
121
- var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
121
+ var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
122
122
 
123
123
 
124
124
 
package/dist/index.mjs CHANGED
@@ -46,12 +46,12 @@ import {
46
46
  getProjectConfigurations
47
47
  } from "./chunk-V7IOKRJA.mjs";
48
48
  import "./chunk-V7YZ3666.mjs";
49
- import {
50
- LARGE_BUFFER
51
- } from "./chunk-VBPOZVKY.mjs";
52
49
  import {
53
50
  sizeLimitExecutorFn
54
51
  } from "./chunk-KM47X5XW.mjs";
52
+ import {
53
+ tsdownExecutorFn
54
+ } from "./chunk-UF3YMASN.mjs";
55
55
  import {
56
56
  typiaExecutorFn
57
57
  } from "./chunk-2KNHEXJQ.mjs";
@@ -64,10 +64,10 @@ import {
64
64
  import {
65
65
  esbuildExecutorFn
66
66
  } from "./chunk-OA6GD45B.mjs";
67
- import {
68
- tsdownExecutorFn
69
- } from "./chunk-UF3YMASN.mjs";
70
67
  import "./chunk-N2P34ZQV.mjs";
68
+ import {
69
+ LARGE_BUFFER
70
+ } from "./chunk-VBPOZVKY.mjs";
71
71
  import {
72
72
  cargoCheckExecutor
73
73
  } from "./chunk-P4ZEGEQX.mjs";
@@ -99,14 +99,17 @@ import {
99
99
  } from "./chunk-XK3FSWMA.mjs";
100
100
  import "./chunk-RLIZVCIN.mjs";
101
101
  import {
102
- nodeLibraryGeneratorFn
103
- } from "./chunk-Q6OBRMZG.mjs";
102
+ neutralLibraryGeneratorFn
103
+ } from "./chunk-APSDUSBR.mjs";
104
104
  import {
105
105
  presetGeneratorFn
106
106
  } from "./chunk-QDZUYDVM.mjs";
107
107
  import {
108
108
  releaseVersionGeneratorFn
109
109
  } from "./chunk-TNAEFYVH.mjs";
110
+ import {
111
+ configSchemaGeneratorFn
112
+ } from "./chunk-S73S6XCY.mjs";
110
113
  import {
111
114
  browserLibraryGeneratorFn
112
115
  } from "./chunk-7GW75RON.mjs";
@@ -114,11 +117,8 @@ import {
114
117
  initGenerator
115
118
  } from "./chunk-X3GPVZMH.mjs";
116
119
  import {
117
- configSchemaGeneratorFn
118
- } from "./chunk-S73S6XCY.mjs";
119
- import {
120
- neutralLibraryGeneratorFn
121
- } from "./chunk-APSDUSBR.mjs";
120
+ nodeLibraryGeneratorFn
121
+ } from "./chunk-Q6OBRMZG.mjs";
122
122
  import {
123
123
  createProjectTsConfigJson,
124
124
  getOutputPath,
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkLOOS3GAXjs = require('../../../chunk-LOOS3GAX.js');
4
+ var _chunk2R664EG4js = require('../../../chunk-2R664EG4.js');
5
5
  require('../../../chunk-UF6KFXG5.js');
6
6
  require('../../../chunk-7YRW5HNX.js');
7
7
  require('../../../chunk-3GQAWCBQ.js');
8
8
 
9
9
 
10
10
 
11
- exports.createNodes = _chunkLOOS3GAXjs.createNodes; exports.name = _chunkLOOS3GAXjs.name;
11
+ exports.createNodes = _chunk2R664EG4js.createNodes; exports.name = _chunk2R664EG4js.name;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createNodes,
3
3
  name
4
- } from "../../../chunk-JSFLO3JV.mjs";
4
+ } from "../../../chunk-EMQY64H6.mjs";
5
5
  import "../../../chunk-HUCDWLQ3.mjs";
6
6
  import "../../../chunk-W3SWWT4A.mjs";
7
7
  import "../../../chunk-R7DU2APC.mjs";
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkLOOS3GAXjs = require('../../../chunk-LOOS3GAX.js');
4
+ var _chunk2R664EG4js = require('../../../chunk-2R664EG4.js');
5
5
  require('../../../chunk-UF6KFXG5.js');
6
6
  require('../../../chunk-7YRW5HNX.js');
7
7
  require('../../../chunk-3GQAWCBQ.js');
8
8
 
9
9
 
10
10
 
11
- exports.createNodes = _chunkLOOS3GAXjs.createNodes; exports.name = _chunkLOOS3GAXjs.name;
11
+ exports.createNodes = _chunk2R664EG4js.createNodes; exports.name = _chunk2R664EG4js.name;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createNodes,
3
3
  name
4
- } from "../../../chunk-JSFLO3JV.mjs";
4
+ } from "../../../chunk-EMQY64H6.mjs";
5
5
  import "../../../chunk-HUCDWLQ3.mjs";
6
6
  import "../../../chunk-W3SWWT4A.mjs";
7
7
  import "../../../chunk-R7DU2APC.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.251.1",
3
+ "version": "1.252.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",