@storm-software/build-tools 0.144.22 → 0.144.23

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +44 -14
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-0.144.21-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-0.144.22-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 -->
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
+
43
44
  ## Table of Contents
44
45
 
45
46
  - [Storm Build Tools](#storm-build-tools)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/build-tools",
3
- "version": "0.144.22",
3
+ "version": "0.144.23",
4
4
  "description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -39,24 +39,42 @@
39
39
  "types": "./dist/types.d.mts",
40
40
  "default": "./dist/types.mjs"
41
41
  },
42
- "require": { "types": "./dist/types.d.ts", "default": "./dist/types.js" },
43
- "default": { "types": "./dist/types.d.ts", "default": "./dist/types.js" }
42
+ "require": {
43
+ "types": "./dist/types.d.ts",
44
+ "default": "./dist/types.js"
45
+ },
46
+ "default": {
47
+ "types": "./dist/types.d.ts",
48
+ "default": "./dist/types.js"
49
+ }
44
50
  },
45
51
  "./index": {
46
52
  "import": {
47
53
  "types": "./dist/index.d.mts",
48
54
  "default": "./dist/index.mjs"
49
55
  },
50
- "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
51
- "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
56
+ "require": {
57
+ "types": "./dist/index.d.ts",
58
+ "default": "./dist/index.js"
59
+ },
60
+ "default": {
61
+ "types": "./dist/index.d.ts",
62
+ "default": "./dist/index.js"
63
+ }
52
64
  },
53
65
  ".": {
54
66
  "import": {
55
67
  "types": "./dist/index.d.mts",
56
68
  "default": "./dist/index.mjs"
57
69
  },
58
- "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
59
- "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
70
+ "require": {
71
+ "types": "./dist/index.d.ts",
72
+ "default": "./dist/index.js"
73
+ },
74
+ "default": {
75
+ "types": "./dist/index.d.ts",
76
+ "default": "./dist/index.js"
77
+ }
60
78
  },
61
79
  "./config": {
62
80
  "import": {
@@ -130,7 +148,9 @@
130
148
  }
131
149
  },
132
150
  "types": "./dist/index.d.ts",
133
- "files": ["dist/**/*"],
151
+ "files": [
152
+ "dist/**/*"
153
+ ],
134
154
  "keywords": [
135
155
  "monorepo",
136
156
  "open-system",
@@ -147,10 +167,18 @@
147
167
  "typescript": "^5.8.3"
148
168
  },
149
169
  "peerDependenciesMeta": {
150
- "@nx/devkit": { "optional": false },
151
- "@nx/js": { "optional": false },
152
- "nx": { "optional": false },
153
- "typescript": { "optional": false }
170
+ "@nx/devkit": {
171
+ "optional": false
172
+ },
173
+ "@nx/js": {
174
+ "optional": false
175
+ },
176
+ "nx": {
177
+ "optional": false
178
+ },
179
+ "typescript": {
180
+ "optional": false
181
+ }
154
182
  },
155
183
  "dependencies": {
156
184
  "@swc/core": "1.7.26",
@@ -167,5 +195,7 @@
167
195
  "tsup": "8.4.0",
168
196
  "typescript": "^5.8.3"
169
197
  },
170
- "publishConfig": { "access": "public" }
171
- }
198
+ "publishConfig": {
199
+ "access": "public"
200
+ }
201
+ }