@0xsequence/core
Advanced tools
Comparing version 0.0.0-20240718140827 to 0.0.0-20240807210827
@@ -7,2 +7,3 @@ export * as v1 from "./v1/index.js"; | ||
import * as v2 from "./v2/index.js"; | ||
export { VERSION } from "./version.js"; | ||
export declare const allVersions: (typeof v1 | typeof v2)[]; |
{ | ||
"name": "@0xsequence/core", | ||
"version": "0.0.0-20240718140827", | ||
"version": "0.0.0-20240807210827", | ||
"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-20240718140827" | ||
"@0xsequence/abi": "0.0.0-20240807210827" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
@@ -9,2 +9,4 @@ export * as v1 from './v1' | ||
export { VERSION } from './version' | ||
export const allVersions = [v1, v2] |
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
430087
49
10395
+ Added@0xsequence/abi@0.0.0-20240807210827(transitive)
- Removed@0xsequence/abi@0.0.0-20240718140827(transitive)