@storm-software/build-tools 0.158.73 → 0.158.74
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/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.158.
|
|
3
|
+
"version": "0.158.74",
|
|
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",
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"sullivanpj"
|
|
142
142
|
],
|
|
143
143
|
"peerDependencies": {
|
|
144
|
-
"@nx/devkit": "^22.
|
|
145
|
-
"@nx/js": "^22.
|
|
146
|
-
"nx": "^22.
|
|
144
|
+
"@nx/devkit": "^22.3.3",
|
|
145
|
+
"@nx/js": "^22.3.3",
|
|
146
|
+
"nx": "^22.3.3",
|
|
147
147
|
"typescript": "^5.9.2"
|
|
148
148
|
},
|
|
149
149
|
"peerDependenciesMeta": {
|
|
@@ -157,16 +157,16 @@
|
|
|
157
157
|
"glob": "^11.1.0",
|
|
158
158
|
"resolve": "1.22.8",
|
|
159
159
|
"resolve-from": "5.0.0",
|
|
160
|
-
"rollup": "^4.
|
|
160
|
+
"rollup": "^4.54.0"
|
|
161
161
|
},
|
|
162
162
|
"devDependencies": {
|
|
163
|
-
"@nx/devkit": "^22.
|
|
164
|
-
"@nx/js": "^22.
|
|
163
|
+
"@nx/devkit": "^22.3.3",
|
|
164
|
+
"@nx/js": "^22.3.3",
|
|
165
165
|
"@types/node": "^24.10.4",
|
|
166
|
-
"nx": "^22.
|
|
166
|
+
"nx": "^22.3.3",
|
|
167
167
|
"tsup": "8.4.0",
|
|
168
168
|
"typescript": "^5.9.3"
|
|
169
169
|
},
|
|
170
170
|
"publishConfig": { "access": "public" },
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "04528fd5ad2e9964bafae6e92842b2c59015141a"
|
|
172
172
|
}
|