@web3-react/types
Advanced tools
Comparing version 8.0.2-alpha.0 to 8.0.4-alpha.0
/// <reference types="node" /> | ||
import { State, StoreApi } from 'zustand/vanilla'; | ||
import type { EventEmitter } from 'events'; | ||
import type { State, StoreApi } from 'zustand/vanilla'; | ||
import type { EventEmitter } from 'node:events'; | ||
export interface Web3ReactState extends State { | ||
@@ -5,0 +5,0 @@ chainId: number | undefined; |
@@ -6,6 +6,6 @@ { | ||
}, | ||
"version": "8.0.2-alpha.0", | ||
"version": "8.0.4-alpha.0", | ||
"type": "module", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -19,3 +19,3 @@ "prebuild": "rm -rf dist", | ||
}, | ||
"gitHead": "d530f87688f3cbe10ec33ea2351c2add505861e6" | ||
"gitHead": "002652f883ab79f86c47c4336e7ef165cd39838d" | ||
} |
@@ -1,3 +0,3 @@ | ||
import { State, StoreApi } from 'zustand/vanilla' | ||
import type { EventEmitter } from 'events' | ||
import type { State, StoreApi } from 'zustand/vanilla' | ||
import type { EventEmitter } from 'node:events' | ||
@@ -4,0 +4,0 @@ export interface Web3ReactState extends State { |
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
37787