@0xsequence/guard 0.0.0-20240123145607 → 0.0.0-20240123145919

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.
@@ -25,6 +25,7 @@ function _extends() {
25
25
  //
26
26
  // Types
27
27
  //
28
+
28
29
  //
29
30
  // Client
30
31
  //
@@ -192,7 +193,6 @@ const buildResponse = res => {
192
193
  if (!res.ok) {
193
194
  throw data; // webrpc error response
194
195
  }
195
-
196
196
  return data;
197
197
  });
198
198
  };
@@ -25,6 +25,7 @@ function _extends() {
25
25
  //
26
26
  // Types
27
27
  //
28
+
28
29
  //
29
30
  // Client
30
31
  //
@@ -192,7 +193,6 @@ const buildResponse = res => {
192
193
  if (!res.ok) {
193
194
  throw data; // webrpc error response
194
195
  }
195
-
196
196
  return data;
197
197
  });
198
198
  };
@@ -21,6 +21,7 @@ function _extends() {
21
21
  //
22
22
  // Types
23
23
  //
24
+
24
25
  //
25
26
  // Client
26
27
  //
@@ -188,7 +189,6 @@ const buildResponse = res => {
188
189
  if (!res.ok) {
189
190
  throw data; // webrpc error response
190
191
  }
191
-
192
192
  return data;
193
193
  });
194
194
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/guard",
3
- "version": "0.0.0-20240123145607",
3
+ "version": "0.0.0-20240123145919",
4
4
  "description": "guard sub-package for Sequence",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/guard",
6
6
  "source": "src/index.ts",
@@ -10,10 +10,10 @@
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "ethers": "^5.7.2",
13
- "@0xsequence/account": "0.0.0-20240123145607",
14
- "@0xsequence/utils": "0.0.0-20240123145607",
15
- "@0xsequence/signhub": "0.0.0-20240123145607",
16
- "@0xsequence/core": "0.0.0-20240123145607"
13
+ "@0xsequence/account": "0.0.0-20240123145919",
14
+ "@0xsequence/core": "0.0.0-20240123145919",
15
+ "@0xsequence/signhub": "0.0.0-20240123145919",
16
+ "@0xsequence/utils": "0.0.0-20240123145919"
17
17
  },
18
18
  "files": [
19
19
  "src",