powerlines 0.47.111 → 0.47.112

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,6 +1,6 @@
1
1
 
2
2
  //#region package.json
3
- var version = "0.47.111";
3
+ var version = "0.47.112";
4
4
 
5
5
  //#endregion
6
6
  Object.defineProperty(exports, 'version', {
package/dist/package.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "0.47.111";
2
+ var version = "0.47.112";
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.111",
3
+ "version": "0.47.112",
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": [
@@ -173,25 +173,25 @@
173
173
  "files": ["dist", "files"],
174
174
  "dependencies": {
175
175
  "@babel/types": "8.0.0-rc.6",
176
- "@powerlines/core": "^0.48.40",
177
- "@powerlines/engine": "^0.49.42",
178
- "@powerlines/schema": "^0.11.93",
179
- "@powerlines/unplugin": "^0.0.88",
176
+ "@powerlines/core": "^0.48.41",
177
+ "@powerlines/engine": "^0.49.43",
178
+ "@powerlines/schema": "^0.11.94",
179
+ "@powerlines/unplugin": "^0.0.89",
180
180
  "@storm-software/config": "^1.137.72",
181
181
  "@storm-software/config-tools": "^1.190.40",
182
- "@stryke/convert": "^0.7.14",
183
- "@stryke/env": "^0.20.101",
184
- "@stryke/fs": "^0.33.84",
182
+ "@stryke/convert": "^0.7.15",
183
+ "@stryke/env": "^0.20.102",
184
+ "@stryke/fs": "^0.33.85",
185
185
  "defu": "^6.1.7",
186
186
  "unplugin": "^3.0.0"
187
187
  },
188
188
  "devDependencies": {
189
189
  "@storm-software/testing-tools": "^1.119.193",
190
- "@stryke/types": "^0.12.11",
190
+ "@stryke/types": "^0.12.12",
191
191
  "@types/node": "^25.9.1",
192
192
  "typescript": "^6.0.3",
193
193
  "undici-types": "^7.27.0"
194
194
  },
195
195
  "publishConfig": { "access": "public" },
196
- "gitHead": "99318f19038da403a1aad83c23d5b47e88dac17c"
196
+ "gitHead": "56d15e5936a73dc76f87493f7f05ec2df0b1ba7f"
197
197
  }