@trackunit/react-core-contexts 1.0.43 → 1.0.47

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
@@ -155,7 +155,7 @@ const createApolloClient = ({ graphqlManagerUrl, graphqlPublicUrl, graphqlIntern
155
155
  client: new client.ApolloClient({
156
156
  name: "Manager",
157
157
  connectToDevTools: isDev,
158
- // LegacyServicePlan added by team SPIEX so Apollo Client doesn't merge service plans simply because they have the same id
158
+ // LegacyServicePlan added by team SPIEX, now owned by team Luna, so Apollo Client doesn't merge service plans simply because they have the same id
159
159
  // See more here: https://stackoverflow.com/questions/78189868/apollo-is-returning-data-wrong-but-is-correct-in-network-inspector
160
160
  cache: new client.InMemoryCache({
161
161
  typePolicies: {
package/index.esm.js CHANGED
@@ -135,7 +135,7 @@ const createApolloClient = ({ graphqlManagerUrl, graphqlPublicUrl, graphqlIntern
135
135
  client: new ApolloClient({
136
136
  name: "Manager",
137
137
  connectToDevTools: isDev,
138
- // LegacyServicePlan added by team SPIEX so Apollo Client doesn't merge service plans simply because they have the same id
138
+ // LegacyServicePlan added by team SPIEX, now owned by team Luna, so Apollo Client doesn't merge service plans simply because they have the same id
139
139
  // See more here: https://stackoverflow.com/questions/78189868/apollo-is-returning-data-wrong-but-is-correct-in-network-inspector
140
140
  cache: new InMemoryCache({
141
141
  typePolicies: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts",
3
- "version": "1.0.43",
3
+ "version": "1.0.47",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -11,12 +11,12 @@
11
11
  "react": "18.3.1",
12
12
  "@js-temporal/polyfill": "^0.4.4",
13
13
  "jest-fetch-mock": "^3.0.3",
14
- "@trackunit/iris-app-api": "1.0.24",
15
- "@trackunit/react-core-contexts-api": "1.0.25",
16
- "@trackunit/react-core-hooks": "1.0.25",
17
- "@trackunit/i18n-library-translation": "1.0.29",
18
- "@trackunit/react-components": "1.1.25",
19
- "@trackunit/iris-app-runtime-core": "1.0.25"
14
+ "@trackunit/iris-app-api": "1.0.27",
15
+ "@trackunit/react-core-contexts-api": "1.0.28",
16
+ "@trackunit/react-core-hooks": "1.0.28",
17
+ "@trackunit/i18n-library-translation": "1.0.32",
18
+ "@trackunit/react-components": "1.1.29",
19
+ "@trackunit/iris-app-runtime-core": "1.0.28"
20
20
  },
21
21
  "module": "./index.esm.js",
22
22
  "main": "./index.cjs.js",