@powerlines/core 0.48.19 → 0.48.21

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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/core",
3
- "version": "0.48.19",
3
+ "version": "0.48.21",
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",
@@ -329,17 +329,17 @@
329
329
  "@rolldown/pluginutils": "1.0.0-rc.18",
330
330
  "@storm-software/config": "^1.137.65",
331
331
  "@storm-software/config-tools": "^1.190.33",
332
- "@stryke/capnp": "^0.12.104",
333
- "@stryke/convert": "^0.7.9",
334
- "@stryke/env": "^0.20.95",
335
- "@stryke/fs": "^0.33.78",
336
- "@stryke/hash": "^0.13.31",
337
- "@stryke/helpers": "^0.10.18",
338
- "@stryke/json": "^0.15.2",
339
- "@stryke/path": "^0.29.5",
340
- "@stryke/string-format": "^0.17.20",
341
- "@stryke/type-checks": "^0.6.11",
342
- "@stryke/unique-id": "^0.3.89",
332
+ "@stryke/capnp": "^0.12.105",
333
+ "@stryke/convert": "^0.7.10",
334
+ "@stryke/env": "^0.20.96",
335
+ "@stryke/fs": "^0.33.79",
336
+ "@stryke/hash": "^0.13.32",
337
+ "@stryke/helpers": "^0.10.19",
338
+ "@stryke/json": "^0.15.3",
339
+ "@stryke/path": "^0.29.6",
340
+ "@stryke/string-format": "^0.17.21",
341
+ "@stryke/type-checks": "^0.6.12",
342
+ "@stryke/unique-id": "^0.3.90",
343
343
  "birpc": "^4.0.0",
344
344
  "bundle-require": "^5.1.0",
345
345
  "c12": "^3.3.4",
@@ -363,7 +363,7 @@
363
363
  },
364
364
  "devDependencies": {
365
365
  "@storm-software/testing-tools": "^1.119.186",
366
- "@stryke/types": "^0.12.6",
366
+ "@stryke/types": "^0.12.7",
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": "53c5911f6d02444075c38d2965bb8361ae30f7e5"
378
+ "gitHead": "522229ca4642e0d36d6e5426a70522b711a9fa91"
379
379
  }