@opencxh/domain 1.4.2 → 1.6.0

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.
@@ -155,6 +155,14 @@ export interface AppManifest<TSDK = any> {
155
155
  export interface RemoteApp {
156
156
  url: string;
157
157
  version: string;
158
+ baseUrl: string;
159
+ public?: {
160
+ path: string;
161
+ };
162
+ server?: {
163
+ path: string;
164
+ sdkVersion: string;
165
+ };
158
166
  }
159
167
  export interface RemoteAppRegistryResponse {
160
168
  [appName: string]: RemoteApp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/domain",
3
- "version": "1.4.2",
3
+ "version": "1.6.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",