@trackunit/react-core-contexts-test 0.1.81 → 0.1.83

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.
Files changed (3) hide show
  1. package/index2.cjs +1 -0
  2. package/index2.js +1 -0
  3. package/package.json +3 -3
package/index2.cjs CHANGED
@@ -221,6 +221,7 @@ const mockEnvironmentContext = {
221
221
  };
222
222
 
223
223
  const mockOemBrandingContext = {
224
+ getAllBrandingDetails: doNothing,
224
225
  getOemBranding: doNothing,
225
226
  getOemImage: doNothing,
226
227
  };
package/index2.js CHANGED
@@ -193,6 +193,7 @@ const mockEnvironmentContext = {
193
193
  };
194
194
 
195
195
  const mockOemBrandingContext = {
196
+ getAllBrandingDetails: doNothing,
196
197
  getOemBranding: doNothing,
197
198
  getOemImage: doNothing,
198
199
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.81",
3
+ "version": "0.1.83",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -12,8 +12,8 @@
12
12
  "types": "./src/index.d.ts",
13
13
  "dependencies": {
14
14
  "@apollo/client": "3.7.10",
15
- "@trackunit/react-core-contexts-api": "0.2.45",
16
- "@trackunit/react-core-hooks": "0.2.69",
15
+ "@trackunit/react-core-contexts-api": "0.2.47",
16
+ "@trackunit/react-core-hooks": "0.2.71",
17
17
  "@trackunit/tailwind-styled-components": "0.0.58",
18
18
  "graphql": "15.8.0",
19
19
  "lodash": "4.17.21",