powerlines 0.47.199 → 0.47.201

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.199";
2
+ var version = "0.47.201";
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.199";
2
+ var version = "0.47.201";
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.199",
3
+ "version": "0.47.201",
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": [
@@ -181,32 +181,32 @@
181
181
  "files": ["dist", "bin", "files"],
182
182
  "dependencies": {
183
183
  "@babel/types": "^8.0.4",
184
- "@power-plant/schema": "^0.0.81",
185
- "@powerlines/core": "^0.48.119",
186
- "@powerlines/engine": "^0.49.121",
187
- "@powerlines/unplugin": "^0.0.167",
188
- "@storm-software/config": "^1.138.67",
189
- "@storm-software/config-tools": "^1.190.131",
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",
184
+ "@power-plant/schema": "^0.0.82",
185
+ "@powerlines/core": "^0.48.121",
186
+ "@powerlines/engine": "^0.49.123",
187
+ "@powerlines/unplugin": "^0.0.169",
188
+ "@storm-software/config": "^1.138.68",
189
+ "@storm-software/config-tools": "^1.190.132",
190
+ "@stryke/convert": "^0.7.39",
191
+ "@stryke/env": "^0.20.127",
192
+ "@stryke/fs": "^0.33.110",
193
+ "@stryke/helpers": "^0.10.48",
194
+ "@stryke/path": "^0.29.35",
195
+ "@stryke/type-checks": "^0.6.41",
196
+ "@stryke/types": "^0.12.36",
197
197
  "defu": "^6.1.7",
198
- "esbuild": "^0.28.1",
198
+ "esbuild": "^0.28.2",
199
199
  "smol-toml": "^1.7.1",
200
200
  "unplugin": "^3.3.0",
201
201
  "yaml": "^2.9.0"
202
202
  },
203
203
  "devDependencies": {
204
- "@storm-software/testing-tools": "^1.119.283",
204
+ "@storm-software/testing-tools": "^1.119.284",
205
205
  "@types/node": "^25.9.5",
206
206
  "tsdown": "^0.22.14",
207
207
  "typescript": "^6.0.3",
208
208
  "undici-types": "^7.29.0"
209
209
  },
210
210
  "publishConfig": { "access": "public" },
211
- "gitHead": "6bc89a1a8b66be46465d8534307aa6a1cc1c05f1"
211
+ "gitHead": "2e0e019015261ba2e32669ca2a13b4518b122e5a"
212
212
  }