@trackunit/react-core-contexts-test 0.1.232 → 0.1.233

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
@@ -180,7 +180,7 @@ const mockEnvironmentContext = {
180
180
  buildDate: "",
181
181
  irisAppSdkServerUrl: "",
182
182
  publicUrl: "",
183
- isDev: true,
183
+ isFeatureBranch: false,
184
184
  environment: "dev",
185
185
  sentryDsn: "",
186
186
  sessionId: "",
package/index.esm2.js CHANGED
@@ -173,7 +173,7 @@ const mockEnvironmentContext = {
173
173
  buildDate: "",
174
174
  irisAppSdkServerUrl: "",
175
175
  publicUrl: "",
176
- isDev: true,
176
+ isFeatureBranch: false,
177
177
  environment: "dev",
178
178
  sentryDsn: "",
179
179
  sessionId: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.232",
3
+ "version": "0.1.233",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {