@fireproof/core 0.20.0-dev-preview-52 → 0.20.0-dev-preview-53
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/deno.json +2 -2
- package/index.cjs +2 -1
- package/index.cjs.map +1 -1
- package/index.d.cts +1 -1
- package/index.d.ts +1 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/metafile-cjs.json +1 -1
- package/metafile-esm.json +1 -1
- package/package.json +4 -4
- package/react/index.d.cts +1 -1
- package/react/index.d.ts +1 -1
package/deno.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"imports": {
|
3
3
|
"@fireproof/core": "./index.js",
|
4
|
-
"@adviser/cement": "npm:@adviser/cement@~0.
|
4
|
+
"@adviser/cement": "npm:@adviser/cement@~0.4.0",
|
5
5
|
"@fireproof/vendor": "npm:@fireproof/vendor@~2.0.1",
|
6
6
|
"@ipld/car": "npm:@ipld/car@^5.4.0",
|
7
7
|
"@ipld/dag-cbor": "npm:@ipld/dag-cbor@^9.2.2",
|
8
8
|
"@ipld/dag-json": "npm:@ipld/dag-json@^10.2.3",
|
9
9
|
"cborg": "npm:cborg@^4.2.8",
|
10
|
-
"ipfs-unixfs-exporter": "npm:ipfs-unixfs-exporter@^13.6.
|
10
|
+
"ipfs-unixfs-exporter": "npm:ipfs-unixfs-exporter@^13.6.2",
|
11
11
|
"multiformats": "npm:multiformats@^13.3.2",
|
12
12
|
"@ipld/unixfs": "npm:@ipld/unixfs@^3.0.0",
|
13
13
|
"charwise": "npm:charwise@^3.0.1",
|
package/index.cjs
CHANGED
@@ -2213,6 +2213,7 @@ var DatabaseImpl = class {
|
|
2213
2213
|
}
|
2214
2214
|
async allDocs(opts = {}) {
|
2215
2215
|
await this.ready();
|
2216
|
+
void opts;
|
2216
2217
|
this.logger.Debug().Msg("allDocs");
|
2217
2218
|
const { result, head } = await this.ledger.crdt.allDocs();
|
2218
2219
|
const rows = result.map(({ id: key, value, del }) => ({
|
@@ -5306,6 +5307,6 @@ __export(file_exports, {
|
|
5306
5307
|
|
5307
5308
|
// src/version.ts
|
5308
5309
|
var PACKAGE_VERSION = Object.keys({
|
5309
|
-
"0.20.0-dev-preview-
|
5310
|
+
"0.20.0-dev-preview-53": "xxxx"
|
5310
5311
|
})[0];
|
5311
5312
|
//# sourceMappingURL=index.cjs.map
|