@secretkeylabs/stacks-tools 0.7.0-61add66 → 0.7.0-f2b5b8d

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/dist/index.cjs CHANGED
@@ -1143,7 +1143,7 @@ var info2 = async (args) => {
1143
1143
  };
1144
1144
  }
1145
1145
  init.method = "GET";
1146
- const endpoint = `${args.baseUrl}/v2/accounts/${args.principal}?${search}`;
1146
+ const endpoint = `${args.baseUrl}/v2/accounts/${args.principal}`;
1147
1147
  const res = await fetch(endpoint, init);
1148
1148
  if (!res.ok)
1149
1149
  return error({
package/dist/index.d.cts CHANGED
@@ -783,9 +783,7 @@ type Args$4 = {
783
783
  principal: string;
784
784
  } & ApiRequestOptions & ProofAndTip;
785
785
  type InfoResponse = {
786
- /** Micro-STX as a hex-encoded string. */
787
786
  balance: string;
788
- /** Micro-STX as a hex-encoded string. */
789
787
  locked: string;
790
788
  unlock_height: number;
791
789
  nonce: number;
package/dist/index.d.ts CHANGED
@@ -783,9 +783,7 @@ type Args$4 = {
783
783
  principal: string;
784
784
  } & ApiRequestOptions & ProofAndTip;
785
785
  type InfoResponse = {
786
- /** Micro-STX as a hex-encoded string. */
787
786
  balance: string;
788
- /** Micro-STX as a hex-encoded string. */
789
787
  locked: string;
790
788
  unlock_height: number;
791
789
  nonce: number;
package/dist/index.js CHANGED
@@ -1095,7 +1095,7 @@ var info2 = async (args) => {
1095
1095
  };
1096
1096
  }
1097
1097
  init.method = "GET";
1098
- const endpoint = `${args.baseUrl}/v2/accounts/${args.principal}?${search}`;
1098
+ const endpoint = `${args.baseUrl}/v2/accounts/${args.principal}`;
1099
1099
  const res = await fetch(endpoint, init);
1100
1100
  if (!res.ok)
1101
1101
  return error({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secretkeylabs/stacks-tools",
3
- "version": "0.7.0-61add66",
3
+ "version": "0.7.0-f2b5b8d",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"