@fireproof/core 0.23.7-dev-preview2 → 0.23.8
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -202,7 +202,7 @@ pnpm run test -t 'test name pattern' path/to/test/file
|
|
202
202
|
For example, to run a specific test for the CRDT module, in just one project:
|
203
203
|
|
204
204
|
```bash
|
205
|
-
FP_DEBUG=Loader pnpm run test --project file -t 'codec implict iv' crdt
|
205
|
+
FP_DEBUG='Loader,CRDTClock' pnpm run test --project file -t 'codec implict iv' crdt
|
206
206
|
```
|
207
207
|
|
208
208
|
For testing React components, you can use:
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fireproof/core",
|
3
|
-
"version": "0.23.
|
3
|
+
"version": "0.23.8",
|
4
4
|
"description": "Live ledger for the web.",
|
5
5
|
"type": "module",
|
6
6
|
"main": "./index.js",
|
@@ -35,9 +35,9 @@
|
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
37
|
"@adviser/cement": "^0.4.25",
|
38
|
-
"@fireproof/core-base": "0.23.
|
39
|
-
"@fireproof/core-types-base": "0.23.
|
40
|
-
"@fireproof/vendor": "0.23.
|
38
|
+
"@fireproof/core-base": "0.23.8",
|
39
|
+
"@fireproof/core-types-base": "0.23.8",
|
40
|
+
"@fireproof/vendor": "0.23.8",
|
41
41
|
"@types/node": "^24.3.0"
|
42
42
|
},
|
43
43
|
"scripts": {
|