powerlines 0.47.7 → 0.47.8

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.7";
3
+ var version = "0.47.8";
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.7";
2
+ var version = "0.47.8";
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.7",
3
+ "version": "0.47.8",
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": [
@@ -120,8 +120,8 @@
120
120
  "files": ["dist", "files"],
121
121
  "dependencies": {
122
122
  "@babel/types": "8.0.0-rc.5",
123
- "@powerlines/core": "^0.9.2",
124
- "@powerlines/engine": "^0.9.2",
123
+ "@powerlines/core": "^0.9.3",
124
+ "@powerlines/engine": "^0.9.3",
125
125
  "@powerlines/unplugin": "^0.0.4",
126
126
  "@storm-software/config": "^1.137.35",
127
127
  "@storm-software/config-tools": "^1.190.2",
@@ -138,7 +138,9 @@
138
138
  "typescript": "^6.0.3",
139
139
  "undici-types": "^7.25.0"
140
140
  },
141
+ "peerDependencies": { "@powerlines/engine": "*" },
142
+ "peerDependenciesMeta": { "@powerlines/engine": { "optional": false } },
141
143
  "publishConfig": { "access": "public" },
142
144
  "bin": { "powerlines": "./bin/bin.mjs" },
143
- "gitHead": "3c5c701e16af74006dd70b965009d41eb22ace2a"
145
+ "gitHead": "e5d8383bd361a99563985879776392fb679cbbe4"
144
146
  }