@storm-software/unbuild 0.39.13 → 0.39.15
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 +7 -7
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.39.
|
|
3
|
+
"version": "0.39.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -133,13 +133,13 @@
|
|
|
133
133
|
"unbuild"
|
|
134
134
|
],
|
|
135
135
|
"peerDependencies": {
|
|
136
|
-
"@nx/devkit": "20.
|
|
137
|
-
"@nx/js": "20.
|
|
136
|
+
"@nx/devkit": "20.8.0",
|
|
137
|
+
"@nx/js": "20.8.0",
|
|
138
138
|
"@storm-software/build-tools": "workspace:*",
|
|
139
139
|
"@storm-software/config": "workspace:*",
|
|
140
140
|
"@storm-software/config-tools": "workspace:*",
|
|
141
141
|
"@swc/core": "1.7.26",
|
|
142
|
-
"nx": "20.
|
|
142
|
+
"nx": "20.8.0",
|
|
143
143
|
"rollup": "^4.29.1",
|
|
144
144
|
"typescript": "^5.7.2"
|
|
145
145
|
},
|
|
@@ -167,10 +167,10 @@
|
|
|
167
167
|
"unbuild": "^3.2.0"
|
|
168
168
|
},
|
|
169
169
|
"devDependencies": {
|
|
170
|
-
"@nx/devkit": "20.
|
|
171
|
-
"@nx/js": "20.
|
|
170
|
+
"@nx/devkit": "20.8.0",
|
|
171
|
+
"@nx/js": "20.8.0",
|
|
172
172
|
"@types/node": "^22.10.2",
|
|
173
|
-
"nx": "20.
|
|
173
|
+
"nx": "20.8.0",
|
|
174
174
|
"tsup": "8.3.5",
|
|
175
175
|
"typescript": "^5.7.2"
|
|
176
176
|
},
|