@bcrumbs.net/bc-api 0.0.17 → 0.0.18

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.
Files changed (2) hide show
  1. package/index.esm.js +2 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { InMemoryCache as InMemoryCache$1, ApolloClient, from as from$1, useQuery, createHttpLink as createHttpLink$1, useMutation, useLazyQuery } from '@apollo/client';
2
- import { onError } from '@apollo/client/link/error/index';
3
- import { setContext } from '@apollo/client/link/context/index';
2
+ import { onError } from '@apollo/client/link/error';
3
+ import { setContext } from '@apollo/client/link/context';
4
4
  import { RestLink } from 'apollo-link-rest';
5
5
  import withApollo from 'next-with-apollo';
6
6
  import decode from 'jwt-decode';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bcrumbs.net/bc-api",
3
3
  "description": "The SDK that helps to work with Bread Crumbs APIs",
4
- "version": "0.0.17",
4
+ "version": "0.0.18",
5
5
  "keyword": [
6
6
  "bcrumbs",
7
7
  "bc-api"