@trackunit/react-core-contexts-test 0.1.293 → 0.1.294

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
@@ -133,7 +133,6 @@ const mockEnvironmentContext = {
133
133
  graphqlReportUrl: "",
134
134
  buildVersion: "",
135
135
  commitNumber: 0,
136
- buildDate: "",
137
136
  irisAppSdkServerUrl: "",
138
137
  publicUrl: "",
139
138
  isFeatureBranch: false,
package/index.esm.js CHANGED
@@ -131,7 +131,6 @@ const mockEnvironmentContext = {
131
131
  graphqlReportUrl: "",
132
132
  buildVersion: "",
133
133
  commitNumber: 0,
134
- buildDate: "",
135
134
  irisAppSdkServerUrl: "",
136
135
  publicUrl: "",
137
136
  isFeatureBranch: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.293",
3
+ "version": "0.1.294",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {