powerlines 0.47.161 → 0.47.162

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.161";
3
+ var version = "0.47.162";
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.161";
2
+ var version = "0.47.162";
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.161",
3
+ "version": "0.47.162",
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,10 +181,10 @@
181
181
  "files": ["dist", "bin", "files"],
182
182
  "dependencies": {
183
183
  "@babel/types": "^8.0.4",
184
- "@power-plant/schema": "^0.0.40",
185
- "@powerlines/core": "^0.48.82",
186
- "@powerlines/engine": "^0.49.84",
187
- "@powerlines/unplugin": "^0.0.130",
184
+ "@power-plant/schema": "^0.0.41",
185
+ "@powerlines/core": "^0.48.83",
186
+ "@powerlines/engine": "^0.49.85",
187
+ "@powerlines/unplugin": "^0.0.131",
188
188
  "@storm-software/config": "^1.138.46",
189
189
  "@storm-software/config-tools": "^1.190.109",
190
190
  "@stryke/convert": "^0.7.29",
@@ -207,5 +207,5 @@
207
207
  "undici-types": "^7.29.0"
208
208
  },
209
209
  "publishConfig": { "access": "public" },
210
- "gitHead": "832ca45c23a4504eba7352bde30638a57ec27c3f"
210
+ "gitHead": "9d7a99095d9907e5751917b9f00e98e9f3ffac53"
211
211
  }