yank-note-registry 1.0.176 → 1.0.178
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
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
|
|
8
8
|
{ "id": "@yank-note/extension-markmap", "version": "1.5.3" },
|
|
9
9
|
{ "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
|
|
10
|
-
{ "id": "@yank-note/extension-ai-copilot", "version": "1.
|
|
10
|
+
{ "id": "@yank-note/extension-ai-copilot", "version": "1.1.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
|
|
12
12
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
|
|
13
13
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.2.2" },
|
package/index.json
CHANGED
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
329
|
"name": "@yank-note/extension-ai-copilot",
|
|
330
|
-
"version": "1.
|
|
330
|
+
"version": "1.1.0",
|
|
331
331
|
"displayName": "AI Copilot",
|
|
332
332
|
"description": "Your AI writing assistant",
|
|
333
333
|
"displayName_ZH-CN": "AI Copilot",
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
},
|
|
345
345
|
"main": "./dist/index.js",
|
|
346
346
|
"style": "./dist/style.css",
|
|
347
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.
|
|
347
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.1.0/icon.svg",
|
|
348
348
|
"engines": {
|
|
349
349
|
"node": ">=14.6.0",
|
|
350
350
|
"yank-note": "^3.65.0"
|
|
@@ -356,11 +356,11 @@
|
|
|
356
356
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
357
357
|
},
|
|
358
358
|
"dist": {
|
|
359
|
-
"integrity": "sha512-
|
|
360
|
-
"shasum": "
|
|
361
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.
|
|
359
|
+
"integrity": "sha512-qwg0sTg3kisppmSJECNKJ7Z4udCBeMUQ6sKfFUYG4020v9Rh0O0jan/yh4dlo78DMb+pJ3ZVCDvZItm/p+7Ftg==",
|
|
360
|
+
"shasum": "2dee7ad1e36faba7c8aa4eece20ec87e8657cf22",
|
|
361
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.1.0.tgz",
|
|
362
362
|
"fileCount": 7,
|
|
363
|
-
"unpackedSize":
|
|
363
|
+
"unpackedSize": 113918
|
|
364
364
|
},
|
|
365
365
|
"directories": {},
|
|
366
366
|
"maintainers": [
|
|
@@ -369,8 +369,8 @@
|
|
|
369
369
|
"email": "purocean@outlook.com"
|
|
370
370
|
}
|
|
371
371
|
],
|
|
372
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.
|
|
373
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.
|
|
372
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.1.0/README.md",
|
|
373
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.1.0/CHANGELOG.md",
|
|
374
374
|
"origin": "official"
|
|
375
375
|
},
|
|
376
376
|
{
|