yank-note-registry 1.0.371 → 1.0.372
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 +57 -8
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -3,9 +3,10 @@
|
|
|
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.
|
|
6
|
+
{ "id": "@yank-note/extension-review", "version": "1.0.1" },
|
|
7
7
|
{ "id": "@yank-note/extension-drawio", "version": "2.6.1" },
|
|
8
8
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
|
|
9
|
+
{ "id": "@yank-note/extension-change-gutter", "version": "1.0.1" },
|
|
9
10
|
{ "id": "@yank-note/extension-graph-view", "version": "1.3.2" },
|
|
10
11
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.10.0" },
|
|
11
12
|
{ "id": "@yank-note/extension-markmap", "version": "1.8.0" },
|
package/index.json
CHANGED
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"name": "@yank-note/extension-review",
|
|
150
|
-
"version": "1.0.
|
|
150
|
+
"version": "1.0.1",
|
|
151
151
|
"displayName": "Review Comments",
|
|
152
152
|
"displayName_ZH-CN": "审阅批注",
|
|
153
153
|
"description": "Select rendered text, leave review comments, and keep the review data readable in Markdown.",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
169
169
|
},
|
|
170
170
|
"main": "./dist/index.js",
|
|
171
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.
|
|
171
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.1/icon.svg",
|
|
172
172
|
"engines": {
|
|
173
173
|
"node": ">=18.20.2",
|
|
174
174
|
"yank-note": ">=3.92.0"
|
|
@@ -180,11 +180,11 @@
|
|
|
180
180
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
181
181
|
},
|
|
182
182
|
"dist": {
|
|
183
|
-
"integrity": "sha512-
|
|
184
|
-
"shasum": "
|
|
185
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-review/-/extension-review-1.0.
|
|
183
|
+
"integrity": "sha512-r9FlQpg/bRFj1V6u8Qu3jWinp+y8M0eLzVoSCX3H5xj0Z/+XGoH0ljehSjJ/zVtqo3jgC1gjJu5CDKUCN3zetw==",
|
|
184
|
+
"shasum": "e6a8f6bcc75bf706b4083b384c6cfcf671577066",
|
|
185
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-review/-/extension-review-1.0.1.tgz",
|
|
186
186
|
"fileCount": 7,
|
|
187
|
-
"unpackedSize":
|
|
187
|
+
"unpackedSize": 76293
|
|
188
188
|
},
|
|
189
189
|
"directories": {},
|
|
190
190
|
"maintainers": [
|
|
@@ -193,8 +193,8 @@
|
|
|
193
193
|
"email": "purocean@outlook.com"
|
|
194
194
|
}
|
|
195
195
|
],
|
|
196
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.
|
|
197
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.
|
|
196
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.1/README.md",
|
|
197
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.1/CHANGELOG.md",
|
|
198
198
|
"origin": "official"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
@@ -289,6 +289,55 @@
|
|
|
289
289
|
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.7.4/CHANGELOG.md",
|
|
290
290
|
"origin": "official"
|
|
291
291
|
},
|
|
292
|
+
{
|
|
293
|
+
"name": "@yank-note/extension-change-gutter",
|
|
294
|
+
"version": "1.0.1",
|
|
295
|
+
"displayName": "Change Gutter",
|
|
296
|
+
"displayName_ZH-CN": "编辑装订线",
|
|
297
|
+
"description": "Show added, modified, and deleted lines in the Monaco editor gutter.",
|
|
298
|
+
"description_ZH-CN": "在 Monaco 编辑器装订线中显示新增、修改和删除的行。",
|
|
299
|
+
"keywords": [
|
|
300
|
+
"editor",
|
|
301
|
+
"git",
|
|
302
|
+
"gutter",
|
|
303
|
+
"diff"
|
|
304
|
+
],
|
|
305
|
+
"author": {
|
|
306
|
+
"name": "Yank Note"
|
|
307
|
+
},
|
|
308
|
+
"license": "AGPL-3.0",
|
|
309
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-change-gutter",
|
|
310
|
+
"repository": {
|
|
311
|
+
"type": "git",
|
|
312
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
313
|
+
},
|
|
314
|
+
"main": "./dist/index.js",
|
|
315
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-change-gutter/1.0.1/icon.svg",
|
|
316
|
+
"engines": {
|
|
317
|
+
"node": ">=18.20.2",
|
|
318
|
+
"yank-note": ">=3.92.0"
|
|
319
|
+
},
|
|
320
|
+
"bugs": {
|
|
321
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
322
|
+
},
|
|
323
|
+
"dist": {
|
|
324
|
+
"integrity": "sha512-TkbtG9J5ariGcjnRJXNZuUmwWku/SIB9YahO+W84aq3cw67IrztxgH2JEqLKmdDk35cRGXUL+56upcT81s8Kdw==",
|
|
325
|
+
"shasum": "8b80f5f8551f42e69751273454fbdff960861dd0",
|
|
326
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-change-gutter/-/extension-change-gutter-1.0.1.tgz",
|
|
327
|
+
"fileCount": 9,
|
|
328
|
+
"unpackedSize": 166443
|
|
329
|
+
},
|
|
330
|
+
"directories": {},
|
|
331
|
+
"maintainers": [
|
|
332
|
+
{
|
|
333
|
+
"name": "purocean",
|
|
334
|
+
"email": "purocean@outlook.com"
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-change-gutter/1.0.1/README.md",
|
|
338
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-change-gutter/1.0.1/CHANGELOG.md",
|
|
339
|
+
"origin": "official"
|
|
340
|
+
},
|
|
292
341
|
{
|
|
293
342
|
"name": "@yank-note/extension-graph-view",
|
|
294
343
|
"version": "1.3.2",
|