yank-note-registry 1.0.65 → 1.0.66
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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{ "id": "@yank-note/extension-echarts", "version": "1.0.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.0.3" },
|
|
7
7
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.3.0" },
|
|
8
|
-
{ "id": "@yank-note/extension-markmap", "version": "1.0
|
|
8
|
+
{ "id": "@yank-note/extension-markmap", "version": "1.1.0" },
|
|
9
9
|
{ "id": "@yank-note/extension-openai", "version": "1.0.4" },
|
|
10
10
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.1.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-git-push", "version": "1.1.7" },
|
package/index.json
CHANGED
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"name": "@yank-note/extension-markmap",
|
|
232
|
-
"version": "1.0
|
|
232
|
+
"version": "1.1.0",
|
|
233
233
|
"displayName": "Markmap",
|
|
234
234
|
"description": "Visualize your Markdown as mindmaps with Markmap.",
|
|
235
235
|
"displayName_ZH-CN": "Markmap",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
},
|
|
247
247
|
"main": "./dist/index.js",
|
|
248
248
|
"style": "./dist/style.css",
|
|
249
|
-
"icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.0
|
|
249
|
+
"icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.1.0/icon.png?__t=1659059392495",
|
|
250
250
|
"engines": {
|
|
251
251
|
"node": ">=14.6.0",
|
|
252
252
|
"yank-note": "^3.33.0"
|
|
@@ -258,11 +258,11 @@
|
|
|
258
258
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
259
259
|
},
|
|
260
260
|
"dist": {
|
|
261
|
-
"integrity": "sha512-
|
|
262
|
-
"shasum": "
|
|
263
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-markmap/-/extension-markmap-1.0.
|
|
261
|
+
"integrity": "sha512-hQCdFeDjHwuB44at9gwLEIDuuOhV8RbWWoNOBVGYtsEfYg+X/zrqb4RwyYaCLiefp9AAJhzDbcFo/0S7487w2g==",
|
|
262
|
+
"shasum": "0b98266038bb38d585dd6b78565f79fbf3758a88",
|
|
263
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-markmap/-/extension-markmap-1.1.0.tgz",
|
|
264
264
|
"fileCount": 12,
|
|
265
|
-
"unpackedSize":
|
|
265
|
+
"unpackedSize": 476595
|
|
266
266
|
},
|
|
267
267
|
"directories": {},
|
|
268
268
|
"maintainers": [
|
|
@@ -271,8 +271,8 @@
|
|
|
271
271
|
"email": "purocean@outlook.com"
|
|
272
272
|
}
|
|
273
273
|
],
|
|
274
|
-
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.0
|
|
275
|
-
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.0
|
|
274
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.1.0/README.md?__t=1659059392656",
|
|
275
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.1.0/CHANGELOG.md?__t=1659059392935",
|
|
276
276
|
"origin": "official"
|
|
277
277
|
},
|
|
278
278
|
{
|