powerlines 0.47.8 → 0.47.9

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.8";
3
+ var version = "0.47.9";
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.8";
2
+ var version = "0.47.9";
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.8",
3
+ "version": "0.47.9",
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,9 +120,9 @@
120
120
  "files": ["dist", "files"],
121
121
  "dependencies": {
122
122
  "@babel/types": "8.0.0-rc.5",
123
- "@powerlines/core": "^0.9.3",
124
- "@powerlines/engine": "^0.9.3",
125
- "@powerlines/unplugin": "^0.0.4",
123
+ "@powerlines/core": "^0.9.4",
124
+ "@powerlines/engine": "^0.9.4",
125
+ "@powerlines/unplugin": "^0.0.5",
126
126
  "@storm-software/config": "^1.137.35",
127
127
  "@storm-software/config-tools": "^1.190.2",
128
128
  "@stryke/fs": "^0.33.75",
@@ -138,9 +138,7 @@
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 } },
143
141
  "publishConfig": { "access": "public" },
144
142
  "bin": { "powerlines": "./bin/bin.mjs" },
145
- "gitHead": "e5d8383bd361a99563985879776392fb679cbbe4"
143
+ "gitHead": "d4a8d246daab3521b23879104d876fabbdbfecc7"
146
144
  }