@trackunit/react-core-contexts-test 0.1.212 → 0.1.214

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
@@ -184,7 +184,7 @@ const mockEnvironmentContext = {
184
184
  irisAppSdkServerUrl: "",
185
185
  publicUrl: "",
186
186
  isDev: true,
187
- environment: "",
187
+ environment: "dev",
188
188
  sentryDsn: "",
189
189
  sessionId: "",
190
190
  tracingHeaders: {
@@ -196,7 +196,7 @@ const mockEnvironmentContext = {
196
196
  hubspotRequestAppAccessFormId: "",
197
197
  uptimeId: "",
198
198
  reportAccessCallback: "",
199
- reportAccessClientId: ""
199
+ reportAccessClientId: "",
200
200
  };
201
201
 
202
202
  const mockNavigationContext = {
package/index.esm2.js CHANGED
@@ -177,7 +177,7 @@ const mockEnvironmentContext = {
177
177
  irisAppSdkServerUrl: "",
178
178
  publicUrl: "",
179
179
  isDev: true,
180
- environment: "",
180
+ environment: "dev",
181
181
  sentryDsn: "",
182
182
  sessionId: "",
183
183
  tracingHeaders: {
@@ -189,7 +189,7 @@ const mockEnvironmentContext = {
189
189
  hubspotRequestAppAccessFormId: "",
190
190
  uptimeId: "",
191
191
  reportAccessCallback: "",
192
- reportAccessClientId: ""
192
+ reportAccessClientId: "",
193
193
  };
194
194
 
195
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.212",
3
+ "version": "0.1.214",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {