@storm-software/workspace-tools 1.259.3 → 1.259.5
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 +12 -0
- package/README.md +1 -1
- package/dist/{chunk-5ZRY4MVL.js → chunk-EPP63VOO.js} +1 -1
- package/dist/{chunk-BEHUTVCF.mjs → chunk-R2BMSX6J.mjs} +1 -1
- package/dist/src/plugins/typescript/index.js +2 -2
- package/dist/src/plugins/typescript/index.mjs +1 -1
- package/dist/src/plugins/typescript/project-config.js +2 -2
- package/dist/src/plugins/typescript/project-config.mjs +1 -1
- package/dist/src/plugins/typescript/tsdown.d.mts +1 -2
- package/dist/src/plugins/typescript/tsdown.d.ts +1 -2
- package/dist/src/plugins/typescript/tsup.d.mts +1 -2
- package/dist/src/plugins/typescript/tsup.d.ts +1 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.259.5 (2025-02-23)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous
|
|
4
|
+
|
|
5
|
+
- **monorepo:** Regenerate README markdown files ([b785ce163](https://github.com/storm-software/storm-ops/commit/b785ce163))
|
|
6
|
+
|
|
7
|
+
## 1.259.4 (2025-02-23)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous
|
|
10
|
+
|
|
11
|
+
- **monorepo:** Reformat README markdown files ([68f6724f6](https://github.com/storm-software/storm-ops/commit/68f6724f6))
|
|
12
|
+
|
|
1
13
|
## 1.259.3 (2025-02-23)
|
|
2
14
|
|
|
3
15
|
### 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 -->
|
|
@@ -103,7 +103,7 @@ var createNodes = [
|
|
|
103
103
|
"^production"
|
|
104
104
|
],
|
|
105
105
|
outputs: [
|
|
106
|
-
"{projectRoot}/**/*.{ts,tsx,js,jsx,json,md,mdx,yaml,yml,html,css,scss,sass,less,graphql,gql
|
|
106
|
+
"{projectRoot}/**/*.{ts,tsx,js,jsx,json,md,mdx,yaml,yml,html,css,scss,sass,less,graphql,gql}"
|
|
107
107
|
],
|
|
108
108
|
dependsOn: [
|
|
109
109
|
"lint-markdown",
|
|
@@ -103,7 +103,7 @@ var createNodes = [
|
|
|
103
103
|
"^production"
|
|
104
104
|
],
|
|
105
105
|
outputs: [
|
|
106
|
-
"{projectRoot}/**/*.{ts,tsx,js,jsx,json,md,mdx,yaml,yml,html,css,scss,sass,less,graphql,gql
|
|
106
|
+
"{projectRoot}/**/*.{ts,tsx,js,jsx,json,md,mdx,yaml,yml,html,css,scss,sass,less,graphql,gql}"
|
|
107
107
|
],
|
|
108
108
|
dependsOn: [
|
|
109
109
|
"lint-markdown",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkEPP63VOOjs = require('../../../chunk-EPP63VOO.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 =
|
|
11
|
+
exports.createNodes = _chunkEPP63VOOjs.createNodes; exports.name = _chunkEPP63VOOjs.name;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkEPP63VOOjs = require('../../../chunk-EPP63VOO.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 =
|
|
11
|
+
exports.createNodes = _chunkEPP63VOOjs.createNodes; exports.name = _chunkEPP63VOOjs.name;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { CreateNodesV2 } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const name = "storm-software/typescript/tsdown";
|
|
4
|
-
|
|
5
|
-
}
|
|
4
|
+
type TsDownPluginOptions = object;
|
|
6
5
|
declare const createNodesV2: CreateNodesV2<TsDownPluginOptions>;
|
|
7
6
|
|
|
8
7
|
export { type TsDownPluginOptions, createNodesV2, name };
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { CreateNodesV2 } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const name = "storm-software/typescript/tsdown";
|
|
4
|
-
|
|
5
|
-
}
|
|
4
|
+
type TsDownPluginOptions = object;
|
|
6
5
|
declare const createNodesV2: CreateNodesV2<TsDownPluginOptions>;
|
|
7
6
|
|
|
8
7
|
export { type TsDownPluginOptions, createNodesV2, name };
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { CreateNodesV2 } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const name = "storm-software/typescript/tsup";
|
|
4
|
-
|
|
5
|
-
}
|
|
4
|
+
type TsupPluginOptions = object;
|
|
6
5
|
declare const createNodesV2: CreateNodesV2<TsupPluginOptions>;
|
|
7
6
|
|
|
8
7
|
export { type TsupPluginOptions, createNodesV2, name };
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { CreateNodesV2 } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const name = "storm-software/typescript/tsup";
|
|
4
|
-
|
|
5
|
-
}
|
|
4
|
+
type TsupPluginOptions = object;
|
|
6
5
|
declare const createNodesV2: CreateNodesV2<TsupPluginOptions>;
|
|
7
6
|
|
|
8
7
|
export { type TsupPluginOptions, createNodesV2, name };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.259.
|
|
3
|
+
"version": "1.259.5",
|
|
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",
|
|
@@ -223,7 +223,6 @@
|
|
|
223
223
|
"jiti": "^2.4.2",
|
|
224
224
|
"markdownlint-cli2": "^0.17.2",
|
|
225
225
|
"micromatch": "^4.0.7",
|
|
226
|
-
"pkg-types": "^1.1.1",
|
|
227
226
|
"prettier": "^3.5.1",
|
|
228
227
|
"prettier-plugin-pkg": "^0.18.1",
|
|
229
228
|
"read-yaml-file": "2.1.0",
|
|
@@ -239,6 +238,7 @@
|
|
|
239
238
|
"@types/node": "^22.10.2",
|
|
240
239
|
"@types/semver": "7.5.8",
|
|
241
240
|
"nx": "^20.3.1",
|
|
241
|
+
"pkg-types": "^1.3.1",
|
|
242
242
|
"tsup": "8.3.5",
|
|
243
243
|
"typescript": "^5.7.2"
|
|
244
244
|
},
|