@bn-onboard/keepkey
Advanced tools
Comparing version 2.0.0-alpha.5 to 2.0.0-alpha.6
@@ -21,3 +21,3 @@ const DEFAULT_PATH = `m/44'/60'/0'/0/0`; | ||
function keepkey() { | ||
const getIcon = async () => (await import('./icon')).default; | ||
const getIcon = async () => (await import('./icon.js')).default; | ||
return () => { | ||
@@ -24,0 +24,0 @@ let accounts; |
{ | ||
"name": "@bn-onboard/keepkey", | ||
"version": "2.0.0-alpha.5", | ||
"version": "2.0.0-alpha.6", | ||
"description": "KeepKey module for Onboard.js", | ||
"module": "dist/index.js", | ||
"browser": "dist/index.js", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"typings": "dist/index.d.ts", | ||
@@ -21,3 +24,3 @@ "files": [ | ||
"dependencies": { | ||
"@bn-onboard/common": "^2.0.0-alpha.1", | ||
"@bn-onboard/common": "^2.0.0-alpha.5", | ||
"@shapeshiftoss/hdwallet-core": "^1.15.2", | ||
@@ -24,0 +27,0 @@ "@shapeshiftoss/hdwallet-keepkey": "^1.15.2", |
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
23186
Yes