@fireproof/core 0.20.0-dev-preview-05 → 0.20.0-dev-preview-10
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/index.cjs +3211 -3150
- package/index.cjs.map +1 -1
- package/index.d.cts +243 -187
- package/index.d.ts +243 -187
- package/index.js +3199 -3138
- package/index.js.map +1 -1
- package/metafile-cjs.json +1 -1
- package/metafile-esm.json +1 -1
- package/package.json +1 -1
- package/react/index.cjs +22 -22
- package/react/index.cjs.map +1 -1
- package/react/index.d.cts +7 -7
- package/react/index.d.ts +7 -7
- package/react/index.js +22 -22
- package/react/index.js.map +1 -1
- package/react/metafile-cjs.json +1 -1
- package/react/metafile-esm.json +1 -1
- package/tests/blockstore/interceptor-gateway.test.ts +1 -1
- package/tests/blockstore/loader.test.ts +6 -6
- package/tests/blockstore/transaction.test.ts +8 -8
- package/tests/fireproof/all-gateway.test.ts +7 -7
- package/tests/fireproof/crdt.test.ts +26 -36
- package/tests/fireproof/{ledger.test.ts → database.test.ts} +30 -29
- package/tests/fireproof/fireproof.test.ts +66 -68
- package/tests/fireproof/hello.test.ts +9 -9
- package/tests/fireproof/indexer.test.ts +35 -34
- package/tests/fireproof/multiple-ledger.test.ts +3 -3
- package/tests/gateway/file/loader-config.test.ts +21 -21
- package/tests/gateway/indexdb/loader-config.test.ts +6 -6
- package/tests/react/useFireproof.test.tsx +2 -2
package/README.md
CHANGED
@@ -58,7 +58,7 @@ Compared to other embedded ledgers, Fireproof:
|
|
58
58
|
- offers cryptographic causal integrity for all operations
|
59
59
|
- is built for the web, with a small package size and no wasm
|
60
60
|
|
61
|
-
Deliver interactive experiences without waiting on the backend. Fireproof runs in any cloud, browser, or edge environment, so your application can access
|
61
|
+
Deliver interactive experiences without waiting on the backend. Fireproof runs in any cloud, browser, or edge environment, so your application can access data anywhere.
|
62
62
|
|
63
63
|
[Get the latest roadmap updates on our blog](https://fireproof.storage/blog/) or join our [Discord](https://discord.gg/cCryrNHePH) to collaborate. Read the docs to learn more about the ledger [architecture](https://use-fireproof.com/docs/architecture).
|
64
64
|
|