@gearbox-protocol/sdk 12.6.0-next.2 → 12.6.0-next.3

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,9 +19,6 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
  var pricefeeds_exports = {};
21
21
  __export(pricefeeds_exports, {
22
- FetchPythPayloadsOptions: () => import_updates.FetchPythPayloadsOptions,
23
- FetchRedstonePayloadsOptions: () => import_updates.FetchRedstonePayloadsOptions,
24
- TimestampedCalldata: () => import_updates.TimestampedCalldata,
25
22
  fetchPythPayloads: () => import_updates.fetchPythPayloads,
26
23
  fetchRedstonePayloads: () => import_updates.fetchRedstonePayloads
27
24
  });
@@ -52,9 +49,6 @@ __reExport(pricefeeds_exports, require("./YearnPriceFeed.js"), module.exports);
52
49
  __reExport(pricefeeds_exports, require("./ZeroPriceFeed.js"), module.exports);
53
50
  // Annotate the CommonJS export names for ESM import in node:
54
51
  0 && (module.exports = {
55
- FetchPythPayloadsOptions,
56
- FetchRedstonePayloadsOptions,
57
- TimestampedCalldata,
58
52
  fetchPythPayloads,
59
53
  fetchRedstonePayloads,
60
54
  ...require("./AbstractLPPriceFeed.js"),
@@ -19,19 +19,13 @@ export * from "./PythPriceFeed.js";
19
19
  export * from "./RedstonePriceFeed.js";
20
20
  export * from "./types.js";
21
21
  import {
22
- FetchPythPayloadsOptions,
23
- FetchRedstonePayloadsOptions,
24
22
  fetchPythPayloads,
25
- fetchRedstonePayloads,
26
- TimestampedCalldata
23
+ fetchRedstonePayloads
27
24
  } from "./updates/index.js";
28
25
  export * from "./WstETHPriceFeed.js";
29
26
  export * from "./YearnPriceFeed.js";
30
27
  export * from "./ZeroPriceFeed.js";
31
28
  export {
32
- FetchPythPayloadsOptions,
33
- FetchRedstonePayloadsOptions,
34
- TimestampedCalldata,
35
29
  fetchPythPayloads,
36
30
  fetchRedstonePayloads
37
31
  };
@@ -18,7 +18,7 @@ export * from "./PriceFeedsRegister.js";
18
18
  export * from "./PythPriceFeed.js";
19
19
  export * from "./RedstonePriceFeed.js";
20
20
  export * from "./types.js";
21
- export { FetchPythPayloadsOptions, FetchRedstonePayloadsOptions, fetchPythPayloads, fetchRedstonePayloads, TimestampedCalldata, } from "./updates/index.js";
21
+ export { type FetchPythPayloadsOptions, type FetchRedstonePayloadsOptions, fetchPythPayloads, fetchRedstonePayloads, type TimestampedCalldata, } from "./updates/index.js";
22
22
  export * from "./WstETHPriceFeed.js";
23
23
  export * from "./YearnPriceFeed.js";
24
24
  export * from "./ZeroPriceFeed.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "12.6.0-next.2",
3
+ "version": "12.6.0-next.3",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",