powerlines 0.47.66 → 0.47.67

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.47.66",
3
+ "version": "0.47.67",
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": [
@@ -124,9 +124,9 @@
124
124
  "files": ["dist", "files"],
125
125
  "dependencies": {
126
126
  "@babel/types": "8.0.0-rc.6",
127
- "@powerlines/core": "^0.48.10",
128
- "@powerlines/engine": "^0.49.10",
129
- "@powerlines/unplugin": "^0.0.58",
127
+ "@powerlines/core": "^0.48.11",
128
+ "@powerlines/engine": "^0.49.11",
129
+ "@powerlines/unplugin": "^0.0.59",
130
130
  "@storm-software/config": "^1.137.61",
131
131
  "@storm-software/config-tools": "^1.190.29",
132
132
  "@stryke/fs": "^0.33.76",
@@ -144,5 +144,5 @@
144
144
  },
145
145
  "publishConfig": { "access": "public" },
146
146
  "bin": { "powerlines": "./bin/bin.mjs" },
147
- "gitHead": "fbdb0986ae6ddcc328c5087536e25cb109444cd2"
147
+ "gitHead": "756c9a682ebbff3ce96dc15d097ca21f5b3b85fe"
148
148
  }