@pc-nexus/models 0.8.0-next.0 → 0.8.0-next.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pc-nexus/models",
3
- "version": "0.8.0-next.0",
3
+ "version": "0.8.0-next.2",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
@@ -115,6 +115,7 @@ interface ExtensionProperties<T extends Conditions = Conditions> {
115
115
  icon?: string;
116
116
  viewport?: Viewport;
117
117
  display?: T;
118
+ emitReadyEvent?: boolean;
118
119
  }
119
120
  interface EgressItem {
120
121
  addresses: string[];