@trackunit/react-core-contexts-test 0.1.199 → 0.1.200

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