@3plate/graph-vue 0.1.9 → 0.1.10

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/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _3plate_graph_core from '@3plate/graph-core';
2
2
  import { Update, IngestionConfig, APIArguments, PlaygroundOptions } from '@3plate/graph-core';
3
- export { API, APIArguments, IngestionConfig, Update } from '@3plate/graph-core';
3
+ export { API, APIArguments, APIOptions, CanvasTheme, ColorMode, EdgeProps, EdgeTheme, EventsOptions, HistoryMessage, IngestMessage, IngestionConfig, NewEdge, NewNode, NodeAlign, NodeProps, NodeTheme, Orientation, PortProps, PortStyle, PortTheme, RenderNode, SnapshotMessage, ThemeVars, Update, UpdateMessage, WebSocketStatus, WebSocketStatusListener } from '@3plate/graph-core';
4
4
  import * as vue from 'vue';
5
5
  import { PropType } from 'vue';
6
6
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _3plate_graph_core from '@3plate/graph-core';
2
2
  import { Update, IngestionConfig, APIArguments, PlaygroundOptions } from '@3plate/graph-core';
3
- export { API, APIArguments, IngestionConfig, Update } from '@3plate/graph-core';
3
+ export { API, APIArguments, APIOptions, CanvasTheme, ColorMode, EdgeProps, EdgeTheme, EventsOptions, HistoryMessage, IngestMessage, IngestionConfig, NewEdge, NewNode, NodeAlign, NodeProps, NodeTheme, Orientation, PortProps, PortStyle, PortTheme, RenderNode, SnapshotMessage, ThemeVars, Update, UpdateMessage, WebSocketStatus, WebSocketStatusListener } from '@3plate/graph-core';
4
4
  import * as vue from 'vue';
5
5
  import { PropType } from 'vue';
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3plate/graph-vue",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "license": "GPL-3.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "vue": "^3.3.0"
21
21
  },
22
22
  "dependencies": {
23
- "@3plate/graph-core": "0.1.9"
23
+ "@3plate/graph-core": "0.1.10"
24
24
  },
25
25
  "devDependencies": {
26
26
  "tsup": "^8.5.1",