@trackunit/react-core-contexts-test 0.1.24 → 0.1.26

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.
Files changed (2) hide show
  1. package/index2.js +1 -0
  2. package/package.json +4 -4
package/index2.js CHANGED
@@ -104,6 +104,7 @@ const mockEnvironmentContext = {
104
104
  googleMapsApiKey: "",
105
105
  amplitudeApiKey: "",
106
106
  graphqlLegacyUrl: "",
107
+ graphqlPublicUrl: "",
107
108
  graphqlManagerUrl: "",
108
109
  graphqlManagerImageUploadUrl: "",
109
110
  graphqlReportUrl: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "module": "./index.js",
@@ -10,9 +10,9 @@
10
10
  "dependencies": {
11
11
  "@apollo/client": "3.6.9",
12
12
  "react": "18.2.0",
13
- "@trackunit/react-core-contexts-api": "0.2.13",
14
- "@trackunit/react-core-hooks": "0.2.23",
15
- "@trackunit/tailwind-styled-components": "0.0.52",
13
+ "@trackunit/react-core-contexts-api": "0.2.14",
14
+ "@trackunit/react-core-hooks": "0.2.25",
15
+ "@trackunit/tailwind-styled-components": "0.0.53",
16
16
  "react-router-dom": "6.4.5",
17
17
  "graphql": "15.8.0"
18
18
  },