joplin-plugin-markmap 1.7.0 → 1.7.1

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": "joplin-plugin-markmap",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "scripts": {
5
5
  "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
6
6
  "prepare": "npm run dist",
@@ -15,6 +15,7 @@
15
15
  "publish"
16
16
  ],
17
17
  "devDependencies": {
18
+ "@joplin/lib": "~2.9",
18
19
  "@types/node": "^18.7.13",
19
20
  "chalk": "^4.1.0",
20
21
  "copy-webpack-plugin": "^11.0.0",
@@ -26,14 +27,16 @@
26
27
  "typescript": "^4.8.2",
27
28
  "webpack": "^5.74.0",
28
29
  "webpack-cli": "^4.10.0",
29
- "yargs": "^16.2.0",
30
- "@joplin/lib": "~2.9"
30
+ "yargs": "^16.2.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "dompurify": "^3.0.1",
34
34
  "file-saver-es": "^2.0.5",
35
- "markmap-common": "^0.15.3",
36
- "markmap-lib": "^0.15.4",
35
+ "markmap-common": "^0.18.9",
36
+ "markmap-lib": "^0.18.12",
37
37
  "uuid": "^9.0.0"
38
+ },
39
+ "overrides": {
40
+ "@types/d3-dispatch": "^3.0.6"
38
41
  }
39
42
  }
Binary file
@@ -10,6 +10,6 @@
10
10
  "repository_url": "https://git.fomin.site/daniel/joplin-markmap",
11
11
  "keywords": [],
12
12
  "categories": [],
13
- "_publish_hash": "sha256:9ed430a519bb89ff5d8b42d85ab561f0ca26a45452faf41b1359debf6d2e1d9b",
14
- "_publish_commit": "main:8cc2e38eabb66c747c38cf12c71bb3f2b491f5fb"
13
+ "_publish_hash": "sha256:29173769dd26940667bb1f1f81546c8852e89660beb035ab200aa4ced864024e",
14
+ "_publish_commit": "main:afb2afccd068ff78b257a9c214f71ddef3f6f126"
15
15
  }
@@ -1 +1,10 @@
1
+ /*!
2
+ * The buffer module from node.js, for the browser.
3
+ *
4
+ * @author Feross Aboukhadijeh <https://feross.org>
5
+ * @license MIT
6
+ */
7
+
1
8
  /*! For license information please see index.js.LICENSE.txt */
9
+
10
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */