@dfinity/identity
Advanced tools
Comparing version 0.8.3 to 0.8.4
export { Ed25519KeyIdentity, Ed25519PublicKey } from './identity/ed25519'; | ||
export { Bip39Ed25519KeyIdentity } from './identity/bip39'; | ||
export { Delegation, DelegationIdentity, DelegationChain, SignedDelegation } from './identity/delegation'; | ||
export { WebAuthnIdentity } from './identity/webauthn'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.WebAuthnIdentity = exports.DelegationChain = exports.DelegationIdentity = exports.Delegation = exports.Bip39Ed25519KeyIdentity = exports.Ed25519PublicKey = exports.Ed25519KeyIdentity = void 0; | ||
exports.WebAuthnIdentity = exports.DelegationChain = exports.DelegationIdentity = exports.Delegation = exports.Ed25519PublicKey = exports.Ed25519KeyIdentity = void 0; | ||
var ed25519_1 = require("./identity/ed25519"); | ||
Object.defineProperty(exports, "Ed25519KeyIdentity", { enumerable: true, get: function () { return ed25519_1.Ed25519KeyIdentity; } }); | ||
Object.defineProperty(exports, "Ed25519PublicKey", { enumerable: true, get: function () { return ed25519_1.Ed25519PublicKey; } }); | ||
var bip39_1 = require("./identity/bip39"); | ||
Object.defineProperty(exports, "Bip39Ed25519KeyIdentity", { enumerable: true, get: function () { return bip39_1.Bip39Ed25519KeyIdentity; } }); | ||
var delegation_1 = require("./identity/delegation"); | ||
@@ -10,0 +8,0 @@ Object.defineProperty(exports, "Delegation", { enumerable: true, get: function () { return delegation_1.Delegation; } }); |
export { Ed25519KeyIdentity, Ed25519PublicKey } from './identity/ed25519'; | ||
export { Bip39Ed25519KeyIdentity } from './identity/bip39'; | ||
export { Delegation, DelegationIdentity, DelegationChain, SignedDelegation } from './identity/delegation'; | ||
export { WebAuthnIdentity } from './identity/webauthn'; |
export { Ed25519KeyIdentity, Ed25519PublicKey } from './identity/ed25519'; | ||
export { Bip39Ed25519KeyIdentity } from './identity/bip39'; | ||
export { Delegation, DelegationIdentity, DelegationChain } from './identity/delegation'; | ||
export { WebAuthnIdentity } from './identity/webauthn'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@dfinity/identity", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"author": "DFINITY Stiftung <sdk@dfinity.org>", | ||
@@ -42,4 +42,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@dfinity/agent": "^0.8.3", | ||
"bip39": "^3.0.2", | ||
"@dfinity/agent": "^0.8.4", | ||
"borc": "^2.1.1", | ||
@@ -46,0 +45,0 @@ "buffer": "^5.4.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
5
293690
31
1687
- Removedbip39@^3.0.2
- Removed@noble/hashes@1.5.0(transitive)
- Removedbip39@3.1.0(transitive)
Updated@dfinity/agent@^0.8.4