@xyo-network/archivist-indexeddb 2.72.7 → 2.72.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.
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
exports.IndexedDbArchivist = exports.IndexedDbArchivistConfigSchema = void 0;
|
|
5
5
|
const tslib_1 = require("tslib");
|
|
6
6
|
const assert_1 = require("@xylabs/assert");
|
|
7
|
-
const
|
|
7
|
+
const archivist_abstract_1 = require("@xyo-network/archivist-abstract");
|
|
8
8
|
const archivist_model_1 = require("@xyo-network/archivist-model");
|
|
9
9
|
const core_1 = require("@xyo-network/core");
|
|
10
10
|
const module_1 = require("@xyo-network/module");
|
|
11
11
|
const idb_keyval_1 = require("idb-keyval");
|
|
12
12
|
exports.IndexedDbArchivistConfigSchema = 'network.xyo.archivist.indexeddb.config';
|
|
13
|
-
let IndexedDbArchivist = exports.IndexedDbArchivist = IndexedDbArchivist_1 = class IndexedDbArchivist extends
|
|
13
|
+
let IndexedDbArchivist = exports.IndexedDbArchivist = IndexedDbArchivist_1 = class IndexedDbArchivist extends archivist_abstract_1.AbstractArchivist {
|
|
14
14
|
/**
|
|
15
15
|
* The database name. If not supplied via config, it defaults
|
|
16
16
|
* to the module name (not guaranteed to be unique) and if module
|