@bn-onboard/fortmatic
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
@@ -7,3 +7,3 @@ import { createEIP1193Provider, ErrorCodes, ProviderRpcError } from '@bn-onboard/common'; | ||
label: 'Fortmatic', | ||
getIcon: async () => (await import('./icon')).default, | ||
getIcon: async () => (await import('./icon.js')).default, | ||
getInterface: async ({ EventEmitter, BigNumber, chains }) => { | ||
@@ -10,0 +10,0 @@ const { default: Fortmatic } = await import('fortmatic'); |
{ | ||
"name": "@bn-onboard/fortmatic", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"description": "Fortmatic module for Onboard.js", | ||
"module": "dist/index.js", | ||
"browser": "dist/index.js", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"typings": "dist/index.d.ts", | ||
@@ -21,5 +24,5 @@ "files": [ | ||
"dependencies": { | ||
"@bn-onboard/common": "^2.0.0-alpha.1", | ||
"@bn-onboard/common": "^2.0.0-alpha.5", | ||
"fortmatic": "^2.2.1" | ||
} | ||
} |
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
5947
Yes