@apollo/client 3.4.16 → 3.4.17
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.
- package/apollo-client.cjs.js +1 -1
- package/apollo-client.cjs.js.map +1 -1
- package/apollo-client.cjs.min.js +1 -1
- package/cache/inmemory/policies.d.ts +5 -5
- package/cache/inmemory/policies.d.ts.map +1 -1
- package/cache/inmemory/policies.js.map +1 -1
- package/core/core.cjs.js +1 -1
- package/core/core.cjs.js.map +1 -1
- package/invariantErrorCodes.js +1 -1
- package/package.json +15 -16
- package/version.js +1 -1
package/invariantErrorCodes.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
// consult the @apollo/client/invariantErrorCodes.js file specific to
|
|
6
6
|
// your @apollo/client version. This file is not meant to be imported.
|
|
7
7
|
{
|
|
8
|
-
"@apollo/client version": "3.4.
|
|
8
|
+
"@apollo/client version": "3.4.17",
|
|
9
9
|
|
|
10
10
|
1: {
|
|
11
11
|
file: "@apollo/client/cache/inmemory/entityStore.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apollo/client",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.17",
|
|
4
4
|
"description": "A fully-featured caching GraphQL client.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"keywords": [
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"client",
|
|
12
12
|
"cache"
|
|
13
13
|
],
|
|
14
|
-
"author": "
|
|
14
|
+
"author": "packages@apollographql.com",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"main": "./main.cjs.js",
|
|
17
17
|
"module": "./index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"graphql": "^14.0.0 || ^15.0.0",
|
|
33
33
|
"react": "^16.8.0 || ^17.0.0",
|
|
34
|
-
"subscriptions-transport-ws": "^0.9.0"
|
|
34
|
+
"subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependenciesMeta": {
|
|
37
37
|
"react": {
|
|
@@ -56,27 +56,26 @@
|
|
|
56
56
|
"zen-observable-ts": "~1.1.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@babel/parser": "7.
|
|
60
|
-
"@graphql-tools/schema": "8.
|
|
59
|
+
"@babel/parser": "7.16.2",
|
|
60
|
+
"@graphql-tools/schema": "8.3.1",
|
|
61
61
|
"@rollup/plugin-node-resolve": "11.2.1",
|
|
62
62
|
"@testing-library/react": "9.5.0",
|
|
63
63
|
"@testing-library/react-hooks": "7.0.2",
|
|
64
64
|
"@types/fast-json-stable-stringify": "2.0.0",
|
|
65
65
|
"@types/fetch-mock": "7.3.5",
|
|
66
|
-
"@types/glob": "7.
|
|
66
|
+
"@types/glob": "7.2.0",
|
|
67
67
|
"@types/hoist-non-react-statics": "3.3.1",
|
|
68
68
|
"@types/jest": "26.0.24",
|
|
69
|
-
"@types/lodash": "4.14.
|
|
70
|
-
"@types/node": "16.
|
|
71
|
-
"@types/react": "17.0.
|
|
69
|
+
"@types/lodash": "4.14.176",
|
|
70
|
+
"@types/node": "16.11.6",
|
|
71
|
+
"@types/react": "17.0.34",
|
|
72
72
|
"@types/react-dom": "17.0.2",
|
|
73
|
-
"@types/recompose": "0.30.8",
|
|
74
73
|
"bundlesize": "0.18.1",
|
|
75
74
|
"cross-fetch": "3.1.4",
|
|
76
75
|
"crypto-hash": "1.3.0",
|
|
77
76
|
"fetch-mock": "9.11.0",
|
|
78
77
|
"glob": "7.2.0",
|
|
79
|
-
"graphql": "15.
|
|
78
|
+
"graphql": "15.7.2",
|
|
80
79
|
"jest": "26.6.3",
|
|
81
80
|
"jest-fetch-mock": "3.0.3",
|
|
82
81
|
"jest-junit": "12.3.0",
|
|
@@ -84,18 +83,18 @@
|
|
|
84
83
|
"react": "17.0.2",
|
|
85
84
|
"react-dom": "17.0.2",
|
|
86
85
|
"recast": "0.20.5",
|
|
87
|
-
"recompose": "0.30.0",
|
|
88
86
|
"resolve": "1.20.0",
|
|
89
87
|
"rimraf": "3.0.2",
|
|
90
88
|
"rollup": "2.50.5",
|
|
91
89
|
"rollup-plugin-terser": "7.0.2",
|
|
92
90
|
"rxjs": "6.6.7",
|
|
93
|
-
"subscriptions-transport-ws": "0.
|
|
91
|
+
"subscriptions-transport-ws": "0.11.0",
|
|
94
92
|
"terser": "5.9.0",
|
|
95
93
|
"ts-jest": "26.5.6",
|
|
96
|
-
"ts-node": "10.
|
|
97
|
-
"typescript": "4.4.
|
|
98
|
-
"wait-for-observables": "1.0.3"
|
|
94
|
+
"ts-node": "10.4.0",
|
|
95
|
+
"typescript": "4.4.4",
|
|
96
|
+
"wait-for-observables": "1.0.3",
|
|
97
|
+
"whatwg-fetch": "3.6.2"
|
|
99
98
|
},
|
|
100
99
|
"publishConfig": {
|
|
101
100
|
"access": "public"
|
package/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = '3.4.
|
|
1
|
+
export var version = '3.4.17';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|