@web3-react/types
Advanced tools
Comparing version 8.0.13-alpha.0 to 8.0.14-alpha.0
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "8.0.13-alpha.0", | ||
"version": "8.0.14-alpha.0", | ||
"type": "module", | ||
@@ -13,9 +13,12 @@ "files": [ | ||
"exports": { | ||
"import": "./dist/index.js" | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"scripts": { | ||
"prebuild": "rm -rf dist", | ||
"build": "tsc", | ||
"build": "tsc && tsc --project tsconfig.cjs.json", | ||
"start": "tsc --watch" | ||
@@ -26,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "304687287e9dd5a1262ed6e894238080bf974746" | ||
"gitHead": "a342d9692e48fdae477961f2f387caef35cea0a1" | ||
} |
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
37491
5
59