@turnkey/ethers
Advanced tools
Comparing version 0.18.0 to 0.18.1
# @turnkey/ethers | ||
## 0.18.1 | ||
### Patch Changes | ||
- Updated dependencies [ed50a0f] | ||
- Updated dependencies | ||
- @turnkey/http@2.2.0 | ||
## 0.18.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@turnkey/ethers", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"main": "./dist/index.js", | ||
"module": "./dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/index.js", | ||
"default": "./dist/esm/index.js" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
@@ -38,3 +47,3 @@ "license": "Apache-2.0", | ||
"@ethersproject/abstract-signer": "^5.7.0", | ||
"@turnkey/http": "2.1.0", | ||
"@turnkey/http": "2.2.0", | ||
"@turnkey/api-key-stamper": "0.1.1" | ||
@@ -54,4 +63,5 @@ }, | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc -b ./tsconfig.esm.json ./tsconfig.json", | ||
"clean": "rimraf ./dist ./.cache", | ||
"pack": "npm pack && mv *.tgz /Users/jessecollier/git/test-app-1/", | ||
"compile:contracts": "hardhat compile", | ||
@@ -58,0 +68,0 @@ "test": "jest", |
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
61737
11
571
+ Added@turnkey/http@2.2.0(transitive)
- Removed@turnkey/http@2.1.0(transitive)
Updated@turnkey/http@2.2.0