nuudel-core 0.4.8 → 0.4.9

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,5 +1,5 @@
1
1
  export declare const signOut: (router?: any, option?: any) => boolean;
2
- export declare const getNewToken: () => Promise<import("@apollo/client").InteropApolloQueryResult<any>>;
2
+ export declare const getNewToken: () => Promise<import("@apollo/client").ApolloQueryResult<any>>;
3
3
  export declare const onErrors: ({ graphQLErrors, networkError, operation, forward, }: {
4
4
  graphQLErrors: any;
5
5
  networkError: any;
@@ -1,5 +1,5 @@
1
1
  export declare const signOut: (router?: any, option?: any) => boolean;
2
- export declare const getNewToken: () => Promise<import("@apollo/client").InteropApolloQueryResult<any>>;
2
+ export declare const getNewToken: () => Promise<import("@apollo/client").ApolloQueryResult<any>>;
3
3
  export declare const onErrors: ({ graphQLErrors, networkError, operation, forward, }: {
4
4
  graphQLErrors: any;
5
5
  networkError: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuudel-core",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "Web components for react with material UI",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "postversion": "git push && git push --tags"
58
58
  },
59
59
  "dependencies": {
60
- "@apollo/client": "^3.8.8",
60
+ "@apollo/client": "3.8.10",
61
61
  "@apollo/react-hooks": "^4.0.0",
62
62
  "@ckeditor/ckeditor5-build-classic": "38.1.1",
63
63
  "@ckeditor/ckeditor5-react": "6.1.0",
@@ -126,7 +126,7 @@
126
126
  "swr": "^2.1.5"
127
127
  },
128
128
  "resolutions": {
129
- "@apollo/react-hooks/@apollo/client": "^3.8.8"
129
+ "@apollo/react-hooks/@apollo/client": "3.8.10"
130
130
  },
131
131
  "files": [
132
132
  "build/main",