yank-note-registry 1.0.121 → 1.0.122
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 +14 -10
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
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.0
|
|
15
|
+
{ "id": "@yank-note/extension-openai", "version": "1.1.0" },
|
|
16
16
|
{ "id": "@yank-note/extension-milkdown", "version": "1.1.1" }
|
|
17
17
|
],
|
|
18
18
|
"registry": [
|
package/index.json
CHANGED
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
562
|
"name": "@yank-note/extension-openai",
|
|
563
|
-
"version": "1.0
|
|
563
|
+
"version": "1.1.0",
|
|
564
564
|
"displayName": "OpenAI",
|
|
565
565
|
"description": "Your AI writing assistant",
|
|
566
566
|
"displayName_ZH-CN": "OpenAI",
|
|
@@ -576,20 +576,24 @@
|
|
|
576
576
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
577
577
|
},
|
|
578
578
|
"main": "./dist/index.js",
|
|
579
|
-
"
|
|
579
|
+
"style": "./dist/style.css",
|
|
580
|
+
"icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-openai@1.1.0/icon.svg?__t=1670416718249",
|
|
580
581
|
"engines": {
|
|
581
582
|
"node": ">=14.6.0",
|
|
582
|
-
"yank-note": "^3.
|
|
583
|
+
"yank-note": "^3.46.0"
|
|
584
|
+
},
|
|
585
|
+
"requirements": {
|
|
586
|
+
"premium": true
|
|
583
587
|
},
|
|
584
588
|
"bugs": {
|
|
585
589
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
586
590
|
},
|
|
587
591
|
"dist": {
|
|
588
|
-
"integrity": "sha512-
|
|
589
|
-
"shasum": "
|
|
590
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-openai/-/extension-openai-1.0.
|
|
591
|
-
"fileCount":
|
|
592
|
-
"unpackedSize":
|
|
592
|
+
"integrity": "sha512-fTy3O5SFQ8awwHjFqR5YSq2ZWGgeUTO4zOqEv2fqvgdszNatjnV2GiZ/8AMW1o1GF2Z82mc7HFddk3E7mszGyA==",
|
|
593
|
+
"shasum": "b96dbd1f7f9515994d5a59eb037903d27344a12c",
|
|
594
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-openai/-/extension-openai-1.1.0.tgz",
|
|
595
|
+
"fileCount": 7,
|
|
596
|
+
"unpackedSize": 56906
|
|
593
597
|
},
|
|
594
598
|
"directories": {},
|
|
595
599
|
"maintainers": [
|
|
@@ -598,8 +602,8 @@
|
|
|
598
602
|
"email": "purocean@outlook.com"
|
|
599
603
|
}
|
|
600
604
|
],
|
|
601
|
-
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-openai@1.0
|
|
602
|
-
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-openai@1.0
|
|
605
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-openai@1.1.0/README.md?__t=1670416718439",
|
|
606
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-openai@1.1.0/CHANGELOG.md?__t=1670416718757",
|
|
603
607
|
"origin": "official"
|
|
604
608
|
},
|
|
605
609
|
{
|