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

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
@@ -206,6 +206,9 @@ const mockNavigationContext = {
206
206
  gotoFleetApp: (options) => {
207
207
  return Promise.resolve(true);
208
208
  },
209
+ gotoCustomer: (customerId) => {
210
+ return Promise.resolve(true);
211
+ },
209
212
  };
210
213
 
211
214
  const mockOemBrandingContext = {
package/index.esm2.js CHANGED
@@ -199,6 +199,9 @@ const mockNavigationContext = {
199
199
  gotoFleetApp: (options) => {
200
200
  return Promise.resolve(true);
201
201
  },
202
+ gotoCustomer: (customerId) => {
203
+ return Promise.resolve(true);
204
+ },
202
205
  };
203
206
 
204
207
  const mockOemBrandingContext = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.191",
3
+ "version": "0.1.193",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {