powerlines 0.47.193 → 0.47.194

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/dist/package.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "0.47.193";
2
+ var version = "0.47.194";
3
3
 
4
4
  //#endregion
5
5
  Object.defineProperty(exports, 'version', {
package/dist/package.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "0.47.193";
2
+ var version = "0.47.194";
3
3
 
4
4
  //#endregion
5
5
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.47.193",
3
+ "version": "0.47.194",
4
4
  "private": false,
5
5
  "description": "The \"framework framework\" that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
6
6
  "keywords": [
@@ -182,18 +182,18 @@
182
182
  "dependencies": {
183
183
  "@babel/types": "^8.0.4",
184
184
  "@power-plant/schema": "^0.0.81",
185
- "@powerlines/core": "^0.48.114",
186
- "@powerlines/engine": "^0.49.116",
187
- "@powerlines/unplugin": "^0.0.162",
188
- "@storm-software/config": "^1.138.52",
189
- "@storm-software/config-tools": "^1.190.115",
190
- "@stryke/convert": "^0.7.33",
191
- "@stryke/env": "^0.20.120",
192
- "@stryke/fs": "^0.33.103",
193
- "@stryke/helpers": "^0.10.42",
194
- "@stryke/path": "^0.29.29",
195
- "@stryke/type-checks": "^0.6.35",
196
- "@stryke/types": "^0.12.30",
185
+ "@powerlines/core": "^0.48.115",
186
+ "@powerlines/engine": "^0.49.117",
187
+ "@powerlines/unplugin": "^0.0.163",
188
+ "@storm-software/config": "^1.138.66",
189
+ "@storm-software/config-tools": "^1.190.130",
190
+ "@stryke/convert": "^0.7.38",
191
+ "@stryke/env": "^0.20.126",
192
+ "@stryke/fs": "^0.33.109",
193
+ "@stryke/helpers": "^0.10.47",
194
+ "@stryke/path": "^0.29.34",
195
+ "@stryke/type-checks": "^0.6.40",
196
+ "@stryke/types": "^0.12.35",
197
197
  "defu": "^6.1.7",
198
198
  "esbuild": "^0.28.1",
199
199
  "smol-toml": "^1.7.1",
@@ -201,11 +201,12 @@
201
201
  "yaml": "^2.9.0"
202
202
  },
203
203
  "devDependencies": {
204
- "@storm-software/testing-tools": "^1.119.268",
204
+ "@storm-software/testing-tools": "^1.119.282",
205
205
  "@types/node": "^25.9.5",
206
+ "tsdown": "^0.22.14",
206
207
  "typescript": "^6.0.3",
207
208
  "undici-types": "^7.29.0"
208
209
  },
209
210
  "publishConfig": { "access": "public" },
210
- "gitHead": "1589a2d83936bacf34aa90ffae4119df0b1b6bc6"
211
+ "gitHead": "ca37aa95827eddaaa3b5c8cb750249cc9045ac29"
211
212
  }