@trust0/ridb-core 1.7.22 → 1.7.24
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/build/ridb_core.d.ts +382 -382
- package/build/ridb_core.js +129 -129
- package/build/ridb_core.mjs +129 -129
- package/build/ridb_core_bg.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ RIDB secure database wrapper for the web with multiple storage engines, written
|
|
|
16
16
|
This package serves as wasm wrapper for the [RIDB](https://github.com/trust0-project/RIDB) project, providing a secure and lightweight database solution for the web.
|
|
17
17
|
|
|
18
18
|
## Documentation
|
|
19
|
-
Complete type structure and sdk docs can be found [here](
|
|
19
|
+
Complete type structure and sdk docs can be found [here](../../docs/README.md)
|
|
20
20
|
|
|
21
21
|
### Building the source code
|
|
22
22
|
Building the source code will compile the rust code into wasm and then bundle the Javascript code using esbuild, the output will be located in ./ts/build.
|