@trackunit/react-core-contexts-test 0.1.193 → 0.1.194

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,6 +184,7 @@ const mockEnvironmentContext = {
184
184
  tracingHeaders: {
185
185
  "X-TrackunitAppVersion": "",
186
186
  "session-id": "",
187
+ "commit-number": 0,
187
188
  },
188
189
  trackunitRestApiUrl: "",
189
190
  hubspotRequestAppAccessFormId: "",
package/index.esm2.js CHANGED
@@ -177,6 +177,7 @@ const mockEnvironmentContext = {
177
177
  tracingHeaders: {
178
178
  "X-TrackunitAppVersion": "",
179
179
  "session-id": "",
180
+ "commit-number": 0,
180
181
  },
181
182
  trackunitRestApiUrl: "",
182
183
  hubspotRequestAppAccessFormId: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.193",
3
+ "version": "0.1.194",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {