@trackunit/react-core-contexts-test 0.1.298 → 0.1.299

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
@@ -128,7 +128,6 @@ const mockEnvironmentContext = {
128
128
  amplitudeApiEndpoint: "",
129
129
  graphqlPublicUrl: "",
130
130
  graphqlManagerUrl: "",
131
- graphqlManagerImageUploadUrl: "",
132
131
  graphqlInternalUrl: "",
133
132
  graphqlReportUrl: "",
134
133
  buildVersion: "",
package/index.esm.js CHANGED
@@ -126,7 +126,6 @@ const mockEnvironmentContext = {
126
126
  amplitudeApiEndpoint: "",
127
127
  graphqlPublicUrl: "",
128
128
  graphqlManagerUrl: "",
129
- graphqlManagerImageUploadUrl: "",
130
129
  graphqlInternalUrl: "",
131
130
  graphqlReportUrl: "",
132
131
  buildVersion: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.298",
3
+ "version": "0.1.299",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {