@metamask-previews/bridge-status-controller 34.0.0-preview-52f43d2 → 34.0.0-preview-d9822daf

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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/utils` from `^11.2.0` to `^11.4.2` ([#6054](https://github.com/MetaMask/core/pull/6054))
13
+
10
14
  ## [34.0.0]
11
15
 
12
16
  ### Added
@@ -3,7 +3,6 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
3
3
  status: StatusTypes;
4
4
  srcChain: {
5
5
  chainId: number;
6
- amount?: string | undefined;
7
6
  token?: {
8
7
  symbol: string;
9
8
  address: string;
@@ -14,13 +13,13 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
14
13
  iconUrl?: string | null | undefined;
15
14
  icon?: string | null | undefined;
16
15
  } | {} | undefined;
16
+ amount?: string | undefined;
17
17
  txHash?: string | undefined;
18
18
  };
19
19
  bridge?: string | undefined;
20
20
  refuel?: {} | undefined;
21
21
  destChain?: {
22
22
  chainId: number;
23
- amount?: string | undefined;
24
23
  token?: {
25
24
  symbol: string;
26
25
  address: string;
@@ -31,6 +30,7 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
31
30
  iconUrl?: string | null | undefined;
32
31
  icon?: string | null | undefined;
33
32
  } | {} | undefined;
33
+ amount?: string | undefined;
34
34
  txHash?: string | undefined;
35
35
  } | undefined;
36
36
  isExpectedToken?: boolean | undefined;
@@ -44,7 +44,6 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
44
44
  }>;
45
45
  srcChain: import("@metamask/superstruct").Struct<{
46
46
  chainId: number;
47
- amount?: string | undefined;
48
47
  token?: {
49
48
  symbol: string;
50
49
  address: string;
@@ -55,6 +54,7 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
55
54
  iconUrl?: string | null | undefined;
56
55
  icon?: string | null | undefined;
57
56
  } | {} | undefined;
57
+ amount?: string | undefined;
58
58
  txHash?: string | undefined;
59
59
  }, {
60
60
  chainId: import("@metamask/superstruct").Struct<number, null>;
@@ -80,7 +80,6 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
80
80
  }>;
81
81
  destChain: import("@metamask/superstruct").Struct<{
82
82
  chainId: number;
83
- amount?: string | undefined;
84
83
  token?: {
85
84
  symbol: string;
86
85
  address: string;
@@ -91,6 +90,7 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
91
90
  iconUrl?: string | null | undefined;
92
91
  icon?: string | null | undefined;
93
92
  } | {} | undefined;
93
+ amount?: string | undefined;
94
94
  txHash?: string | undefined;
95
95
  } | undefined, {
96
96
  chainId: import("@metamask/superstruct").Struct<number, null>;
@@ -3,7 +3,6 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
3
3
  status: StatusTypes;
4
4
  srcChain: {
5
5
  chainId: number;
6
- amount?: string | undefined;
7
6
  token?: {
8
7
  symbol: string;
9
8
  address: string;
@@ -14,13 +13,13 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
14
13
  iconUrl?: string | null | undefined;
15
14
  icon?: string | null | undefined;
16
15
  } | {} | undefined;
16
+ amount?: string | undefined;
17
17
  txHash?: string | undefined;
18
18
  };
19
19
  bridge?: string | undefined;
20
20
  refuel?: {} | undefined;
21
21
  destChain?: {
22
22
  chainId: number;
23
- amount?: string | undefined;
24
23
  token?: {
25
24
  symbol: string;
26
25
  address: string;
@@ -31,6 +30,7 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
31
30
  iconUrl?: string | null | undefined;
32
31
  icon?: string | null | undefined;
33
32
  } | {} | undefined;
33
+ amount?: string | undefined;
34
34
  txHash?: string | undefined;
35
35
  } | undefined;
36
36
  isExpectedToken?: boolean | undefined;
@@ -44,7 +44,6 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
44
44
  }>;
45
45
  srcChain: import("@metamask/superstruct").Struct<{
46
46
  chainId: number;
47
- amount?: string | undefined;
48
47
  token?: {
49
48
  symbol: string;
50
49
  address: string;
@@ -55,6 +54,7 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
55
54
  iconUrl?: string | null | undefined;
56
55
  icon?: string | null | undefined;
57
56
  } | {} | undefined;
57
+ amount?: string | undefined;
58
58
  txHash?: string | undefined;
59
59
  }, {
60
60
  chainId: import("@metamask/superstruct").Struct<number, null>;
@@ -80,7 +80,6 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
80
80
  }>;
81
81
  destChain: import("@metamask/superstruct").Struct<{
82
82
  chainId: number;
83
- amount?: string | undefined;
84
83
  token?: {
85
84
  symbol: string;
86
85
  address: string;
@@ -91,6 +90,7 @@ export declare const StatusResponseSchema: import("@metamask/superstruct").Struc
91
90
  iconUrl?: string | null | undefined;
92
91
  icon?: string | null | undefined;
93
92
  } | {} | undefined;
93
+ amount?: string | undefined;
94
94
  txHash?: string | undefined;
95
95
  } | undefined, {
96
96
  chainId: import("@metamask/superstruct").Struct<number, null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-status-controller",
3
- "version": "34.0.0-preview-52f43d2",
3
+ "version": "34.0.0-preview-d9822daf",
4
4
  "description": "Manages bridge-related status fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -52,7 +52,7 @@
52
52
  "@metamask/keyring-api": "^18.0.0",
53
53
  "@metamask/polling-controller": "^14.0.0",
54
54
  "@metamask/superstruct": "^3.1.0",
55
- "@metamask/utils": "^11.2.0",
55
+ "@metamask/utils": "^11.4.2",
56
56
  "bignumber.js": "^9.1.2",
57
57
  "uuid": "^8.3.2"
58
58
  },