@0xsequence/sessions
Advanced tools
Comparing version 1.2.7 to 1.2.8
@@ -57,3 +57,3 @@ | ||
loadConfig: (imageHash: string) => Promise<v1.config.WalletConfig | v2.config.WalletConfig | PlainV2Config | undefined>; | ||
saveConfig: (imageHash: string, config: v2.config.WalletConfig | v1.config.WalletConfig | PlainV2Config) => Promise<void>; | ||
saveConfig: (imageHash: string, config: v1.config.WalletConfig | v2.config.WalletConfig | PlainV2Config) => Promise<void>; | ||
loadV2Node: (nodeHash: string) => Promise<v2.config.Topology | PlainNode | PlainNested | undefined>; | ||
@@ -60,0 +60,0 @@ saveV2Node: (nodeHash: string, node: v2.config.Topology | PlainNode | PlainNested) => Promise<void>; |
@@ -13,3 +13,3 @@ | ||
loadConfig: (imageHash: string) => Promise<v1.config.WalletConfig | v2.config.WalletConfig | PlainV2Config | undefined>; | ||
saveConfig: (imageHash: string, config: v2.config.WalletConfig | v1.config.WalletConfig | PlainV2Config) => Promise<void>; | ||
saveConfig: (imageHash: string, config: v1.config.WalletConfig | v2.config.WalletConfig | PlainV2Config) => Promise<void>; | ||
loadV2Node: (nodeHash: string) => Promise<v2.config.Topology | PlainNode | PlainNested | undefined>; | ||
@@ -16,0 +16,0 @@ saveV2Node: (nodeHash: string, node: v2.config.Topology | PlainNode | PlainNested) => Promise<void>; |
{ | ||
"name": "@0xsequence/sessions", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "tools for migrating sequence wallets to new versions", | ||
@@ -14,5 +14,5 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/sessions", | ||
"idb": "^7.1.1", | ||
"@0xsequence/core": "1.2.7", | ||
"@0xsequence/migration": "1.2.7", | ||
"@0xsequence/replacer": "1.2.7" | ||
"@0xsequence/core": "1.2.8", | ||
"@0xsequence/migration": "1.2.8", | ||
"@0xsequence/replacer": "1.2.8" | ||
}, | ||
@@ -23,4 +23,4 @@ "devDependencies": { | ||
"nyc": "^15.1.0", | ||
"@0xsequence/signhub": "1.2.7", | ||
"@0xsequence/tests": "1.2.7" | ||
"@0xsequence/signhub": "1.2.8", | ||
"@0xsequence/tests": "1.2.8" | ||
}, | ||
@@ -27,0 +27,0 @@ "files": [ |
+ Added@0xsequence/abi@1.2.8(transitive)
+ Added@0xsequence/core@1.2.8(transitive)
+ Added@0xsequence/indexer@1.2.8(transitive)
+ Added@0xsequence/migration@1.2.8(transitive)
+ Added@0xsequence/network@1.2.8(transitive)
+ Added@0xsequence/relayer@1.2.8(transitive)
+ Added@0xsequence/replacer@1.2.8(transitive)
+ Added@0xsequence/signhub@1.2.8(transitive)
+ Added@0xsequence/utils@1.2.8(transitive)
+ Added@0xsequence/wallet@1.2.8(transitive)
- Removed@0xsequence/abi@1.2.7(transitive)
- Removed@0xsequence/core@1.2.7(transitive)
- Removed@0xsequence/indexer@1.2.7(transitive)
- Removed@0xsequence/migration@1.2.7(transitive)
- Removed@0xsequence/network@1.2.7(transitive)
- Removed@0xsequence/relayer@1.2.7(transitive)
- Removed@0xsequence/replacer@1.2.7(transitive)
- Removed@0xsequence/signhub@1.2.7(transitive)
- Removed@0xsequence/utils@1.2.7(transitive)
- Removed@0xsequence/wallet@1.2.7(transitive)
Updated@0xsequence/core@1.2.8
Updated@0xsequence/migration@1.2.8
Updated@0xsequence/replacer@1.2.8