@bizdoc/core 1.13.0-next.11 → 1.13.0-next.15

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.
@@ -98,7 +98,6 @@ export interface ConnectorInfo {
98
98
  targetId: string;
99
99
  }
100
100
  export interface NodeInfo {
101
- virtual?: boolean;
102
101
  originId?: number;
103
102
  id: string;
104
103
  /** node */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.13.0-next.11",
3
+ "version": "1.13.0-next.15",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",