@storm-software/workspace-tools 1.296.109 → 1.296.110
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.110",
|
|
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",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"@storm-software/config": "^1.138.65",
|
|
242
242
|
"@storm-software/config-tools": "^1.190.128",
|
|
243
243
|
"@storm-software/npm-tools": "^0.6.246",
|
|
244
|
-
"@storm-software/prettier": "
|
|
244
|
+
"@storm-software/prettier": "0.59.182",
|
|
245
245
|
"@storm-software/tsdown": "^0.45.289",
|
|
246
246
|
"defu": "^6.1.7",
|
|
247
247
|
"esbuild": "^0.25.12",
|
|
@@ -294,5 +294,5 @@
|
|
|
294
294
|
"publishConfig": { "access": "public" },
|
|
295
295
|
"executors": "./executors.json",
|
|
296
296
|
"generators": "./generators.json",
|
|
297
|
-
"gitHead": "
|
|
297
|
+
"gitHead": "a332b626d374cda88bca3f472f7fa4d2da7b2963"
|
|
298
298
|
}
|