@trackunit/react-core-contexts-test 0.1.74 → 0.1.75

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 (3) hide show
  1. package/index2.cjs +1 -0
  2. package/index2.js +1 -0
  3. package/package.json +3 -3
package/index2.cjs CHANGED
@@ -160,6 +160,7 @@ const mockEnvironmentContext = {
160
160
  managerClassicUrl: "https://sso.trackunit.com",
161
161
  googleMapsApiKey: "",
162
162
  amplitudeApiKey: "",
163
+ amplitudeApiEndpoint: "",
163
164
  graphqlPublicUrl: "",
164
165
  graphqlManagerUrl: "",
165
166
  graphqlManagerImageUploadUrl: "",
package/index2.js CHANGED
@@ -154,6 +154,7 @@ const mockEnvironmentContext = {
154
154
  managerClassicUrl: "https://sso.trackunit.com",
155
155
  googleMapsApiKey: "",
156
156
  amplitudeApiKey: "",
157
+ amplitudeApiEndpoint: "",
157
158
  graphqlPublicUrl: "",
158
159
  graphqlManagerUrl: "",
159
160
  graphqlManagerImageUploadUrl: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -12,8 +12,8 @@
12
12
  "types": "./src/index.d.ts",
13
13
  "dependencies": {
14
14
  "@apollo/client": "3.7.10",
15
- "@trackunit/react-core-contexts-api": "0.2.39",
16
- "@trackunit/react-core-hooks": "0.2.63",
15
+ "@trackunit/react-core-contexts-api": "0.2.40",
16
+ "@trackunit/react-core-hooks": "0.2.64",
17
17
  "@trackunit/tailwind-styled-components": "0.0.57",
18
18
  "graphql": "15.8.0",
19
19
  "lodash": "4.17.21",