@powerlines/core 0.48.34 → 0.48.36

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.
Files changed (1) hide show
  1. package/package.json +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/core",
3
- "version": "0.48.34",
3
+ "version": "0.48.36",
4
4
  "private": false,
5
5
  "description": "An internal core package for Powerlines - please use the `powerlines` package for public usage.",
6
6
  "homepage": "https://stormsoftware.com",
@@ -327,19 +327,19 @@
327
327
  "@donedeal0/superdiff": "^3.2.0",
328
328
  "@jridgewell/sourcemap-codec": "^1.5.5",
329
329
  "@rolldown/pluginutils": "1.0.0-rc.18",
330
- "@storm-software/config": "^1.137.69",
331
- "@storm-software/config-tools": "^1.190.37",
332
- "@stryke/capnp": "^0.12.109",
333
- "@stryke/convert": "^0.7.13",
334
- "@stryke/env": "^0.20.100",
335
- "@stryke/fs": "^0.33.83",
336
- "@stryke/hash": "^0.13.36",
337
- "@stryke/helpers": "^0.10.22",
338
- "@stryke/json": "^0.15.6",
339
- "@stryke/path": "^0.29.9",
340
- "@stryke/string-format": "^0.17.24",
341
- "@stryke/type-checks": "^0.6.15",
342
- "@stryke/unique-id": "^0.3.94",
330
+ "@storm-software/config": "^1.137.70",
331
+ "@storm-software/config-tools": "^1.190.38",
332
+ "@stryke/capnp": "^0.12.110",
333
+ "@stryke/convert": "^0.7.14",
334
+ "@stryke/env": "^0.20.101",
335
+ "@stryke/fs": "^0.33.84",
336
+ "@stryke/hash": "^0.13.37",
337
+ "@stryke/helpers": "^0.10.23",
338
+ "@stryke/json": "^0.15.7",
339
+ "@stryke/path": "^0.29.10",
340
+ "@stryke/string-format": "^0.17.25",
341
+ "@stryke/type-checks": "^0.6.16",
342
+ "@stryke/unique-id": "^0.3.95",
343
343
  "birpc": "^4.0.0",
344
344
  "bundle-require": "^5.1.0",
345
345
  "c12": "^3.3.4",
@@ -362,8 +362,8 @@
362
362
  "unplugin-combine": "^2.4.0"
363
363
  },
364
364
  "devDependencies": {
365
- "@storm-software/testing-tools": "^1.119.190",
366
- "@stryke/types": "^0.12.10",
365
+ "@storm-software/testing-tools": "^1.119.191",
366
+ "@stryke/types": "^0.12.11",
367
367
  "@types/bun": "^1.3.14",
368
368
  "@types/diff-match-patch": "^1.0.36",
369
369
  "@types/node": "^25.9.1",
@@ -375,5 +375,5 @@
375
375
  "undici-types": "^7.26.0"
376
376
  },
377
377
  "publishConfig": { "access": "public" },
378
- "gitHead": "64a604fd5da7312baeeb58dfcef0fd3ace15174e"
378
+ "gitHead": "cffd29ac2a65c6c63be81d0c68e2807ffd8866d1"
379
379
  }