@fireproof/core-test 0.24.8-dev-test-device-id → 0.24.9

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 +34 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireproof/core-test",
3
- "version": "0.24.8-dev-test-device-id",
3
+ "version": "0.24.9",
4
4
  "description": "Live ledger for the web.",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -38,38 +38,38 @@
38
38
  "react": ">=18.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@adviser/cement": "0.5.15",
42
- "@fireproof/core": "0.24.8-dev-test-device-id",
43
- "@fireproof/core-base": "0.24.8-dev-test-device-id",
44
- "@fireproof/core-blockstore": "0.24.8-dev-test-device-id",
45
- "@fireproof/core-device-id": "0.24.8-dev-test-device-id",
46
- "@fireproof/core-gateways-base": "0.24.8-dev-test-device-id",
47
- "@fireproof/core-gateways-cloud": "0.24.8-dev-test-device-id",
48
- "@fireproof/core-gateways-file": "0.24.8-dev-test-device-id",
49
- "@fireproof/core-gateways-indexeddb": "0.24.8-dev-test-device-id",
50
- "@fireproof/core-gateways-memory": "0.24.8-dev-test-device-id",
51
- "@fireproof/core-keybag": "0.24.8-dev-test-device-id",
52
- "@fireproof/core-protocols-cloud": "0.24.8-dev-test-device-id",
53
- "@fireproof/core-protocols-dashboard": "0.24.8-dev-test-device-id",
54
- "@fireproof/core-runtime": "0.24.8-dev-test-device-id",
55
- "@fireproof/core-svc-api": "0.24.8-dev-test-device-id",
56
- "@fireproof/core-svc-host": "0.24.8-dev-test-device-id",
57
- "@fireproof/core-svc-protocol": "0.24.8-dev-test-device-id",
58
- "@fireproof/core-types-base": "0.24.8-dev-test-device-id",
59
- "@fireproof/core-types-blockstore": "0.24.8-dev-test-device-id",
60
- "@fireproof/core-types-protocols-cloud": "0.24.8-dev-test-device-id",
61
- "@fireproof/core-types-protocols-dashboard": "0.24.8-dev-test-device-id",
62
- "@fireproof/core-types-runtime": "0.24.8-dev-test-device-id",
63
- "@fireproof/vendor": "0.24.8-dev-test-device-id",
64
- "@ipld/car": "5.4.2",
65
- "@ipld/dag-cbor": "9.2.5",
66
- "@ipld/dag-json": "10.2.5",
67
- "@types/node": "25.0.3",
68
- "cborg": "4.3.2",
69
- "charwise": "3.0.1",
70
- "jose": "6.1.3",
71
- "use-fireproof": "0.24.8-dev-test-device-id",
72
- "uuidv7": "1.1.0",
73
- "zod": "4.3.5"
41
+ "@adviser/cement": "~0.5.17",
42
+ "@fireproof/core": "0.24.9",
43
+ "@fireproof/core-base": "0.24.9",
44
+ "@fireproof/core-blockstore": "0.24.9",
45
+ "@fireproof/core-device-id": "0.24.9",
46
+ "@fireproof/core-gateways-base": "0.24.9",
47
+ "@fireproof/core-gateways-cloud": "0.24.9",
48
+ "@fireproof/core-gateways-file": "0.24.9",
49
+ "@fireproof/core-gateways-indexeddb": "0.24.9",
50
+ "@fireproof/core-gateways-memory": "0.24.9",
51
+ "@fireproof/core-keybag": "0.24.9",
52
+ "@fireproof/core-protocols-cloud": "0.24.9",
53
+ "@fireproof/core-protocols-dashboard": "0.24.9",
54
+ "@fireproof/core-runtime": "0.24.9",
55
+ "@fireproof/core-svc-api": "0.24.9",
56
+ "@fireproof/core-svc-host": "0.24.9",
57
+ "@fireproof/core-svc-protocol": "0.24.9",
58
+ "@fireproof/core-types-base": "0.24.9",
59
+ "@fireproof/core-types-blockstore": "0.24.9",
60
+ "@fireproof/core-types-protocols-cloud": "0.24.9",
61
+ "@fireproof/core-types-protocols-dashboard": "0.24.9",
62
+ "@fireproof/core-types-runtime": "0.24.9",
63
+ "@fireproof/vendor": "0.24.9",
64
+ "@ipld/car": "~5.4.2",
65
+ "@ipld/dag-cbor": "~9.2.5",
66
+ "@ipld/dag-json": "~10.2.5",
67
+ "@types/node": "~25.0.9",
68
+ "cborg": "~4.4.1",
69
+ "charwise": "~3.0.1",
70
+ "jose": "~6.1.3",
71
+ "use-fireproof": "0.24.9",
72
+ "uuidv7": "~1.1.0",
73
+ "zod": "~4.3.5"
74
74
  }
75
75
  }