@sphereon/ssi-sdk.kv-store-temp 0.33.1-feature.vcdm2.tsup.25 → 0.33.1-feature.vcdm2.tsup.26
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/dist/index.cjs +0 -9
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -708,13 +708,4 @@ async function _getConnectedDb(dbConnection) {
|
|
|
708
708
|
}
|
|
709
709
|
}
|
|
710
710
|
__name(_getConnectedDb, "_getConnectedDb");
|
|
711
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
712
|
-
0 && (module.exports = {
|
|
713
|
-
KeyValueStore,
|
|
714
|
-
KeyValueStoreEntity,
|
|
715
|
-
KeyValueTieredStoreAdapter,
|
|
716
|
-
KeyValueTypeORMStoreAdapter,
|
|
717
|
-
_getConnectedDb,
|
|
718
|
-
kvStoreMigrations
|
|
719
|
-
});
|
|
720
711
|
//# sourceMappingURL=index.cjs.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.kv-store-temp",
|
|
3
3
|
"description": "Key Value Store plugin",
|
|
4
|
-
"version": "0.33.1-feature.vcdm2.tsup.
|
|
4
|
+
"version": "0.33.1-feature.vcdm2.tsup.26+11eb36ce",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.cjs",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@keyv/compress-gzip": "^1.2.3",
|
|
35
35
|
"@keyv/sqlite": "3.6.5",
|
|
36
36
|
"@keyv/test-suite": "^1.9.5",
|
|
37
|
-
"@sphereon/ssi-sdk.agent-config": "^0.33.1-feature.vcdm2.tsup.
|
|
37
|
+
"@sphereon/ssi-sdk.agent-config": "^0.33.1-feature.vcdm2.tsup.26+11eb36ce",
|
|
38
38
|
"@types/debug": "^4.1.12",
|
|
39
39
|
"@types/json-buffer": "^3.0.2",
|
|
40
40
|
"eslint": "^8.57.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"Key Value Store",
|
|
60
60
|
"keyv"
|
|
61
61
|
],
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "11eb36cec6ae50669c0cdb9028eed52e2dc3ccb7"
|
|
63
63
|
}
|