yank-note-registry 1.0.64 → 1.0.67

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 CHANGED
@@ -5,6 +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.1.1" },
8
9
  { "id": "@yank-note/extension-openai", "version": "1.0.4" },
9
10
  { "id": "@yank-note/extension-popup-preview", "version": "1.1.0" },
10
11
  { "id": "@yank-note/extension-git-push", "version": "1.1.7" },
package/index.json CHANGED
@@ -227,6 +227,54 @@
227
227
  "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-reveal-js@1.3.0/CHANGELOG.md?__t=1658997151870",
228
228
  "origin": "official"
229
229
  },
230
+ {
231
+ "name": "@yank-note/extension-markmap",
232
+ "version": "1.1.1",
233
+ "displayName": "Markmap",
234
+ "description": "Visualize your Markdown as mindmaps with Markmap.",
235
+ "displayName_ZH-CN": "Markmap",
236
+ "description_ZH-CN": "使用 Markmap 将您的 Markdown 可视化为思维导图。",
237
+ "author": {
238
+ "name": "Yank Note"
239
+ },
240
+ "license": "AGPL-3.0",
241
+ "keywords": [],
242
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-markmap",
243
+ "repository": {
244
+ "type": "git",
245
+ "url": "git+https://github.com/purocean/yank-note-extension.git"
246
+ },
247
+ "main": "./dist/index.js",
248
+ "style": "./dist/style.css",
249
+ "icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.1.1/icon.png?__t=1659061136311",
250
+ "engines": {
251
+ "node": ">=14.6.0",
252
+ "yank-note": "^3.33.0"
253
+ },
254
+ "requirements": {
255
+ "premium": true
256
+ },
257
+ "bugs": {
258
+ "url": "https://github.com/purocean/yank-note-extension/issues"
259
+ },
260
+ "dist": {
261
+ "integrity": "sha512-US+fh3kzcnuSSOm2gaxJoshsQxbSI2nCeBt5eX5ZZB2RryTh4hLzzn+dF6EK3iq6bw/VigqKpfpyJZMVFFHRMg==",
262
+ "shasum": "fd4cf32eaedf629d2d89f00c69a04e4ea73f8132",
263
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-markmap/-/extension-markmap-1.1.1.tgz",
264
+ "fileCount": 12,
265
+ "unpackedSize": 476889
266
+ },
267
+ "directories": {},
268
+ "maintainers": [
269
+ {
270
+ "name": "purocean",
271
+ "email": "purocean@outlook.com"
272
+ }
273
+ ],
274
+ "readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.1.1/README.md?__t=1659061139413",
275
+ "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.1.1/CHANGELOG.md?__t=1659061139588",
276
+ "origin": "official"
277
+ },
230
278
  {
231
279
  "name": "@yank-note/extension-openai",
232
280
  "version": "1.0.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.64",
3
+ "version": "1.0.67",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",