@rarible/immutable-wallet
Advanced tools
Comparing version 0.13.65 to 0.13.68-fix.23
import type { Link } from "@imtbl/imx-sdk"; | ||
export declare type ImxNetwork = "mainnet" | "goerli"; | ||
export declare type ImxEnv = "testnet" | "prod"; | ||
export type ImxNetwork = "mainnet" | "goerli"; | ||
export type ImxEnv = "testnet" | "prod"; | ||
export declare enum ImxWalletProviderEnum { | ||
@@ -10,3 +10,3 @@ METAMASK = "METAMASK", | ||
} | ||
export declare type ImxNetworkConfig = { | ||
export type ImxNetworkConfig = { | ||
network: ImxNetwork; | ||
@@ -18,3 +18,3 @@ linkAddress: string; | ||
}; | ||
export declare type ImxConnectResult = { | ||
export type ImxConnectResult = { | ||
address: string; | ||
@@ -25,6 +25,6 @@ ethNetwork: string; | ||
}; | ||
export declare type ImxConnectionData = ImxConnectResult & { | ||
export type ImxConnectionData = ImxConnectResult & { | ||
link: Link; | ||
status: ImxWalletConnectionStatus; | ||
}; | ||
export declare type ImxWalletConnectionStatus = "connected" | "disconnected"; | ||
export type ImxWalletConnectionStatus = "connected" | "disconnected"; |
@@ -10,2 +10,2 @@ "use strict"; | ||
ImxWalletProviderEnum["NONE"] = "NONE"; | ||
})(ImxWalletProviderEnum = exports.ImxWalletProviderEnum || (exports.ImxWalletProviderEnum = {})); | ||
})(ImxWalletProviderEnum || (exports.ImxWalletProviderEnum = ImxWalletProviderEnum = {})); |
{ | ||
"name": "@rarible/immutable-wallet", | ||
"version": "0.13.65", | ||
"version": "0.13.68-fix.23", | ||
"description": "Immutable wallet util", | ||
@@ -14,3 +14,5 @@ "license": "MIT", | ||
"build": "tsc --project tsconfig-build.json", | ||
"clean": "rimraf ./build", | ||
"clean": "run-s clean:*", | ||
"clean:build": "rimraf ./build", | ||
"clean:tsbuildinfo": "rimraf ./tsconfig.tsbuildinfo", | ||
"verify": "tsc --noEmit --project tsconfig-build.json" | ||
@@ -21,7 +23,2 @@ }, | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^27.0.2", | ||
"jest": "^27.2.0", | ||
"ts-jest": "^27.0.5" | ||
}, | ||
"publishConfig": { | ||
@@ -31,3 +28,3 @@ "access": "public", | ||
}, | ||
"gitHead": "0914b70cbd932938435804b27149278b6a55d94d" | ||
"gitHead": "e79be1c0c0634d457f775b8dfa110a2829d7ef33" | ||
} |
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
126716
0