@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.
- 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.
|
|
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.
|
|
42
|
-
"@fireproof/core": "0.24.
|
|
43
|
-
"@fireproof/core-base": "0.24.
|
|
44
|
-
"@fireproof/core-blockstore": "0.24.
|
|
45
|
-
"@fireproof/core-device-id": "0.24.
|
|
46
|
-
"@fireproof/core-gateways-base": "0.24.
|
|
47
|
-
"@fireproof/core-gateways-cloud": "0.24.
|
|
48
|
-
"@fireproof/core-gateways-file": "0.24.
|
|
49
|
-
"@fireproof/core-gateways-indexeddb": "0.24.
|
|
50
|
-
"@fireproof/core-gateways-memory": "0.24.
|
|
51
|
-
"@fireproof/core-keybag": "0.24.
|
|
52
|
-
"@fireproof/core-protocols-cloud": "0.24.
|
|
53
|
-
"@fireproof/core-protocols-dashboard": "0.24.
|
|
54
|
-
"@fireproof/core-runtime": "0.24.
|
|
55
|
-
"@fireproof/core-svc-api": "0.24.
|
|
56
|
-
"@fireproof/core-svc-host": "0.24.
|
|
57
|
-
"@fireproof/core-svc-protocol": "0.24.
|
|
58
|
-
"@fireproof/core-types-base": "0.24.
|
|
59
|
-
"@fireproof/core-types-blockstore": "0.24.
|
|
60
|
-
"@fireproof/core-types-protocols-cloud": "0.24.
|
|
61
|
-
"@fireproof/core-types-protocols-dashboard": "0.24.
|
|
62
|
-
"@fireproof/core-types-runtime": "0.24.
|
|
63
|
-
"@fireproof/vendor": "0.24.
|
|
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.
|
|
68
|
-
"cborg": "4.
|
|
69
|
-
"charwise": "3.0.1",
|
|
70
|
-
"jose": "6.1.3",
|
|
71
|
-
"use-fireproof": "0.24.
|
|
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
|
}
|