@storm-software/unbuild 0.25.0 → 0.25.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/README.md +1 -1
- package/package.json +8 -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
|
-
[](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 -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/unbuild",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.1",
|
|
4
4
|
"description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -98,17 +98,11 @@
|
|
|
98
98
|
},
|
|
99
99
|
"./build": {
|
|
100
100
|
"import": {
|
|
101
|
-
"types": "./dist/build
|
|
102
|
-
"default": "./dist/build
|
|
101
|
+
"types": "./dist/build.d.mts",
|
|
102
|
+
"default": "./dist/build.mjs"
|
|
103
103
|
},
|
|
104
|
-
"require": {
|
|
105
|
-
|
|
106
|
-
"default": "./dist/build/index.js"
|
|
107
|
-
},
|
|
108
|
-
"default": {
|
|
109
|
-
"types": "./dist/build/index.d.ts",
|
|
110
|
-
"default": "./dist/build/index.js"
|
|
111
|
-
}
|
|
104
|
+
"require": { "types": "./dist/build.d.ts", "default": "./dist/build.js" },
|
|
105
|
+
"default": { "types": "./dist/build.d.ts", "default": "./dist/build.js" }
|
|
112
106
|
},
|
|
113
107
|
"./plugins/*": {
|
|
114
108
|
"import": {
|
|
@@ -175,9 +169,9 @@
|
|
|
175
169
|
"@nx/devkit": "^20.3.1",
|
|
176
170
|
"@nx/js": "^20.3.1",
|
|
177
171
|
"@rollup/pluginutils": "^5.1.4",
|
|
178
|
-
"@storm-software/build-tools": "0.131.
|
|
179
|
-
"@storm-software/config": "1.97.
|
|
180
|
-
"@storm-software/config-tools": "1.138.
|
|
172
|
+
"@storm-software/build-tools": "0.131.1",
|
|
173
|
+
"@storm-software/config": "1.97.2",
|
|
174
|
+
"@storm-software/config-tools": "1.138.1",
|
|
181
175
|
"@swc/core": "1.7.26",
|
|
182
176
|
"@types/node": "^22.10.2",
|
|
183
177
|
"commander": "^12.1.0",
|