@trackunit/iris-app-runtime-core 0.3.56 → 0.3.58

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/index.cjs +1 -0
  2. package/index.js +1 -0
  3. package/package.json +3 -3
package/index.cjs CHANGED
@@ -695,6 +695,7 @@ const OemBrandingContextRuntime = {
695
695
  getOemBrandingContextRuntime: () => __awaiter(void 0, void 0, void 0, function* () {
696
696
  const api = yield getHostConnector();
697
697
  return {
698
+ getAllBrandingDetails: api.getAllBrandingDetails,
698
699
  getOemImage: api.getOemImage,
699
700
  getOemBranding: api.getOemBranding,
700
701
  };
package/index.js CHANGED
@@ -692,6 +692,7 @@ const OemBrandingContextRuntime = {
692
692
  getOemBrandingContextRuntime: () => __awaiter(void 0, void 0, void 0, function* () {
693
693
  const api = yield getHostConnector();
694
694
  return {
695
+ getAllBrandingDetails: api.getAllBrandingDetails,
695
696
  getOemImage: api.getOemImage,
696
697
  getOemBranding: api.getOemBranding,
697
698
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-runtime-core",
3
- "version": "0.3.56",
3
+ "version": "0.3.58",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -11,8 +11,8 @@
11
11
  "type": "module",
12
12
  "types": "./src/index.d.ts",
13
13
  "dependencies": {
14
- "@trackunit/iris-app-runtime-core-api": "0.3.50",
15
- "@trackunit/react-core-contexts-api": "0.2.46"
14
+ "@trackunit/iris-app-runtime-core-api": "0.3.52",
15
+ "@trackunit/react-core-contexts-api": "0.2.48"
16
16
  },
17
17
  "peerDependencies": {}
18
18
  }