@powerlines/core 0.15.2 → 0.15.3

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/core",
3
- "version": "0.15.2",
3
+ "version": "0.15.3",
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",
@@ -319,7 +319,7 @@
319
319
  "types": "./dist/index.d.cts",
320
320
  "files": ["dist", "schemas"],
321
321
  "dependencies": {
322
- "@cacheable/memory": "^2.0.8",
322
+ "@cacheable/memory": "^2.0.9",
323
323
  "@donedeal0/superdiff": "^3.2.0",
324
324
  "@jridgewell/sourcemap-codec": "^1.5.5",
325
325
  "@rolldown/pluginutils": "1.0.0-rc.18",
@@ -371,5 +371,5 @@
371
371
  "undici-types": "^7.25.0"
372
372
  },
373
373
  "publishConfig": { "access": "public" },
374
- "gitHead": "d837b92c13beda004144068ac837d77199142056"
374
+ "gitHead": "c4aaa370bc05ef2f3813ab165af0ae347657c63d"
375
375
  }