@trackunit/react-core-contexts-test 0.1.169 → 0.1.171

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
@@ -186,6 +186,7 @@ const mockEnvironmentContext = {
186
186
  },
187
187
  trackunitRestApiUrl: "",
188
188
  hubspotRequestAppAccessFormId: "",
189
+ uptimeId: "",
189
190
  };
190
191
 
191
192
  const mockNavigationContext = {
package/index.esm2.js CHANGED
@@ -179,6 +179,7 @@ const mockEnvironmentContext = {
179
179
  },
180
180
  trackunitRestApiUrl: "",
181
181
  hubspotRequestAppAccessFormId: "",
182
+ uptimeId: "",
182
183
  };
183
184
 
184
185
  const mockNavigationContext = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.169",
3
+ "version": "0.1.171",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {