powerlines 0.47.102 → 0.47.104

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.102";
3
+ var version = "0.47.104";
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.102";
2
+ var version = "0.47.104";
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.102",
3
+ "version": "0.47.104",
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": [
@@ -173,25 +173,25 @@
173
173
  "files": ["dist", "files"],
174
174
  "dependencies": {
175
175
  "@babel/types": "8.0.0-rc.6",
176
- "@powerlines/core": "^0.48.34",
177
- "@powerlines/engine": "^0.49.36",
178
- "@powerlines/schema": "^0.11.84",
179
- "@powerlines/unplugin": "^0.0.82",
180
- "@storm-software/config": "^1.137.69",
181
- "@storm-software/config-tools": "^1.190.37",
182
- "@stryke/convert": "^0.7.13",
183
- "@stryke/env": "^0.20.100",
184
- "@stryke/fs": "^0.33.83",
176
+ "@powerlines/core": "^0.48.36",
177
+ "@powerlines/engine": "^0.49.38",
178
+ "@powerlines/schema": "^0.11.86",
179
+ "@powerlines/unplugin": "^0.0.84",
180
+ "@storm-software/config": "^1.137.70",
181
+ "@storm-software/config-tools": "^1.190.38",
182
+ "@stryke/convert": "^0.7.14",
183
+ "@stryke/env": "^0.20.101",
184
+ "@stryke/fs": "^0.33.84",
185
185
  "defu": "^6.1.7",
186
186
  "unplugin": "^3.0.0"
187
187
  },
188
188
  "devDependencies": {
189
- "@storm-software/testing-tools": "^1.119.190",
190
- "@stryke/types": "^0.12.10",
189
+ "@storm-software/testing-tools": "^1.119.191",
190
+ "@stryke/types": "^0.12.11",
191
191
  "@types/node": "^25.9.1",
192
192
  "typescript": "^6.0.3",
193
193
  "undici-types": "^7.26.0"
194
194
  },
195
195
  "publishConfig": { "access": "public" },
196
- "gitHead": "1babfdc217eff1881035a335d23d26327fad6904"
196
+ "gitHead": "cffd29ac2a65c6c63be81d0c68e2807ffd8866d1"
197
197
  }