@skip-go/client 0.9.0 → 0.9.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3053,8 +3053,8 @@ var SkipClient = class {
3053
3053
  }
3054
3054
  balances(request) {
3055
3055
  return chunk6FNC3XMI_js.__async(this, null, function* () {
3056
- const response = yield this.requestClient.get(
3057
- "/v2/info/balances",
3056
+ const response = yield this.requestClient.post(
3057
+ "/v2/info/balance",
3058
3058
  chunk5I2266VA_js.balanceRequestToJSON(request)
3059
3059
  );
3060
3060
  return chunk5I2266VA_js.balanceResponseFromJSON(response);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/client",
3
3
  "description": "JavaScript SDK for Skip Go API",
4
- "version": "0.9.0",
4
+ "version": "0.9.1",
5
5
  "repository": "https://github.com/skip-mev/skip-go",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",