yank-note-registry 1.0.131 → 1.0.133
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 +3 -2
- package/index.json +55 -8
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -12,8 +12,9 @@
|
|
|
12
12
|
{ "id": "@yank-note/extension-git-push", "version": "1.1.7" },
|
|
13
13
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.1.0" },
|
|
14
14
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.0.3" },
|
|
15
|
-
{ "id": "@yank-note/extension-openai", "version": "1.2.
|
|
16
|
-
{ "id": "@yank-note/extension-milkdown", "version": "1.1.1" }
|
|
15
|
+
{ "id": "@yank-note/extension-openai", "version": "1.2.1" },
|
|
16
|
+
{ "id": "@yank-note/extension-milkdown", "version": "1.1.1" },
|
|
17
|
+
{ "id": "@yank-note/extension-editor-themes", "version": "1.0.0" }
|
|
17
18
|
],
|
|
18
19
|
"registry": [
|
|
19
20
|
{ "id": "yank-note-extension-theme-yanser", "version": "1.2.1" },
|
package/index.json
CHANGED
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
562
|
"name": "@yank-note/extension-openai",
|
|
563
|
-
"version": "1.2.
|
|
563
|
+
"version": "1.2.1",
|
|
564
564
|
"displayName": "OpenAI",
|
|
565
565
|
"description": "Your AI writing assistant",
|
|
566
566
|
"displayName_ZH-CN": "OpenAI",
|
|
@@ -577,7 +577,7 @@
|
|
|
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.2.
|
|
580
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.2.1/icon.svg",
|
|
581
581
|
"engines": {
|
|
582
582
|
"node": ">=14.6.0",
|
|
583
583
|
"yank-note": "^3.46.0"
|
|
@@ -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.2.
|
|
592
|
+
"integrity": "sha512-Drf0DQ7Dej2vIr/seRS4OQdT5cmJcAJSZgCiDaxnArUUt8Ee2RCZmsco7yUnKUKft6wlYThq3gGqeJKA39enIg==",
|
|
593
|
+
"shasum": "a74fdbcc0f45743e7e946bcd27542f2b8f65edb3",
|
|
594
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-openai/-/extension-openai-1.2.1.tgz",
|
|
595
595
|
"fileCount": 7,
|
|
596
|
-
"unpackedSize":
|
|
596
|
+
"unpackedSize": 59168
|
|
597
597
|
},
|
|
598
598
|
"directories": {},
|
|
599
599
|
"maintainers": [
|
|
@@ -602,8 +602,8 @@
|
|
|
602
602
|
"email": "purocean@outlook.com"
|
|
603
603
|
}
|
|
604
604
|
],
|
|
605
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.2.
|
|
606
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.2.
|
|
605
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.2.1/README.md",
|
|
606
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.2.1/CHANGELOG.md",
|
|
607
607
|
"origin": "official"
|
|
608
608
|
},
|
|
609
609
|
{
|
|
@@ -654,6 +654,53 @@
|
|
|
654
654
|
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-milkdown/1.1.1/CHANGELOG.md",
|
|
655
655
|
"origin": "official"
|
|
656
656
|
},
|
|
657
|
+
{
|
|
658
|
+
"name": "@yank-note/extension-editor-themes",
|
|
659
|
+
"version": "1.0.0",
|
|
660
|
+
"displayName": "Editor Themes",
|
|
661
|
+
"description": "Change the theme of the editor",
|
|
662
|
+
"displayName_ZH-CN": "编辑器主题",
|
|
663
|
+
"description_ZH-CN": "更改编辑器的主题",
|
|
664
|
+
"author": {
|
|
665
|
+
"name": "Yank Note"
|
|
666
|
+
},
|
|
667
|
+
"license": "AGPL-3.0",
|
|
668
|
+
"keywords": [],
|
|
669
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-editor-themes",
|
|
670
|
+
"repository": {
|
|
671
|
+
"type": "git",
|
|
672
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
673
|
+
},
|
|
674
|
+
"main": "./dist/index.js",
|
|
675
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-editor-themes/1.0.0/icon.png",
|
|
676
|
+
"engines": {
|
|
677
|
+
"node": ">=14.6.0",
|
|
678
|
+
"yank-note": "^3.46.0"
|
|
679
|
+
},
|
|
680
|
+
"requirements": {
|
|
681
|
+
"premium": true
|
|
682
|
+
},
|
|
683
|
+
"bugs": {
|
|
684
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
685
|
+
},
|
|
686
|
+
"dist": {
|
|
687
|
+
"integrity": "sha512-cqEG0zPxYkq7Hgy3vexauQcVHkOx08/V8g8Bs08Ql8nHJgTKiQPXEA+HGf8aMJM5qoyZjLggQ4Vewoc/8ibzDg==",
|
|
688
|
+
"shasum": "5c1b05d79311f24db95c74ff6be865871ba69269",
|
|
689
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-editor-themes/-/extension-editor-themes-1.0.0.tgz",
|
|
690
|
+
"fileCount": 6,
|
|
691
|
+
"unpackedSize": 296001
|
|
692
|
+
},
|
|
693
|
+
"directories": {},
|
|
694
|
+
"maintainers": [
|
|
695
|
+
{
|
|
696
|
+
"name": "purocean",
|
|
697
|
+
"email": "purocean@outlook.com"
|
|
698
|
+
}
|
|
699
|
+
],
|
|
700
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-editor-themes/1.0.0/README.md",
|
|
701
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-editor-themes/1.0.0/CHANGELOG.md",
|
|
702
|
+
"origin": "official"
|
|
703
|
+
},
|
|
657
704
|
{
|
|
658
705
|
"name": "yank-note-extension-theme-yanser",
|
|
659
706
|
"version": "1.2.1",
|