@0xsequence/sessions
Advanced tools
Comparing version 0.0.0-20240903183150 to 0.0.0-20240903195246
{ | ||
"name": "@0xsequence/sessions", | ||
"version": "0.0.0-20240903183150", | ||
"version": "0.0.0-20240903195246", | ||
"description": "tools for migrating sequence wallets to new versions", | ||
@@ -14,5 +14,6 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/sessions", | ||
"idb": "^7.1.1", | ||
"@0xsequence/core": "0.0.0-20240903183150", | ||
"@0xsequence/migration": "0.0.0-20240903183150", | ||
"@0xsequence/replacer": "0.0.0-20240903183150" | ||
"@0xsequence/core": "0.0.0-20240903195246", | ||
"@0xsequence/migration": "0.0.0-20240903195246", | ||
"@0xsequence/replacer": "0.0.0-20240903195246", | ||
"@0xsequence/utils": "0.0.0-20240903195246" | ||
}, | ||
@@ -23,4 +24,4 @@ "devDependencies": { | ||
"nyc": "^15.1.0", | ||
"@0xsequence/signhub": "0.0.0-20240903183150", | ||
"@0xsequence/tests": "0.0.0-20240903183150" | ||
"@0xsequence/signhub": "0.0.0-20240903195246", | ||
"@0xsequence/tests": "0.0.0-20240903195246" | ||
}, | ||
@@ -27,0 +28,0 @@ "files": [ |
@@ -5,2 +5,3 @@ import { commons } from '@0xsequence/core' | ||
import { ethers } from 'ethers' | ||
import { bigintReplacer } from '@0xsequence/utils' | ||
@@ -90,3 +91,3 @@ export class DebugConfigTracker implements ConfigTracker, migrator.PresignedMigrationTracker { | ||
default: | ||
JSON.stringify(value, undefined, 2) | ||
JSON.stringify(value, bigintReplacer, 2) | ||
.split('\n') | ||
@@ -93,0 +94,0 @@ .map(line => prefix + line) |
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
324395
8427
6
+ Added@0xsequence/abi@0.0.0-20240903195246(transitive)
+ Added@0xsequence/core@0.0.0-20240903195246(transitive)
+ Added@0xsequence/indexer@0.0.0-20240903195246(transitive)
+ Added@0xsequence/migration@0.0.0-20240903195246(transitive)
+ Added@0xsequence/network@0.0.0-20240903195246(transitive)
+ Added@0xsequence/relayer@0.0.0-20240903195246(transitive)
+ Added@0xsequence/replacer@0.0.0-20240903195246(transitive)
+ Added@0xsequence/signhub@0.0.0-20240903195246(transitive)
+ Added@0xsequence/utils@0.0.0-20240903195246(transitive)
+ Added@0xsequence/wallet@0.0.0-20240903195246(transitive)
- Removed@0xsequence/abi@0.0.0-20240903183150(transitive)
- Removed@0xsequence/core@0.0.0-20240903183150(transitive)
- Removed@0xsequence/indexer@0.0.0-20240903183150(transitive)
- Removed@0xsequence/migration@0.0.0-20240903183150(transitive)
- Removed@0xsequence/network@0.0.0-20240903183150(transitive)
- Removed@0xsequence/relayer@0.0.0-20240903183150(transitive)
- Removed@0xsequence/replacer@0.0.0-20240903183150(transitive)
- Removed@0xsequence/signhub@0.0.0-20240903183150(transitive)
- Removed@0xsequence/utils@0.0.0-20240903183150(transitive)
- Removed@0xsequence/wallet@0.0.0-20240903183150(transitive)