yank-note-registry 1.0.265 → 1.0.267

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 CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "official": [
3
+ { "id": "@yank-note/extension-ai-copilot", "version": "1.20.1" },
3
4
  { "id": "@yank-note/extension-mermaid", "version": "1.7.1" },
4
5
  { "id": "@yank-note/extension-drawio", "version": "2.4.0" },
5
6
  { "id": "@yank-note/extension-excalidraw", "version": "1.6.0" },
@@ -7,7 +8,6 @@
7
8
  { "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
8
9
  { "id": "@yank-note/extension-markmap", "version": "1.6.0" },
9
10
  { "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
10
- { "id": "@yank-note/extension-ai-copilot", "version": "1.20.0" },
11
11
  { "id": "@yank-note/extension-repl", "version": "1.3.0" },
12
12
  { "id": "@yank-note/extension-kroki", "version": "1.1.2" },
13
13
  { "id": "@yank-note/extension-tldraw", "version": "1.1.0" },
package/index.json CHANGED
@@ -1,4 +1,52 @@
1
1
  [
2
+ {
3
+ "name": "@yank-note/extension-ai-copilot",
4
+ "version": "1.20.1",
5
+ "displayName": "AI Copilot",
6
+ "description": "Your AI writing assistant",
7
+ "displayName_ZH-CN": "AI Copilot",
8
+ "description_ZH-CN": "你的人工智能写作助手",
9
+ "author": {
10
+ "name": "Yank Note"
11
+ },
12
+ "license": "AGPL-3.0",
13
+ "keywords": [],
14
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-ai-copilot",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/purocean/yank-note-extension.git"
18
+ },
19
+ "main": "./dist/index.js",
20
+ "style": "./dist/style.css",
21
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.20.1/icon.svg",
22
+ "engines": {
23
+ "node": ">=18.20.2",
24
+ "yank-note": "^3.65.0"
25
+ },
26
+ "requirements": {
27
+ "premium": true
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/purocean/yank-note-extension/issues"
31
+ },
32
+ "dist": {
33
+ "integrity": "sha512-KGRe/aMqE8LbzvtB1YPrlEefaOC23QWN5My3gnM2BCSKOKxNA5R5yhjF/pa2UZOBSvNGREFzJLzzyrz8uvgJIg==",
34
+ "shasum": "4573cc258bb8b5e863e3158cfb8143bc91c8e84c",
35
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.20.1.tgz",
36
+ "fileCount": 7,
37
+ "unpackedSize": 152239
38
+ },
39
+ "directories": {},
40
+ "maintainers": [
41
+ {
42
+ "name": "purocean",
43
+ "email": "purocean@outlook.com"
44
+ }
45
+ ],
46
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.20.1/README.md",
47
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.20.1/CHANGELOG.md",
48
+ "origin": "official"
49
+ },
2
50
  {
3
51
  "name": "@yank-note/extension-mermaid",
4
52
  "version": "1.7.1",
@@ -324,54 +372,6 @@
324
372
  "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.4.0/CHANGELOG.md",
325
373
  "origin": "official"
326
374
  },
327
- {
328
- "name": "@yank-note/extension-ai-copilot",
329
- "version": "1.20.0",
330
- "displayName": "AI Copilot",
331
- "description": "Your AI writing assistant",
332
- "displayName_ZH-CN": "AI Copilot",
333
- "description_ZH-CN": "你的人工智能写作助手",
334
- "author": {
335
- "name": "Yank Note"
336
- },
337
- "license": "AGPL-3.0",
338
- "keywords": [],
339
- "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-ai-copilot",
340
- "repository": {
341
- "type": "git",
342
- "url": "git+https://github.com/purocean/yank-note-extension.git"
343
- },
344
- "main": "./dist/index.js",
345
- "style": "./dist/style.css",
346
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.20.0/icon.svg",
347
- "engines": {
348
- "node": ">=18.20.2",
349
- "yank-note": "^3.65.0"
350
- },
351
- "requirements": {
352
- "premium": true
353
- },
354
- "bugs": {
355
- "url": "https://github.com/purocean/yank-note-extension/issues"
356
- },
357
- "dist": {
358
- "integrity": "sha512-N2twGZl0H63XjkDvmjddPyq8wh/7oJB+vFe5j5OJpNh8/lDp+oIN8fIf2g1m17n7v3hZLlADmng9mu1dfN23xQ==",
359
- "shasum": "735ae604d2d6a41427358217e0efbaebcf784b15",
360
- "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.20.0.tgz",
361
- "fileCount": 7,
362
- "unpackedSize": 151832
363
- },
364
- "directories": {},
365
- "maintainers": [
366
- {
367
- "name": "purocean",
368
- "email": "purocean@outlook.com"
369
- }
370
- ],
371
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.20.0/README.md",
372
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.20.0/CHANGELOG.md",
373
- "origin": "official"
374
- },
375
375
  {
376
376
  "name": "@yank-note/extension-repl",
377
377
  "version": "1.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.265",
3
+ "version": "1.0.267",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",