powerlines 0.47.68 → 0.47.69

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.47.68",
3
+ "version": "0.47.69",
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": [
@@ -125,7 +125,7 @@
125
125
  "dependencies": {
126
126
  "@babel/types": "8.0.0-rc.6",
127
127
  "@powerlines/core": "^0.48.12",
128
- "@powerlines/engine": "^0.49.12",
128
+ "@powerlines/engine": "^0.49.13",
129
129
  "@powerlines/unplugin": "^0.0.60",
130
130
  "@storm-software/config": "^1.137.61",
131
131
  "@storm-software/config-tools": "^1.190.29",
@@ -144,5 +144,5 @@
144
144
  },
145
145
  "publishConfig": { "access": "public" },
146
146
  "bin": { "powerlines": "./bin/bin.mjs" },
147
- "gitHead": "50107ef1a62407559a697891a13b7b3b9324f122"
147
+ "gitHead": "d1cb895dd09bf1aeda996e4dd924c9c756c85a6d"
148
148
  }