@0xsequence/account 2.0.18 → 2.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- export * from "./declarations/src/index";
1
+ export * from "./declarations/src/index.js";
2
2
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMHhzZXF1ZW5jZS1hY2NvdW50LmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi9kZWNsYXJhdGlvbnMvc3JjL2luZGV4LmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ==
@@ -11,18 +11,13 @@ var wallet = require('@0xsequence/wallet');
11
11
  var ethers = require('ethers');
12
12
 
13
13
  function _extends() {
14
- _extends = Object.assign ? Object.assign.bind() : function (target) {
15
- for (var i = 1; i < arguments.length; i++) {
16
- var source = arguments[i];
17
- for (var key in source) {
18
- if (Object.prototype.hasOwnProperty.call(source, key)) {
19
- target[key] = source[key];
20
- }
21
- }
14
+ return _extends = Object.assign ? Object.assign.bind() : function (n) {
15
+ for (var e = 1; e < arguments.length; e++) {
16
+ var t = arguments[e];
17
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
22
18
  }
23
- return target;
24
- };
25
- return _extends.apply(this, arguments);
19
+ return n;
20
+ }, _extends.apply(null, arguments);
26
21
  }
27
22
 
28
23
  function encodeGasRefundTransaction(option) {
@@ -11,18 +11,13 @@ var wallet = require('@0xsequence/wallet');
11
11
  var ethers = require('ethers');
12
12
 
13
13
  function _extends() {
14
- _extends = Object.assign ? Object.assign.bind() : function (target) {
15
- for (var i = 1; i < arguments.length; i++) {
16
- var source = arguments[i];
17
- for (var key in source) {
18
- if (Object.prototype.hasOwnProperty.call(source, key)) {
19
- target[key] = source[key];
20
- }
21
- }
14
+ return _extends = Object.assign ? Object.assign.bind() : function (n) {
15
+ for (var e = 1; e < arguments.length; e++) {
16
+ var t = arguments[e];
17
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
22
18
  }
23
- return target;
24
- };
25
- return _extends.apply(this, arguments);
19
+ return n;
20
+ }, _extends.apply(null, arguments);
26
21
  }
27
22
 
28
23
  function encodeGasRefundTransaction(option) {
@@ -7,18 +7,13 @@ import { Wallet } from '@0xsequence/wallet';
7
7
  import { ethers } from 'ethers';
8
8
 
9
9
  function _extends() {
10
- _extends = Object.assign ? Object.assign.bind() : function (target) {
11
- for (var i = 1; i < arguments.length; i++) {
12
- var source = arguments[i];
13
- for (var key in source) {
14
- if (Object.prototype.hasOwnProperty.call(source, key)) {
15
- target[key] = source[key];
16
- }
17
- }
10
+ return _extends = Object.assign ? Object.assign.bind() : function (n) {
11
+ for (var e = 1; e < arguments.length; e++) {
12
+ var t = arguments[e];
13
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
18
14
  }
19
- return target;
20
- };
21
- return _extends.apply(this, arguments);
15
+ return n;
16
+ }, _extends.apply(null, arguments);
22
17
  }
23
18
 
24
19
  function encodeGasRefundTransaction(option) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/account",
3
- "version": "2.0.18",
3
+ "version": "2.0.20",
4
4
  "description": "tools for migrating sequence wallets to new versions",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/account",
6
6
  "source": "src/index.ts",
@@ -8,25 +8,25 @@
8
8
  "module": "dist/0xsequence-account.esm.js",
9
9
  "author": "Horizon Blockchain Games",
10
10
  "license": "Apache-2.0",
11
- "dependencies": {
12
- "@0xsequence/abi": "2.0.18",
13
- "@0xsequence/core": "2.0.18",
14
- "@0xsequence/migration": "2.0.18",
15
- "@0xsequence/network": "2.0.18",
16
- "@0xsequence/relayer": "2.0.18",
17
- "@0xsequence/sessions": "2.0.18",
18
- "@0xsequence/utils": "2.0.18",
19
- "@0xsequence/wallet": "2.0.18"
20
- },
21
11
  "peerDependencies": {
22
12
  "ethers": ">=6"
23
13
  },
14
+ "dependencies": {
15
+ "@0xsequence/abi": "2.0.20",
16
+ "@0xsequence/core": "2.0.20",
17
+ "@0xsequence/migration": "2.0.20",
18
+ "@0xsequence/network": "2.0.20",
19
+ "@0xsequence/relayer": "2.0.20",
20
+ "@0xsequence/wallet": "2.0.20",
21
+ "@0xsequence/utils": "2.0.20",
22
+ "@0xsequence/sessions": "2.0.20"
23
+ },
24
24
  "devDependencies": {
25
25
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
26
- "ethers": "^6.13.0",
26
+ "ethers": "6.13.4",
27
27
  "nyc": "^15.1.0",
28
- "@0xsequence/signhub": "2.0.18",
29
- "@0xsequence/tests": "2.0.18"
28
+ "@0xsequence/tests": "2.0.20",
29
+ "@0xsequence/signhub": "2.0.20"
30
30
  },
31
31
  "files": [
32
32
  "src",