powerlines 0.47.86 → 0.47.87

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
@@ -8,7 +8,7 @@ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TS
8
8
 
9
9
 
10
10
  //#region package.json
11
- var version = "0.47.86";
11
+ var version = "0.47.87";
12
12
 
13
13
  //#endregion
14
14
  Object.defineProperty(exports, 'version', {
package/dist/package.mjs CHANGED
@@ -7,7 +7,7 @@ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPat
7
7
  const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
8
 
9
9
  //#region package.json
10
- var version = "0.47.86";
10
+ var version = "0.47.87";
11
11
 
12
12
  //#endregion
13
13
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.47.86",
3
+ "version": "0.47.87",
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": [
@@ -134,10 +134,10 @@
134
134
  "files": ["dist", "files"],
135
135
  "dependencies": {
136
136
  "@babel/types": "8.0.0-rc.6",
137
- "@powerlines/core": "^0.48.25",
138
- "@powerlines/engine": "^0.49.27",
139
- "@powerlines/schema": "^0.11.69",
140
- "@powerlines/unplugin": "^0.0.73",
137
+ "@powerlines/core": "^0.48.26",
138
+ "@powerlines/engine": "^0.49.28",
139
+ "@powerlines/schema": "^0.11.70",
140
+ "@powerlines/unplugin": "^0.0.74",
141
141
  "@storm-software/config": "^1.137.67",
142
142
  "@storm-software/config-tools": "^1.190.35",
143
143
  "@stryke/convert": "^0.7.10",
@@ -154,5 +154,5 @@
154
154
  "undici-types": "^7.26.0"
155
155
  },
156
156
  "publishConfig": { "access": "public" },
157
- "gitHead": "2a7208605db4b9d25c7e6462fe44deb0284e3b8c"
157
+ "gitHead": "96a654a26c414db84da2bd824d8f821e6c0fe3ff"
158
158
  }