@storm-software/workspace-tools 1.296.96 → 1.296.97
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.296.
|
|
3
|
+
"version": "1.296.97",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"monorepo",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
},
|
|
261
261
|
"devDependencies": {
|
|
262
262
|
"@napi-rs/cli": "^3.8.2",
|
|
263
|
-
"@storm-software/bun-tools": "
|
|
263
|
+
"@storm-software/bun-tools": "0.0.26",
|
|
264
264
|
"@storm-software/esbuild": "^0.53.277",
|
|
265
265
|
"@storm-software/package-constants": "^0.1.129",
|
|
266
266
|
"@storm-software/pnpm-tools": "^0.7.127",
|
|
@@ -293,5 +293,5 @@
|
|
|
293
293
|
"publishConfig": { "access": "public" },
|
|
294
294
|
"executors": "./executors.json",
|
|
295
295
|
"generators": "./generators.json",
|
|
296
|
-
"gitHead": "
|
|
296
|
+
"gitHead": "22552db998982c9f7e6a6b38c11d8874ca879e14"
|
|
297
297
|
}
|