@coinbase/wallet-sdk
Advanced tools
Comparing version 3.9.0-canary.5 to 3.9.0-canary.6
@@ -1,1 +0,2 @@ | ||
export type Web3Method = 'requestEthereumAccounts' | 'signEthereumMessage' | 'signEthereumTransaction' | 'submitEthereumTransaction' | 'ethereumAddressFromSignedMessage' | 'scanQRCode' | 'generic' | 'childRequestEthereumAccounts' | 'addEthereumChain' | 'switchEthereumChain' | 'makeEthereumJSONRPCRequest' | 'watchAsset' | 'selectProvider' | 'connectAndSignIn'; | ||
export declare const web3Methods: readonly ["requestEthereumAccounts", "signEthereumMessage", "signEthereumTransaction", "submitEthereumTransaction", "ethereumAddressFromSignedMessage", "scanQRCode", "generic", "childRequestEthereumAccounts", "addEthereumChain", "switchEthereumChain", "makeEthereumJSONRPCRequest", "watchAsset", "selectProvider", "connectAndSignIn"]; | ||
export type Web3Method = (typeof web3Methods)[number]; |
@@ -5,1 +5,18 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.web3Methods = void 0; | ||
exports.web3Methods = [ | ||
'requestEthereumAccounts', | ||
'signEthereumMessage', | ||
'signEthereumTransaction', | ||
'submitEthereumTransaction', | ||
'ethereumAddressFromSignedMessage', | ||
'scanQRCode', | ||
'generic', | ||
'childRequestEthereumAccounts', | ||
'addEthereumChain', | ||
'switchEthereumChain', | ||
'makeEthereumJSONRPCRequest', | ||
'watchAsset', | ||
'selectProvider', | ||
'connectAndSignIn', | ||
]; |
@@ -14,2 +14,4 @@ import { AddressString, BigIntString, HexString, IntNumber, ProviderType, RegExpString } from '../../../core/type'; | ||
} | { | ||
method: 'childRequestEthereumAccounts'; | ||
} | { | ||
method: 'connectAndSignIn'; | ||
@@ -16,0 +18,0 @@ params: { |
@@ -16,4 +16,4 @@ import { FunctionComponent } from 'preact'; | ||
path: string; | ||
defaultFillRule: string; | ||
defaultClipRule: string; | ||
defaultFillRule: 'inherit' | 'evenodd'; | ||
defaultClipRule: 'inherit' | 'evenodd'; | ||
onClick: () => void; | ||
@@ -20,0 +20,0 @@ } |
@@ -1,1 +0,1 @@ | ||
export declare const LIB_VERSION = "3.9.0-canary.4"; | ||
export declare const LIB_VERSION = "3.9.0-canary.6"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LIB_VERSION = void 0; | ||
exports.LIB_VERSION = '3.9.0-canary.4'; | ||
exports.LIB_VERSION = '3.9.0-canary.6'; |
{ | ||
"name": "@coinbase/wallet-sdk", | ||
"version": "3.9.0-canary.5", | ||
"version": "3.9.0-canary.6", | ||
"description": "Coinbase Wallet JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
419633
8398
2