yank-note-registry 1.0.97 → 1.0.99
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/extensions.json +1 -1
- package/index.json +8 -8
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{ "id": "@yank-note/extension-drawio", "version": "1.3.1" },
|
|
5
5
|
{ "id": "@yank-note/extension-echarts", "version": "1.0.1" },
|
|
6
6
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.3.2" },
|
|
7
|
-
{ "id": "@yank-note/extension-markmap", "version": "1.
|
|
7
|
+
{ "id": "@yank-note/extension-markmap", "version": "1.3.1" },
|
|
8
8
|
{ "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
|
|
9
9
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.2.0" },
|
|
10
10
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.1.1" },
|
package/index.json
CHANGED
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
186
|
"name": "@yank-note/extension-markmap",
|
|
187
|
-
"version": "1.
|
|
187
|
+
"version": "1.3.1",
|
|
188
188
|
"displayName": "Markmap",
|
|
189
189
|
"description": "Visualize your Markdown as mindmaps with Markmap.",
|
|
190
190
|
"displayName_ZH-CN": "Markmap",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
},
|
|
202
202
|
"main": "./dist/index.js",
|
|
203
203
|
"style": "./dist/style.css",
|
|
204
|
-
"icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.
|
|
204
|
+
"icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.3.1/icon.png?__t=1665385079848",
|
|
205
205
|
"engines": {
|
|
206
206
|
"node": ">=14.6.0",
|
|
207
207
|
"yank-note": "^3.33.0"
|
|
@@ -213,11 +213,11 @@
|
|
|
213
213
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
214
214
|
},
|
|
215
215
|
"dist": {
|
|
216
|
-
"integrity": "sha512-
|
|
217
|
-
"shasum": "
|
|
218
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-markmap/-/extension-markmap-1.
|
|
216
|
+
"integrity": "sha512-XlEr5/uJ+2MzqrOyrVSUyuMVGP7Q+klYy5oVlcBZxDEN20PpitHemjOY47VbzSUcqyt4t3seVsUL4s+vJdHRGw==",
|
|
217
|
+
"shasum": "1fe304c60846b838416b43f65c13b21754772f57",
|
|
218
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-markmap/-/extension-markmap-1.3.1.tgz",
|
|
219
219
|
"fileCount": 12,
|
|
220
|
-
"unpackedSize":
|
|
220
|
+
"unpackedSize": 481012
|
|
221
221
|
},
|
|
222
222
|
"directories": {},
|
|
223
223
|
"maintainers": [
|
|
@@ -226,8 +226,8 @@
|
|
|
226
226
|
"email": "purocean@outlook.com"
|
|
227
227
|
}
|
|
228
228
|
],
|
|
229
|
-
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.
|
|
230
|
-
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.
|
|
229
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.3.1/README.md?__t=1665385081126",
|
|
230
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.3.1/CHANGELOG.md?__t=1665385081344",
|
|
231
231
|
"origin": "official"
|
|
232
232
|
},
|
|
233
233
|
{
|