@trackunit/react-core-contexts 1.8.36 → 1.8.42

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
@@ -74,7 +74,6 @@ const createApolloClient = ({ graphqlPublicUrl, graphqlInternalUrl, graphqlRepor
74
74
  graphQLErrors.forEach(error => {
75
75
  if ("extensions" in error) {
76
76
  error.extensions.traceId = operation.getContext().response?.extensions?.traceId;
77
- // eslint-disable-next-line local-rules/no-typescript-assertion
78
77
  const traceId = error.extensions.traceId;
79
78
  traceIds.push(traceId);
80
79
  }
package/index.esm.js CHANGED
@@ -72,7 +72,6 @@ const createApolloClient = ({ graphqlPublicUrl, graphqlInternalUrl, graphqlRepor
72
72
  graphQLErrors.forEach(error => {
73
73
  if ("extensions" in error) {
74
74
  error.extensions.traceId = operation.getContext().response?.extensions?.traceId;
75
- // eslint-disable-next-line local-rules/no-typescript-assertion
76
75
  const traceId = error.extensions.traceId;
77
76
  traceIds.push(traceId);
78
77
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts",
3
- "version": "1.8.36",
3
+ "version": "1.8.42",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -9,17 +9,17 @@
9
9
  "dependencies": {
10
10
  "@apollo/client": "3.13.8",
11
11
  "react": "19.0.0",
12
- "@js-temporal/polyfill": "^0.5.1",
13
12
  "jest-fetch-mock": "^3.0.3",
14
- "@trackunit/iris-app-api": "1.6.24",
15
- "@trackunit/react-core-contexts-api": "1.7.25",
16
- "@trackunit/react-core-hooks": "1.6.26",
17
- "@trackunit/i18n-library-translation": "1.6.27",
18
- "@trackunit/react-components": "1.7.33",
19
- "@trackunit/iris-app-runtime-core": "1.7.26",
13
+ "@trackunit/iris-app-api": "1.6.28",
14
+ "@trackunit/react-core-contexts-api": "1.7.29",
15
+ "@trackunit/react-core-hooks": "1.6.30",
16
+ "@trackunit/i18n-library-translation": "1.6.31",
17
+ "@trackunit/react-components": "1.7.39",
18
+ "@trackunit/iris-app-runtime-core": "1.7.30",
20
19
  "graphql": "^16.10.0",
21
20
  "graphql-sse": "^2.5.4",
22
- "@trackunit/react-test-setup": "1.3.24"
21
+ "@trackunit/react-test-setup": "1.3.28",
22
+ "@js-temporal/polyfill": "^0.5.1"
23
23
  },
24
24
  "module": "./index.esm.js",
25
25
  "main": "./index.cjs.js",