powerlines 0.47.86 → 0.47.88

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.88";
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.88";
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.88",
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,12 +134,12 @@
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",
141
- "@storm-software/config": "^1.137.67",
142
- "@storm-software/config-tools": "^1.190.35",
137
+ "@powerlines/core": "^0.48.27",
138
+ "@powerlines/engine": "^0.49.29",
139
+ "@powerlines/schema": "^0.11.71",
140
+ "@powerlines/unplugin": "^0.0.75",
141
+ "@storm-software/config": "^1.137.68",
142
+ "@storm-software/config-tools": "^1.190.36",
143
143
  "@stryke/convert": "^0.7.10",
144
144
  "@stryke/env": "^0.20.96",
145
145
  "@stryke/fs": "^0.33.79",
@@ -147,12 +147,12 @@
147
147
  "unplugin": "^3.0.0"
148
148
  },
149
149
  "devDependencies": {
150
- "@storm-software/testing-tools": "^1.119.188",
150
+ "@storm-software/testing-tools": "^1.119.189",
151
151
  "@stryke/types": "^0.12.7",
152
152
  "@types/node": "^25.9.1",
153
153
  "typescript": "^6.0.3",
154
154
  "undici-types": "^7.26.0"
155
155
  },
156
156
  "publishConfig": { "access": "public" },
157
- "gitHead": "2a7208605db4b9d25c7e6462fe44deb0284e3b8c"
157
+ "gitHead": "8712f695515d4d33d5bcfe8c460580d83f321c0e"
158
158
  }