@bizniche/react
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -1,4 +0,4 @@ | ||
import { ApolloClient, NormalizedCacheObject } from "@apollo/client"; | ||
import { ApolloClient, NormalizedCacheObject } from '@apollo/client'; | ||
export default function configureClient({ apiKey, }: { | ||
apiKey: string; | ||
}): ApolloClient<NormalizedCacheObject>; |
@@ -1,3 +0,3 @@ | ||
import { QueryHookOptions } from "@apollo/client"; | ||
import { BiznicheBlogPost } from "../types"; | ||
import { QueryHookOptions } from '@apollo/client'; | ||
import { BiznicheBlogPost } from '../types'; | ||
interface GetFeedQueryOptions { | ||
@@ -4,0 +4,0 @@ limit: number; |
@@ -1,3 +0,3 @@ | ||
export { BiznicheProvider } from "./provider"; | ||
export * from "./hooks/useGetFeedQuery"; | ||
export * from "./types"; | ||
export { BiznicheProvider } from './provider'; | ||
export * from './hooks/useGetFeedQuery'; | ||
export * from './types'; |
@@ -1,2 +0,2 @@ | ||
import { PropsWithChildren } from "react"; | ||
import { PropsWithChildren } from 'react'; | ||
interface BiznicheProviderProps extends PropsWithChildren { | ||
@@ -3,0 +3,0 @@ apiKey: string; |
{ | ||
"name": "@bizniche/react", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"author": "Matt Gordon <matt@lemonade.tech>", | ||
@@ -41,2 +41,4 @@ "license": "MIT", | ||
"eslint-plugin-react-refresh": "^0.4.3", | ||
"husky": "^8.0.3", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.0.2", | ||
@@ -43,0 +45,0 @@ "vite": "^4.4.5", |
4151
107
16