@ape.swap/bonds-sdk 3.0.64-test.1 → 3.0.64

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/main.js +1 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -58345,7 +58345,6 @@ function reportError(_a) {
58345
58345
  url,
58346
58346
  log: errors,
58347
58347
  };
58348
- console.log('errorPayload', payload);
58349
58348
  try {
58350
58349
  yield fetch(`${apiUrl}/stats/log`, {
58351
58350
  method: 'POST',
@@ -58356,7 +58355,7 @@ function reportError(_a) {
58356
58355
  });
58357
58356
  }
58358
58357
  catch (err) {
58359
- console.error('Error al reportar el error:', err);
58358
+ console.error('Error reporting the error:', err);
58360
58359
  }
58361
58360
  });
58362
58361
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "3.0.64-test.1",
6
+ "version": "3.0.64",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",