@walletconnect/types
Advanced tools
Comparing version 1.0.0-beta.12 to 1.0.0-beta.13
@@ -52,3 +52,3 @@ declare module '@walletconnect/types' { | ||
export type IPartialRpcResponse = { | ||
export interface IPartialRpcResponse { | ||
id: number | ||
@@ -63,3 +63,3 @@ jsonrpc?: string | ||
export type IJsonRpcResponseSuccess = { | ||
export interface IJsonRpcResponseSuccess { | ||
id: number | ||
@@ -70,3 +70,3 @@ jsonrpc: string | ||
export type IJsonRpcResponseError = { | ||
export interface IJsonRpcResponseError { | ||
id: number | ||
@@ -80,3 +80,3 @@ jsonrpc: string | ||
export type IPartialRpcRequest = { | ||
export interface IPartialRpcRequest { | ||
id?: number | ||
@@ -88,3 +88,3 @@ jsonrpc?: string | ||
export type IJsonRpcRequest = { | ||
export interface IJsonRpcRequest { | ||
id: number | ||
@@ -91,0 +91,0 @@ jsonrpc: string |
{ | ||
"name": "@walletconnect/types", | ||
"version": "1.0.0-beta.12", | ||
"version": "1.0.0-beta.13", | ||
"description": "Typescript Types for WalletConnect", | ||
@@ -5,0 +5,0 @@ "scripts": {}, |
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
4879