powerlines 0.47.78 → 0.47.79

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.78";
3
+ var version = "0.47.79";
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.78";
2
+ var version = "0.47.79";
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.78",
3
+ "version": "0.47.79",
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": [
@@ -131,7 +131,7 @@
131
131
  "@babel/types": "8.0.0-rc.6",
132
132
  "@powerlines/core": "^0.48.21",
133
133
  "@powerlines/engine": "^0.49.22",
134
- "@powerlines/schema": "^0.11.62",
134
+ "@powerlines/schema": "^0.11.63",
135
135
  "@powerlines/unplugin": "^0.0.69",
136
136
  "@storm-software/config": "^1.137.65",
137
137
  "@storm-software/config-tools": "^1.190.33",
@@ -149,5 +149,5 @@
149
149
  "undici-types": "^7.26.0"
150
150
  },
151
151
  "publishConfig": { "access": "public" },
152
- "gitHead": "522229ca4642e0d36d6e5426a70522b711a9fa91"
152
+ "gitHead": "685cd1a0f4c42ab8cdc8a50fdec3f48dc4193c33"
153
153
  }