yank-note-registry 1.0.154 → 1.0.155
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
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.2.1" },
|
|
14
14
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.0" },
|
|
15
15
|
{ "id": "@yank-note/extension-openai", "version": "1.6.0" },
|
|
16
|
-
{ "id": "@yank-note/extension-milkdown", "version": "1.
|
|
16
|
+
{ "id": "@yank-note/extension-milkdown", "version": "1.2.0" },
|
|
17
17
|
{ "id": "@yank-note/extension-editor-themes", "version": "1.1.0" }
|
|
18
18
|
],
|
|
19
19
|
"registry": [
|
package/index.json
CHANGED
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
610
|
"name": "@yank-note/extension-milkdown",
|
|
611
|
-
"version": "1.
|
|
611
|
+
"version": "1.2.0",
|
|
612
612
|
"displayName": "Milkdown",
|
|
613
613
|
"description": "WYSIWYG Markdown Editor",
|
|
614
614
|
"displayName_ZH-CN": "Milkdown",
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
},
|
|
626
626
|
"main": "./main/index.js",
|
|
627
627
|
"style": "./main/style.css",
|
|
628
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-milkdown/1.
|
|
628
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-milkdown/1.2.0/icon.svg",
|
|
629
629
|
"engines": {
|
|
630
630
|
"node": ">=14.6.0",
|
|
631
631
|
"yank-note": "^3.43.0"
|
|
@@ -637,11 +637,11 @@
|
|
|
637
637
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
638
638
|
},
|
|
639
639
|
"dist": {
|
|
640
|
-
"integrity": "sha512-
|
|
641
|
-
"shasum": "
|
|
642
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-milkdown/-/extension-milkdown-1.
|
|
640
|
+
"integrity": "sha512-jQ0naySOO2PWs+Jpx66ra8Ye52FMkStFJ9y1NsRRviJKv4gCJEdmYICTcSla08QqMa4uNouRPQfPp1uJsdvq9Q==",
|
|
641
|
+
"shasum": "a8c54e7b69b2cb035b1b14688bddaefbac4e81a8",
|
|
642
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-milkdown/-/extension-milkdown-1.2.0.tgz",
|
|
643
643
|
"fileCount": 9,
|
|
644
|
-
"unpackedSize":
|
|
644
|
+
"unpackedSize": 6780714
|
|
645
645
|
},
|
|
646
646
|
"directories": {},
|
|
647
647
|
"maintainers": [
|
|
@@ -650,8 +650,8 @@
|
|
|
650
650
|
"email": "purocean@outlook.com"
|
|
651
651
|
}
|
|
652
652
|
],
|
|
653
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-milkdown/1.
|
|
654
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-milkdown/1.
|
|
653
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-milkdown/1.2.0/README.md",
|
|
654
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-milkdown/1.2.0/CHANGELOG.md",
|
|
655
655
|
"origin": "official"
|
|
656
656
|
},
|
|
657
657
|
{
|