nuudel-core 0.3.17 → 0.3.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const signOut: (router?: any, option?: any) => boolean;
|
|
2
|
-
export declare const getNewToken: () => Promise<import("@apollo/
|
|
2
|
+
export declare const getNewToken: () => Promise<import("@apollo/react-hooks").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/
|
|
2
|
+
export declare const getNewToken: () => Promise<import("@apollo/react-hooks").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.3.
|
|
3
|
+
"version": "0.3.18",
|
|
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",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"postversion": "git push && git push --tags"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@apollo/client": "3.
|
|
56
|
+
"@apollo/client": "^3.8.8",
|
|
57
57
|
"@apollo/react-hooks": "^4.0.0",
|
|
58
58
|
"@ckeditor/ckeditor5-build-classic": "38.1.1",
|
|
59
59
|
"@ckeditor/ckeditor5-react": "6.1.0",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"swr": "^1.3.0"
|
|
125
125
|
},
|
|
126
126
|
"resolutions": {
|
|
127
|
-
"
|
|
127
|
+
"json5": "^2.2.3"
|
|
128
128
|
},
|
|
129
129
|
"files": [
|
|
130
130
|
"build/main",
|