@0xsequence/core
Advanced tools
Comparing version 0.0.0-20230307062824 to 0.0.0-20230307215941
{ | ||
"name": "@0xsequence/core", | ||
"version": "0.0.0-20230307062824", | ||
"version": "0.0.0-20230307215941", | ||
"description": "core primitives for interacting with the sequence wallet contracts", | ||
@@ -23,3 +23,3 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/core", | ||
"dependencies": { | ||
"@0xsequence/abi": "0.0.0-20230307062824" | ||
"@0xsequence/abi": "0.0.0-20230307215941" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
@@ -98,4 +98,4 @@ import { ethers } from "ethers" | ||
export function latestContext(contexts: VersionedContext): WalletContext { | ||
const versions = Object.keys(context).length | ||
const versions = Object.keys(contexts).length | ||
return contexts[versions] | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
328168
+ Added@0xsequence/abi@0.0.0-20230307215941(transitive)
- Removed@0xsequence/abi@0.0.0-20230307062824(transitive)