@trackunit/react-core-contexts-test 0.1.205 → 0.1.206

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.cjs2.js CHANGED
@@ -195,6 +195,8 @@ const mockEnvironmentContext = {
195
195
  trackunitRestApiUrl: "",
196
196
  hubspotRequestAppAccessFormId: "",
197
197
  uptimeId: "",
198
+ reportAccessCallback: "",
199
+ reportAccessClientId: ""
198
200
  };
199
201
 
200
202
  const mockNavigationContext = {
package/index.esm2.js CHANGED
@@ -188,6 +188,8 @@ const mockEnvironmentContext = {
188
188
  trackunitRestApiUrl: "",
189
189
  hubspotRequestAppAccessFormId: "",
190
190
  uptimeId: "",
191
+ reportAccessCallback: "",
192
+ reportAccessClientId: ""
191
193
  };
192
194
 
193
195
  const mockNavigationContext = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.205",
3
+ "version": "0.1.206",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {