yank-note-registry 1.0.370 → 1.0.371

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
@@ -3,6 +3,7 @@
3
3
  { "id": "@yank-note/extension-ai-copilot", "version": "1.31.0" },
4
4
  { "id": "@yank-note/extension-mermaid", "version": "1.13.0" },
5
5
  { "id": "@yank-note/extension-sidebar-terminal", "version": "1.1.1" },
6
+ { "id": "@yank-note/extension-review", "version": "1.0.0" },
6
7
  { "id": "@yank-note/extension-drawio", "version": "2.6.1" },
7
8
  { "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
8
9
  { "id": "@yank-note/extension-graph-view", "version": "1.3.2" },
package/index.json CHANGED
@@ -145,6 +145,58 @@
145
145
  "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.1.1/CHANGELOG.md",
146
146
  "origin": "official"
147
147
  },
148
+ {
149
+ "name": "@yank-note/extension-review",
150
+ "version": "1.0.0",
151
+ "displayName": "Review Comments",
152
+ "displayName_ZH-CN": "审阅批注",
153
+ "description": "Select rendered text, leave review comments, and keep the review data readable in Markdown.",
154
+ "description_ZH-CN": "在预览中选择文字并添加批注,以人和 AI 都易读的 Markdown 形式保存。",
155
+ "keywords": [
156
+ "review",
157
+ "comment",
158
+ "annotation",
159
+ "ai"
160
+ ],
161
+ "author": {
162
+ "name": "Yank Note"
163
+ },
164
+ "license": "AGPL-3.0",
165
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-review",
166
+ "repository": {
167
+ "type": "git",
168
+ "url": "git+https://github.com/purocean/yank-note-extension.git"
169
+ },
170
+ "main": "./dist/index.js",
171
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.0/icon.svg",
172
+ "engines": {
173
+ "node": ">=18.20.2",
174
+ "yank-note": ">=3.92.0"
175
+ },
176
+ "requirements": {
177
+ "premium": true
178
+ },
179
+ "bugs": {
180
+ "url": "https://github.com/purocean/yank-note-extension/issues"
181
+ },
182
+ "dist": {
183
+ "integrity": "sha512-7Aj4PVK44SgS441JVTTzWJQ6Ga6tmnYjdxIA9qICQUz/cD8NK1/LNO8QNFBsIlKRfIxk4Gnyg1sVzFEZYdQvGg==",
184
+ "shasum": "fa7777d168502076b86d0f7f6cefc589d786ed58",
185
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-review/-/extension-review-1.0.0.tgz",
186
+ "fileCount": 7,
187
+ "unpackedSize": 76075
188
+ },
189
+ "directories": {},
190
+ "maintainers": [
191
+ {
192
+ "name": "purocean",
193
+ "email": "purocean@outlook.com"
194
+ }
195
+ ],
196
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.0/README.md",
197
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.0/CHANGELOG.md",
198
+ "origin": "official"
199
+ },
148
200
  {
149
201
  "name": "@yank-note/extension-drawio",
150
202
  "version": "2.6.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.370",
3
+ "version": "1.0.371",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",