flow-mindmap 0.2.2 → 0.3.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.
package/dist/types.d.ts CHANGED
@@ -87,7 +87,6 @@ export interface MindMapImage {
87
87
  }
88
88
  export interface MindMapOptions {
89
89
  data: MindMapNode;
90
- readonly?: boolean;
91
90
  theme?: MindMapTheme;
92
91
  }
93
92
  export interface MindMapTheme {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flow-mindmap",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "A modern, minimalist mind mapping tool — xmind-style, embeddable as a Vue component.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -43,6 +43,7 @@
43
43
  "./style.css": "./dist/style.css"
44
44
  },
45
45
  "scripts": {
46
+ "pull": "git pull",
46
47
  "dev": "vite --port 7851 --strictPort",
47
48
  "build:types": "vue-tsc -p tsconfig.build.json",
48
49
  "build:lib": "vite build --mode lib",