yank-note-registry 1.0.348 → 1.0.356

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,6 +1,7 @@
1
1
  {
2
2
  "official": [
3
- { "id": "@yank-note/extension-ai-copilot", "version": "1.30.0" },
3
+ { "id": "@yank-note/extension-ai-copilot", "version": "1.31.0" },
4
+ { "id": "@yank-note/extension-opencode", "version": "1.0.1" },
4
5
  { "id": "@yank-note/extension-mermaid", "version": "1.11.0" },
5
6
  { "id": "@yank-note/extension-drawio", "version": "2.6.1" },
6
7
  { "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
package/index.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "@yank-note/extension-ai-copilot",
4
- "version": "1.30.0",
4
+ "version": "1.31.0",
5
5
  "displayName": "AI Copilot",
6
6
  "description": "Your AI writing assistant",
7
7
  "displayName_ZH-CN": "AI Copilot",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "main": "./dist/index.js",
20
20
  "style": "./dist/style.css",
21
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.30.0/icon.svg",
21
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.31.0/icon.svg",
22
22
  "engines": {
23
23
  "node": ">=18.20.2",
24
24
  "yank-note": "^3.65.0"
@@ -30,11 +30,11 @@
30
30
  "url": "https://github.com/purocean/yank-note-extension/issues"
31
31
  },
32
32
  "dist": {
33
- "integrity": "sha512-qwxio0kS+4+uLZpRApr0xSi2oGD/MSO5huZce54pUyQ5cZZbvDngH1mkf9dY4yxNXBUv8rFvisvcu3mD7PQW7w==",
34
- "shasum": "5374a4a4685362427dae59134fbee5cb90ab5054",
35
- "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.30.0.tgz",
33
+ "integrity": "sha512-q3hHs8FE/mEpuS83/Q2VrLWRRPxhOi+OH7RLbYlO94PI+yAGarlPp2P043hLZzCI6ktQ1ykxUW74tr4o11FwEQ==",
34
+ "shasum": "12388a75c82b9303671d6c036338bc100d0fe740",
35
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.31.0.tgz",
36
36
  "fileCount": 8,
37
- "unpackedSize": 342362
37
+ "unpackedSize": 343145
38
38
  },
39
39
  "directories": {},
40
40
  "maintainers": [
@@ -43,8 +43,63 @@
43
43
  "email": "purocean@outlook.com"
44
44
  }
45
45
  ],
46
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.30.0/README.md",
47
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.30.0/CHANGELOG.md",
46
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.31.0/README.md",
47
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.31.0/CHANGELOG.md",
48
+ "origin": "official"
49
+ },
50
+ {
51
+ "name": "@yank-note/extension-opencode",
52
+ "version": "1.0.1",
53
+ "displayName": "OpenCode",
54
+ "description": "AI document assistant powered by OpenCode",
55
+ "displayName_ZH-CN": "OpenCode",
56
+ "description_ZH-CN": "AI 文档助手,基于 OpenCode 构建",
57
+ "keywords": [
58
+ "opencode",
59
+ "ai",
60
+ "coding",
61
+ "agent",
62
+ "terminal"
63
+ ],
64
+ "author": {
65
+ "name": "Yank Note"
66
+ },
67
+ "license": "AGPL-3.0",
68
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-opencode",
69
+ "repository": {
70
+ "type": "git",
71
+ "url": "git+https://github.com/purocean/yank-note-extension.git"
72
+ },
73
+ "main": "./dist/index.js",
74
+ "style": "./dist/style.css",
75
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.0.1/icon.svg",
76
+ "engines": {
77
+ "node": ">=18.20.2",
78
+ "yank-note": "^3.86.0"
79
+ },
80
+ "requirements": {
81
+ "premium": true,
82
+ "terminal": true
83
+ },
84
+ "bugs": {
85
+ "url": "https://github.com/purocean/yank-note-extension/issues"
86
+ },
87
+ "dist": {
88
+ "integrity": "sha512-4FgnYYYjWbp54Z9oNzfIvTa5VBmg6/2wz8oYFOLhaPP2sNiaKUIDoO82yjiQg7inFZWmDFCDLi7K8PjDbv+rjA==",
89
+ "shasum": "e792f83283ee1c33ab72bcd329dadc2c18037514",
90
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-opencode/-/extension-opencode-1.0.1.tgz",
91
+ "fileCount": 7,
92
+ "unpackedSize": 80320
93
+ },
94
+ "directories": {},
95
+ "maintainers": [
96
+ {
97
+ "name": "purocean",
98
+ "email": "purocean@outlook.com"
99
+ }
100
+ ],
101
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.0.1/README.md",
102
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.0.1/CHANGELOG.md",
48
103
  "origin": "official"
49
104
  },
50
105
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.348",
3
+ "version": "1.0.356",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",