yank-note-registry 1.0.369 → 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 +2 -1
- package/index.json +60 -8
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -3,10 +3,11 @@
|
|
|
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" },
|
|
9
|
-
{ "id": "@yank-note/extension-reveal-js", "version": "1.
|
|
10
|
+
{ "id": "@yank-note/extension-reveal-js", "version": "1.10.0" },
|
|
10
11
|
{ "id": "@yank-note/extension-markmap", "version": "1.8.0" },
|
|
11
12
|
{ "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
|
|
12
13
|
{ "id": "@yank-note/extension-repl", "version": "1.4.0" },
|
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",
|
|
@@ -287,7 +339,7 @@
|
|
|
287
339
|
},
|
|
288
340
|
{
|
|
289
341
|
"name": "@yank-note/extension-reveal-js",
|
|
290
|
-
"version": "1.
|
|
342
|
+
"version": "1.10.0",
|
|
291
343
|
"displayName": "Reveal.js",
|
|
292
344
|
"description": "Reveal.js integration",
|
|
293
345
|
"displayName_ZH-CN": "Reveal.js",
|
|
@@ -304,7 +356,7 @@
|
|
|
304
356
|
},
|
|
305
357
|
"main": "./dist/index.js",
|
|
306
358
|
"style": "./dist/style.css",
|
|
307
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.
|
|
359
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.10.0/icon.svg",
|
|
308
360
|
"engines": {
|
|
309
361
|
"node": ">=18.20.2",
|
|
310
362
|
"yank-note": "^3.64.1"
|
|
@@ -316,11 +368,11 @@
|
|
|
316
368
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
317
369
|
},
|
|
318
370
|
"dist": {
|
|
319
|
-
"integrity": "sha512-
|
|
320
|
-
"shasum": "
|
|
321
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-reveal-js/-/extension-reveal-js-1.
|
|
371
|
+
"integrity": "sha512-VBls6awD1xok+eV+t1pfdP/g3WzZ3jVorEh7gpeSh/Zh8bBYZDuZUrHexpgt9wmsbsSMWr720SaREJZJ3BONaA==",
|
|
372
|
+
"shasum": "b9aad753889e7ffc8d8d8890be262b0cf76ba8b0",
|
|
373
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-reveal-js/-/extension-reveal-js-1.10.0.tgz",
|
|
322
374
|
"fileCount": 67,
|
|
323
|
-
"unpackedSize":
|
|
375
|
+
"unpackedSize": 4441099
|
|
324
376
|
},
|
|
325
377
|
"directories": {},
|
|
326
378
|
"maintainers": [
|
|
@@ -329,8 +381,8 @@
|
|
|
329
381
|
"email": "purocean@outlook.com"
|
|
330
382
|
}
|
|
331
383
|
],
|
|
332
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.
|
|
333
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.
|
|
384
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.10.0/README.md",
|
|
385
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.10.0/CHANGELOG.md",
|
|
334
386
|
"origin": "official"
|
|
335
387
|
},
|
|
336
388
|
{
|