powerlines 0.47.90 → 0.47.92

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/engine.cjs CHANGED
@@ -3,7 +3,7 @@ let _powerlines_engine = require("@powerlines/engine");
3
3
  let _stryke_string_format_title_case = require("@stryke/string-format/title-case");
4
4
 
5
5
  //#region package.json
6
- var version = "0.47.90";
6
+ var version = "0.47.92";
7
7
 
8
8
  //#endregion
9
9
  //#region src/engine.ts
package/dist/engine.mjs CHANGED
@@ -2,7 +2,7 @@ import { createEngine } from "@powerlines/engine";
2
2
  import { titleCase } from "@stryke/string-format/title-case";
3
3
 
4
4
  //#region package.json
5
- var version = "0.47.90";
5
+ var version = "0.47.92";
6
6
 
7
7
  //#endregion
8
8
  //#region src/engine.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.47.90",
3
+ "version": "0.47.92",
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,25 +134,25 @@
134
134
  "files": ["dist", "files"],
135
135
  "dependencies": {
136
136
  "@babel/types": "8.0.0-rc.6",
137
- "@powerlines/core": "^0.48.29",
138
- "@powerlines/engine": "^0.49.31",
139
- "@powerlines/schema": "^0.11.73",
140
- "@powerlines/unplugin": "^0.0.77",
137
+ "@powerlines/core": "^0.48.30",
138
+ "@powerlines/engine": "^0.49.32",
139
+ "@powerlines/schema": "^0.11.75",
140
+ "@powerlines/unplugin": "^0.0.78",
141
141
  "@storm-software/config": "^1.137.69",
142
142
  "@storm-software/config-tools": "^1.190.37",
143
- "@stryke/convert": "^0.7.11",
144
- "@stryke/env": "^0.20.97",
145
- "@stryke/fs": "^0.33.80",
143
+ "@stryke/convert": "^0.7.12",
144
+ "@stryke/env": "^0.20.98",
145
+ "@stryke/fs": "^0.33.81",
146
146
  "defu": "^6.1.7",
147
147
  "unplugin": "^3.0.0"
148
148
  },
149
149
  "devDependencies": {
150
150
  "@storm-software/testing-tools": "^1.119.190",
151
- "@stryke/types": "^0.12.8",
151
+ "@stryke/types": "^0.12.9",
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": "a673a3bb6463e3e010ae5edbb63891961751b4d5"
157
+ "gitHead": "16ecf46c38b1905cec6ecae31726564cc208be99"
158
158
  }