@storm-software/build-tools 0.147.2 → 0.148.0

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 +1 -1
  2. package/package.json +14 -44
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.147.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-0.147.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/build-tools",
3
- "version": "0.147.2",
3
+ "version": "0.148.0",
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,42 +39,24 @@
39
39
  "types": "./dist/types.d.mts",
40
40
  "default": "./dist/types.mjs"
41
41
  },
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
- }
42
+ "require": { "types": "./dist/types.d.ts", "default": "./dist/types.js" },
43
+ "default": { "types": "./dist/types.d.ts", "default": "./dist/types.js" }
50
44
  },
51
45
  "./index": {
52
46
  "import": {
53
47
  "types": "./dist/index.d.mts",
54
48
  "default": "./dist/index.mjs"
55
49
  },
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
- }
50
+ "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
51
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
64
52
  },
65
53
  ".": {
66
54
  "import": {
67
55
  "types": "./dist/index.d.mts",
68
56
  "default": "./dist/index.mjs"
69
57
  },
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
- }
58
+ "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
59
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
78
60
  },
79
61
  "./config": {
80
62
  "import": {
@@ -148,9 +130,7 @@
148
130
  }
149
131
  },
150
132
  "types": "./dist/index.d.ts",
151
- "files": [
152
- "dist/**/*"
153
- ],
133
+ "files": ["dist/**/*"],
154
134
  "keywords": [
155
135
  "monorepo",
156
136
  "open-system",
@@ -167,18 +147,10 @@
167
147
  "typescript": "^5.8.3"
168
148
  },
169
149
  "peerDependenciesMeta": {
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
- }
150
+ "@nx/devkit": { "optional": false },
151
+ "@nx/js": { "optional": false },
152
+ "nx": { "optional": false },
153
+ "typescript": { "optional": false }
182
154
  },
183
155
  "dependencies": {
184
156
  "@swc/core": "1.7.26",
@@ -195,7 +167,5 @@
195
167
  "tsup": "8.4.0",
196
168
  "typescript": "^5.8.3"
197
169
  },
198
- "publishConfig": {
199
- "access": "public"
200
- }
201
- }
170
+ "publishConfig": { "access": "public" }
171
+ }