@0xsequence/api 0.0.0-20231214172616 → 0.0.0-20240111142017

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,6 +595,7 @@ const buildResponse = res => {
595
595
  if (!res.ok) {
596
596
  throw data; // webrpc error response
597
597
  }
598
+
598
599
  return data;
599
600
  });
600
601
  };
@@ -595,6 +595,7 @@ const buildResponse = res => {
595
595
  if (!res.ok) {
596
596
  throw data; // webrpc error response
597
597
  }
598
+
598
599
  return data;
599
600
  });
600
601
  };
@@ -591,6 +591,7 @@ const buildResponse = res => {
591
591
  if (!res.ok) {
592
592
  throw data; // webrpc error response
593
593
  }
594
+
594
595
  return data;
595
596
  });
596
597
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/api",
3
- "version": "0.0.0-20231214172616",
3
+ "version": "0.0.0-20240111142017",
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",