@ew-did-registry/did
Advanced tools
Comparing version 0.6.3-alpha.266.0 to 0.6.3-alpha.280.0
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@ew-did-registry/did", | ||
"version": "0.6.3-alpha.266.0", | ||
"version": "0.6.3-alpha.280.0", | ||
"publishConfig": { | ||
@@ -29,3 +29,3 @@ "access": "public", | ||
"devDependencies": { | ||
"@ew-did-registry/keys": "0.6.3-alpha.266.0" | ||
"@ew-did-registry/keys": "0.6.3-alpha.280.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "homepage": "https://github.com/energywebfoundation/ew-did-registry/#readme", | ||
}, | ||
"gitHead": "56744f7ec6376f43868774d28796c210b4bbaf62" | ||
"gitHead": "da9a6f38ef5c137f7432372c094d501f32c2882f" | ||
} |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable no-shadow */ | ||
export interface IDidStore { | ||
@@ -2,0 +3,0 @@ [key: string]: string; |
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
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
55039
445