@opencxh/domain 1.2.0 → 1.3.6

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.
@@ -147,10 +147,9 @@ export interface AppManifest<TSDK = any> {
147
147
  initialize?: () => void;
148
148
  }
149
149
  export interface RemoteApp {
150
- app: string;
150
+ url: string;
151
151
  version: string;
152
152
  }
153
153
  export interface RemoteAppRegistryResponse {
154
- url: string;
155
- apps: RemoteApp[];
154
+ [appName: string]: RemoteApp;
156
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/domain",
3
- "version": "1.2.0",
3
+ "version": "1.3.6",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",