@0xsequence/api 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.
@@ -595,7 +595,6 @@ const buildResponse = res => {
595
595
  if (!res.ok) {
596
596
  throw data; // webrpc error response
597
597
  }
598
-
599
598
  return data;
600
599
  });
601
600
  };
@@ -595,7 +595,6 @@ const buildResponse = res => {
595
595
  if (!res.ok) {
596
596
  throw data; // webrpc error response
597
597
  }
598
-
599
598
  return data;
600
599
  });
601
600
  };
@@ -591,7 +591,6 @@ const buildResponse = res => {
591
591
  if (!res.ok) {
592
592
  throw data; // webrpc error response
593
593
  }
594
-
595
594
  return data;
596
595
  });
597
596
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/api",
3
- "version": "0.0.0-20240123145607",
3
+ "version": "0.0.0-20240123145919",
4
4
  "description": "api sub-package for Sequence",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api",
6
6
  "source": "src/index.ts",