@storm-software/unbuild 0.57.239 → 0.57.240

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/unbuild",
3
- "version": "0.57.239",
3
+ "version": "0.57.240",
4
4
  "private": false,
5
5
  "description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
6
6
  "keywords": [
@@ -132,9 +132,9 @@
132
132
  },
133
133
  "files": ["dist/**/*"],
134
134
  "dependencies": {
135
- "@storm-software/build-tools": "^0.158.238",
136
- "@storm-software/config": "^1.138.15",
137
- "@storm-software/config-tools": "^1.190.78",
135
+ "@storm-software/build-tools": "^0.158.239",
136
+ "@storm-software/config": "^1.138.16",
137
+ "@storm-software/config-tools": "^1.190.79",
138
138
  "commander": "^12.1.0",
139
139
  "defu": "^6.1.7",
140
140
  "esbuild": "^0.25.12",
@@ -172,5 +172,5 @@
172
172
  "typescript": { "optional": false }
173
173
  },
174
174
  "publishConfig": { "access": "public" },
175
- "gitHead": "c969fce9f24f583cbbe49cc655c74b9a82eab765"
175
+ "gitHead": "6d256c906406ea96b6c3cf9d0e923cc92afe87f9"
176
176
  }