powerlines 0.47.77 → 0.47.78

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.77";
3
+ var version = "0.47.78";
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.77";
2
+ var version = "0.47.78";
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.77",
3
+ "version": "0.47.78",
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": [
@@ -129,25 +129,25 @@
129
129
  "files": ["dist", "files"],
130
130
  "dependencies": {
131
131
  "@babel/types": "8.0.0-rc.6",
132
- "@powerlines/core": "^0.48.20",
133
- "@powerlines/engine": "^0.49.21",
134
- "@powerlines/schema": "^0.11.61",
135
- "@powerlines/unplugin": "^0.0.68",
132
+ "@powerlines/core": "^0.48.21",
133
+ "@powerlines/engine": "^0.49.22",
134
+ "@powerlines/schema": "^0.11.62",
135
+ "@powerlines/unplugin": "^0.0.69",
136
136
  "@storm-software/config": "^1.137.65",
137
137
  "@storm-software/config-tools": "^1.190.33",
138
- "@stryke/convert": "^0.7.9",
139
- "@stryke/env": "^0.20.95",
140
- "@stryke/fs": "^0.33.78",
138
+ "@stryke/convert": "^0.7.10",
139
+ "@stryke/env": "^0.20.96",
140
+ "@stryke/fs": "^0.33.79",
141
141
  "defu": "^6.1.7",
142
142
  "unplugin": "^3.0.0"
143
143
  },
144
144
  "devDependencies": {
145
145
  "@storm-software/testing-tools": "^1.119.186",
146
- "@stryke/types": "^0.12.6",
146
+ "@stryke/types": "^0.12.7",
147
147
  "@types/node": "^25.9.1",
148
148
  "typescript": "^6.0.3",
149
149
  "undici-types": "^7.26.0"
150
150
  },
151
151
  "publishConfig": { "access": "public" },
152
- "gitHead": "c3e136ea350f7dbdd9ab46ae52c8c47a81f02e41"
152
+ "gitHead": "522229ca4642e0d36d6e5426a70522b711a9fa91"
153
153
  }