@bizniche/react
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -1,3 +0,3 @@ | ||
import { jsx as s } from "react/jsx-runtime"; | ||
import { HttpLink as c, ApolloClient as a, InMemoryCache as d, ApolloProvider as l, gql as i, useQuery as o } from "@apollo/client"; | ||
import { jsx as c } from "react/jsx-runtime"; | ||
import { HttpLink as s, ApolloClient as a, InMemoryCache as d, ApolloProvider as l, gql as i, useQuery as o } from "@apollo/client"; | ||
const p = "https://api.bizniche.co/graphql"; | ||
@@ -7,3 +7,3 @@ function y({ | ||
}) { | ||
const e = new c({ | ||
const e = new s({ | ||
uri: p, | ||
@@ -22,3 +22,3 @@ headers: { | ||
children: e | ||
}) => /* @__PURE__ */ s(l, { client: y({ apiKey: t }), children: e }), Q = i` | ||
}) => /* @__PURE__ */ c(l, { client: y({ apiKey: t }), children: e }), Q = i` | ||
query GetFeedQuery { | ||
@@ -56,2 +56,3 @@ getFeedQuery { | ||
description | ||
content | ||
author { | ||
@@ -58,0 +59,0 @@ id |
{ | ||
"name": "@bizniche/react", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"author": "Matt Gordon <matt@lemonade.tech>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4801
140