@storm-software/build-tools 0.158.290 → 0.158.291

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/build-tools",
3
- "version": "0.158.290",
3
+ "version": "0.158.291",
4
4
  "private": false,
5
5
  "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.",
6
6
  "keywords": [
@@ -169,8 +169,8 @@
169
169
  "types": "./dist/index.d.ts",
170
170
  "files": ["dist"],
171
171
  "dependencies": {
172
- "@storm-software/config": "1.138.66",
173
- "@storm-software/config-tools": "1.190.130",
172
+ "@storm-software/config": "1.138.67",
173
+ "@storm-software/config-tools": "1.190.131",
174
174
  "@swc/core": "1.7.26",
175
175
  "glob": "^11.1.0",
176
176
  "resolve": "1.22.12",
@@ -198,5 +198,5 @@
198
198
  "typescript": { "optional": false }
199
199
  },
200
200
  "publishConfig": { "access": "public" },
201
- "gitHead": "b3610288676ae47050ac033eedc50101e75171f8"
201
+ "gitHead": "1bb5e5064631770d695317f7f5445e1622e9571a"
202
202
  }