@gearbox-protocol/sdk 13.2.0 → 13.2.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.
@@ -19,7 +19,7 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
  var dev_exports = {};
21
21
  __export(dev_exports, {
22
- GetLogsTransportOptions: () => import_logSplitterTransport.LogSplitterTransportOptions,
22
+ LogSplitterTransportOptions: () => import_logSplitterTransport.LogSplitterTransportOptions,
23
23
  isRangeError: () => import_logSplitterTransport.isRangeError,
24
24
  logSplitterTransport: () => import_logSplitterTransport.logSplitterTransport
25
25
  });
@@ -47,7 +47,7 @@ __reExport(dev_exports, require("./transports.js"), module.exports);
47
47
  __reExport(dev_exports, require("./types.js"), module.exports);
48
48
  // Annotate the CommonJS export names for ESM import in node:
49
49
  0 && (module.exports = {
50
- GetLogsTransportOptions,
50
+ LogSplitterTransportOptions,
51
51
  isRangeError,
52
52
  logSplitterTransport,
53
53
  ...require("./AccountOpener.js"),
@@ -24,7 +24,7 @@ export * from "./resilientTransport.js";
24
24
  export * from "./transports.js";
25
25
  export * from "./types.js";
26
26
  export {
27
- LogSplitterTransportOptions as GetLogsTransportOptions,
27
+ LogSplitterTransportOptions,
28
28
  isRangeError,
29
29
  logSplitterTransport
30
30
  };
@@ -9,7 +9,7 @@ export * from "./EthCallSpy.js";
9
9
  export * from "./isOutOfSyncError.js";
10
10
  export * from "./isRateLimitError.js";
11
11
  export * from "./isTransientError.js";
12
- export { isRangeError, LogSplitterTransportOptions as GetLogsTransportOptions, logSplitterTransport, } from "./logSplitterTransport.js";
12
+ export { isRangeError, LogSplitterTransportOptions, logSplitterTransport, } from "./logSplitterTransport.js";
13
13
  export * from "./ltUtils.js";
14
14
  export * from "./migrateFaucet.js";
15
15
  export * from "./mint/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "13.2.0",
3
+ "version": "13.2.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",