@panoptic-eng/sdk 1.0.12 → 1.0.14

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.
@@ -6,7 +6,7 @@ import { BORROW_INDEX_BITS$1 as BORROW_INDEX_BITS, BPS_SCALE$1 as BPS_SCALE, MAR
6
6
  import { CheckRouterApprovalParams, QuoteSwapExactInViaRouterParams, QuoteSwapExactOutViaRouterParams } from "../../types-BQejAFnu.js";
7
7
  import { Abi, Address as Address$1, Client, ContractFunctionArgs, ContractFunctionName, Hash, Hex, Log, PublicClient, WalletClient } from "viem";
8
8
  import { ReactNode } from "react";
9
- import * as react_jsx_runtime17 from "react/jsx-runtime";
9
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
10
10
 
11
11
  //#region src/panoptic/v2/errors/contract.d.ts
12
12
  /**
@@ -5425,7 +5425,7 @@ interface PanopticProviderProps extends PanopticContextValue {
5425
5425
  declare function PanopticProvider({
5426
5426
  children,
5427
5427
  ...value
5428
- }: PanopticProviderProps): react_jsx_runtime17.JSX.Element;
5428
+ }: PanopticProviderProps): react_jsx_runtime18.JSX.Element;
5429
5429
  /**
5430
5430
  * Access the Panoptic SDK context.
5431
5431
  *