@umbraci/jsmind 0.10.5 → 0.10.7
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": "@umbraci/jsmind",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.7",
|
|
4
4
|
"description": "jsMind is a pure javascript library for mindmap, it base on html5 canvas. jsMind was released under BSD license, you can embed it in any project, if only you observe the license.",
|
|
5
5
|
"main": "lib/jsmind.js",
|
|
6
6
|
"module": "es/jsmind.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"./history": {
|
|
32
32
|
"import": "./es/jsmind.history.js",
|
|
33
33
|
"require": "./lib/jsmind.history.js",
|
|
34
|
-
"types": "./types/generated/plugins/jsmind.history.d.ts"
|
|
34
|
+
"types": "./types/generated/plugins/history/jsmind.history.d.ts"
|
|
35
35
|
},
|
|
36
36
|
"./style/jsmind.css": "./style/jsmind.css"
|
|
37
37
|
},
|