yank-note-registry 1.0.35 → 1.0.36
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 -0
- package/index.json +47 -0
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
{ "id": "@yank-note/extension-drawio", "version": "1.0.1" },
|
|
5
5
|
{ "id": "@yank-note/extension-echarts", "version": "1.0.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.0.1" },
|
|
7
|
+
{ "id": "@yank-note/extension-openai", "version": "1.0.0" },
|
|
7
8
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.0.4" },
|
|
8
9
|
{ "id": "@yank-note/extension-git-push", "version": "1.1.5" },
|
|
9
10
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.0.2" }
|
package/index.json
CHANGED
|
@@ -179,6 +179,53 @@
|
|
|
179
179
|
"changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-luckysheet@1.0.1/CHANGELOG.md?__t=1652281963189",
|
|
180
180
|
"origin": "official"
|
|
181
181
|
},
|
|
182
|
+
{
|
|
183
|
+
"name": "@yank-note/extension-openai",
|
|
184
|
+
"version": "1.0.0",
|
|
185
|
+
"displayName": "OpenAI",
|
|
186
|
+
"description": "Your AI writing assistant",
|
|
187
|
+
"displayName_ZH-CN": "OpenAI",
|
|
188
|
+
"description_ZH-CN": "你的人工智能写作助手",
|
|
189
|
+
"author": {
|
|
190
|
+
"name": "Yank Note"
|
|
191
|
+
},
|
|
192
|
+
"license": "AGPL-3.0",
|
|
193
|
+
"keywords": [],
|
|
194
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-openai",
|
|
195
|
+
"repository": {
|
|
196
|
+
"type": "git",
|
|
197
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
198
|
+
},
|
|
199
|
+
"main": "./dist/index.js",
|
|
200
|
+
"icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-openai@1.0.0/icon.svg?__t=1652352081755",
|
|
201
|
+
"engines": {
|
|
202
|
+
"node": ">=14.6.0",
|
|
203
|
+
"yank-note": "^3.29.0"
|
|
204
|
+
},
|
|
205
|
+
"requirements": {
|
|
206
|
+
"premium": true
|
|
207
|
+
},
|
|
208
|
+
"bugs": {
|
|
209
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
210
|
+
},
|
|
211
|
+
"dist": {
|
|
212
|
+
"integrity": "sha512-XfgR9ur5SM6+ixpv5RlmjJpsveWm8zvSgFzP17n6B/I9WgToDgFQGYzPvBGpLvpnNQv6yJlLqF0Cq51bNwZs9w==",
|
|
213
|
+
"shasum": "6ff5ba574158b20b658b13d7b5f987ee4c7a63f6",
|
|
214
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-openai/-/extension-openai-1.0.0.tgz",
|
|
215
|
+
"fileCount": 6,
|
|
216
|
+
"unpackedSize": 44416
|
|
217
|
+
},
|
|
218
|
+
"directories": {},
|
|
219
|
+
"maintainers": [
|
|
220
|
+
{
|
|
221
|
+
"name": "purocean",
|
|
222
|
+
"email": "purocean@outlook.com"
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-openai@1.0.0/README.md?__t=1652352082238",
|
|
226
|
+
"changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-openai@1.0.0/CHANGELOG.md?__t=1652352082698",
|
|
227
|
+
"origin": "official"
|
|
228
|
+
},
|
|
182
229
|
{
|
|
183
230
|
"name": "@yank-note/extension-popup-preview",
|
|
184
231
|
"version": "1.0.4",
|