@veramo/did-manager
Advanced tools
Comparing version 1.1.0 to 1.1.1-experimental.39
@@ -10,2 +10,3 @@ /** | ||
export { AbstractDIDStore } from './abstract-identifier-store'; | ||
export { MemoryDIDStore } from './memory-did-store'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AbstractDIDStore = exports.AbstractIdentifierProvider = exports.DIDManager = void 0; | ||
exports.MemoryDIDStore = exports.AbstractDIDStore = exports.AbstractIdentifierProvider = exports.DIDManager = void 0; | ||
/** | ||
@@ -16,2 +16,4 @@ * Provides a {@link @veramo/did-manager#DIDManager | plugin} for the | ||
Object.defineProperty(exports, "AbstractDIDStore", { enumerable: true, get: function () { return abstract_identifier_store_1.AbstractDIDStore; } }); | ||
var memory_did_store_1 = require("./memory-did-store"); | ||
Object.defineProperty(exports, "MemoryDIDStore", { enumerable: true, get: function () { return memory_did_store_1.MemoryDIDStore; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.13.0" | ||
"packageVersion": "7.13.5" | ||
} | ||
] | ||
} |
{ | ||
"name": "@veramo/did-manager", | ||
"description": "Veramo DID manager plugin", | ||
"version": "1.1.0", | ||
"version": "1.1.1-experimental.39+f952fb0a", | ||
"main": "build/index.js", | ||
@@ -12,6 +12,6 @@ "types": "build/index.d.ts", | ||
"dependencies": { | ||
"@veramo/core": "^1.1.0" | ||
"@veramo/core": "^1.1.1-experimental.39+f952fb0a" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.1.3" | ||
"typescript": "4.2.4" | ||
}, | ||
@@ -37,3 +37,3 @@ "files": [ | ||
"keywords": [], | ||
"gitHead": "650d73c04e83ea4b8a10f05578bd00f10c579538" | ||
"gitHead": "f952fb0a967c817328b87cc97712204964ae528a" | ||
} |
@@ -10,1 +10,2 @@ /** | ||
export { AbstractDIDStore } from './abstract-identifier-store' | ||
export { MemoryDIDStore } from './memory-did-store' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60361
31
768
2
1
46
+ Addedelliptic@6.6.1(transitive)
- Removedelliptic@6.6.0(transitive)