@trackunit/react-core-contexts 0.4.363 → 0.4.365

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/index.cjs.js CHANGED
@@ -152,10 +152,15 @@ const createApolloClient = ({ graphqlManagerUrl, graphqlPublicUrl, graphqlManage
152
152
  watchQuery: {
153
153
  fetchPolicy: "no-cache",
154
154
  errorPolicy: "all",
155
+ nextFetchPolicy: "no-cache",
156
+ initialFetchPolicy: "no-cache",
155
157
  },
156
158
  query: {
157
159
  fetchPolicy: "no-cache",
158
160
  },
161
+ mutate: {
162
+ fetchPolicy: "no-cache",
163
+ },
159
164
  };
160
165
  return {
161
166
  client: new client.ApolloClient({
package/index.esm.js CHANGED
@@ -128,10 +128,15 @@ const createApolloClient = ({ graphqlManagerUrl, graphqlPublicUrl, graphqlManage
128
128
  watchQuery: {
129
129
  fetchPolicy: "no-cache",
130
130
  errorPolicy: "all",
131
+ nextFetchPolicy: "no-cache",
132
+ initialFetchPolicy: "no-cache",
131
133
  },
132
134
  query: {
133
135
  fetchPolicy: "no-cache",
134
136
  },
137
+ mutate: {
138
+ fetchPolicy: "no-cache",
139
+ },
135
140
  };
136
141
  return {
137
142
  client: new ApolloClient({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts",
3
- "version": "0.4.363",
3
+ "version": "0.4.365",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {