@skip-go/widget 0.0.1-alpha.12 → 0.0.1-alpha.13

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.
@@ -1,13 +1,12 @@
1
1
  import { SkipRouter, SkipRouterOptions } from '@skip-router/core';
2
2
  import { ReactNode } from 'react';
3
- import { WidgetConfig } from '.';
4
3
  export declare const SkipContext: import("react").Context<{
5
4
  skipClient: SkipRouter;
6
5
  apiURL?: string | undefined;
7
6
  endpointOptions?: SkipRouterOptions['endpointOptions'];
8
7
  } | undefined>;
9
- export declare function SkipProvider({ children, apiURL, endpointOptions, defaultRoute, routeConfig, }: {
8
+ export declare function SkipProvider({ children, apiURL, endpointOptions, }: {
10
9
  children: ReactNode;
11
10
  apiURL?: string;
12
11
  endpointOptions?: SkipRouterOptions['endpointOptions'];
13
- } & WidgetConfig): import("react/jsx-runtime").JSX.Element;
12
+ }): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/widget",
3
3
  "description": "Swap widget",
4
- "version": "0.0.1-alpha.12",
4
+ "version": "0.0.1-alpha.13",
5
5
  "repository": "https://github.com/skip-mev/widget",
6
6
  "type": "module",
7
7
  "exports": {