@storm-software/unbuild 0.57.120 → 0.57.122
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
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/unbuild",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.122",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"unbuild"
|
|
132
132
|
],
|
|
133
133
|
"peerDependencies": {
|
|
134
|
-
"@nx/devkit": "^22.
|
|
134
|
+
"@nx/devkit": "^22.6.0",
|
|
135
135
|
"@nx/js": "22.5.1",
|
|
136
136
|
"@swc/core": "1.7.26",
|
|
137
137
|
"nx": "22.5.1",
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
"typescript": { "optional": false }
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@storm-software/build-tools": "^0.158.
|
|
151
|
-
"@storm-software/config": "^1.135.
|
|
152
|
-
"@storm-software/config-tools": "^1.189.
|
|
150
|
+
"@storm-software/build-tools": "^0.158.121",
|
|
151
|
+
"@storm-software/config": "^1.135.41",
|
|
152
|
+
"@storm-software/config-tools": "^1.189.40",
|
|
153
153
|
"commander": "^12.1.0",
|
|
154
154
|
"defu": "6.1.4",
|
|
155
155
|
"esbuild": "^0.25.12",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"unbuild": "^3.6.1"
|
|
163
163
|
},
|
|
164
164
|
"devDependencies": {
|
|
165
|
-
"@nx/devkit": "^22.
|
|
165
|
+
"@nx/devkit": "^22.6.0",
|
|
166
166
|
"@nx/js": "22.5.1",
|
|
167
167
|
"@types/node": "^25.5.0",
|
|
168
168
|
"nx": "22.5.1",
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
},
|
|
172
172
|
"publishConfig": { "access": "public" },
|
|
173
173
|
"sideEffects": false,
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "f5dd2e96c8a8f7afd74015f40e6fbfb7fb0b57c9"
|
|
175
175
|
}
|