@turnkey/viem
Advanced tools
Comparing version 0.2.4 to 0.2.5
# @turnkey/viem | ||
## 0.2.5 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @turnkey/http@1.3.0 | ||
## 0.2.4 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@turnkey/viem", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"main": "./dist/index.js", | ||
@@ -37,8 +37,9 @@ "types": "./dist/index.d.ts", | ||
"peerDependencies": { | ||
"viem": "^1.5.0" | ||
"viem": "^1.10.0" | ||
}, | ||
"dependencies": { | ||
"cross-fetch": "^4.0.0", | ||
"typescript": "5.1", | ||
"@turnkey/http": "1.2.0", | ||
"@turnkey/api-key-stamper": "0.1.1" | ||
"@turnkey/api-key-stamper": "0.1.1", | ||
"@turnkey/http": "1.3.0" | ||
}, | ||
@@ -48,3 +49,3 @@ "devDependencies": { | ||
"jest": "^29.3.1", | ||
"viem": "^1.5.3" | ||
"viem": "^1.10.0" | ||
}, | ||
@@ -58,4 +59,6 @@ "engines": { | ||
"test": "jest", | ||
"typecheck": "tsc -p tsconfig.typecheck.json" | ||
"anvil": "anvil", | ||
"typecheck": "tsc -p tsconfig.typecheck.json", | ||
"compile:contracts": "hardhat compile" | ||
} | ||
} |
@@ -71,2 +71,6 @@ # @turnkey/viem | ||
## Testing (Local) | ||
See `.env.example` to get your local testing environment right. In order to run the tests, run an Anvil node in one shell (via `pnpm anvil`), and run `pnpm jest` in another. | ||
## See also | ||
@@ -73,0 +77,0 @@ |
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
39486
81
5
+ Addedcross-fetch@^4.0.0
+ Added@turnkey/http@1.3.0(transitive)
+ Added@turnkey/webauthn-stamper@0.2.0(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedcross-fetch@4.0.0(transitive)
+ Addedieee754@1.2.1(transitive)
- Removed@turnkey/http@1.2.0(transitive)
- Removed@turnkey/webauthn-stamper@0.1.0(transitive)
Updated@turnkey/http@1.3.0