yank-note-registry 1.0.153 → 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 +2 -2
- package/index.json +17 -17
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
{ "id": "@yank-note/extension-git-push", "version": "1.2.0" },
|
|
13
13
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.2.1" },
|
|
14
14
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.0" },
|
|
15
|
-
{ "id": "@yank-note/extension-openai", "version": "1.
|
|
16
|
-
{ "id": "@yank-note/extension-milkdown", "version": "1.
|
|
15
|
+
{ "id": "@yank-note/extension-openai", "version": "1.6.0" },
|
|
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
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
562
|
"name": "@yank-note/extension-openai",
|
|
563
|
-
"version": "1.
|
|
563
|
+
"version": "1.6.0",
|
|
564
564
|
"displayName": "OpenAI",
|
|
565
565
|
"description": "Your AI writing assistant",
|
|
566
566
|
"displayName_ZH-CN": "OpenAI",
|
|
@@ -577,10 +577,10 @@
|
|
|
577
577
|
},
|
|
578
578
|
"main": "./dist/index.js",
|
|
579
579
|
"style": "./dist/style.css",
|
|
580
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.
|
|
580
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.6.0/icon.svg",
|
|
581
581
|
"engines": {
|
|
582
582
|
"node": ">=14.6.0",
|
|
583
|
-
"yank-note": "^3.
|
|
583
|
+
"yank-note": "^3.58.0"
|
|
584
584
|
},
|
|
585
585
|
"requirements": {
|
|
586
586
|
"premium": true
|
|
@@ -589,11 +589,11 @@
|
|
|
589
589
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
590
590
|
},
|
|
591
591
|
"dist": {
|
|
592
|
-
"integrity": "sha512-
|
|
593
|
-
"shasum": "
|
|
594
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-openai/-/extension-openai-1.
|
|
592
|
+
"integrity": "sha512-qPARhsQ57SgBe1d735JF8VO3PED7WcxH1gThB9pE6H1y1Jo+siWzEEZm57kzD57xcgSd8lkCQHEqn6pU19ohRg==",
|
|
593
|
+
"shasum": "34424de72d7f941d364f95f81e119a181b0941b1",
|
|
594
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-openai/-/extension-openai-1.6.0.tgz",
|
|
595
595
|
"fileCount": 7,
|
|
596
|
-
"unpackedSize":
|
|
596
|
+
"unpackedSize": 66493
|
|
597
597
|
},
|
|
598
598
|
"directories": {},
|
|
599
599
|
"maintainers": [
|
|
@@ -602,13 +602,13 @@
|
|
|
602
602
|
"email": "purocean@outlook.com"
|
|
603
603
|
}
|
|
604
604
|
],
|
|
605
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.
|
|
606
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.
|
|
605
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.6.0/README.md",
|
|
606
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.6.0/CHANGELOG.md",
|
|
607
607
|
"origin": "official"
|
|
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
|
{
|