yank-note-registry 1.0.378 → 1.0.380

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
@@ -2,12 +2,12 @@
2
2
  "official": [
3
3
  { "id": "@yank-note/extension-ai-copilot", "version": "1.31.0" },
4
4
  { "id": "@yank-note/extension-mermaid", "version": "1.14.0" },
5
- { "id": "@yank-note/extension-sidebar-terminal", "version": "1.1.1" },
5
+ { "id": "@yank-note/extension-sidebar-terminal", "version": "1.2.1" },
6
6
  { "id": "@yank-note/extension-review", "version": "1.0.4" },
7
7
  { "id": "@yank-note/extension-drawio", "version": "2.7.0" },
8
8
  { "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
9
9
  { "id": "@yank-note/extension-change-gutter", "version": "1.0.2" },
10
- { "id": "@yank-note/extension-graph-view", "version": "1.3.2" },
10
+ { "id": "@yank-note/extension-graph-view", "version": "1.3.3" },
11
11
  { "id": "@yank-note/extension-reveal-js", "version": "1.10.0" },
12
12
  { "id": "@yank-note/extension-markmap", "version": "1.8.0" },
13
13
  { "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
@@ -28,7 +28,7 @@
28
28
  { "id": "@yank-note/extension-code-line-highlighting", "version": "1.0.3" },
29
29
  { "id": "@yank-note/extension-luckysheet", "version": "1.1.4" },
30
30
  { "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
31
- { "id": "@yank-note/extension-opencode", "version": "1.2.4" },
31
+ { "id": "@yank-note/extension-opencode", "version": "1.2.5" },
32
32
  { "id": "@yank-note/extension-editor-themes", "version": "1.2.2" },
33
33
  { "id": "@yank-note/extension-nes-emulator", "version": "1.2.0" }
34
34
  ],
package/index.json CHANGED
@@ -93,56 +93,56 @@
93
93
  "origin": "official"
94
94
  },
95
95
  {
96
- "name": "@yank-note/extension-sidebar-terminal",
97
- "version": "1.1.1",
98
- "displayName": "Sidebar Terminal",
99
- "description": "Run shell commands in a dedicated sidebar terminal",
100
- "displayName_ZH-CN": "侧栏终端",
101
- "description_ZH-CN": "在独立侧栏终端中运行 Shell 命令",
102
- "keywords": [
103
- "terminal",
104
- "shell",
105
- "command",
106
- "sidebar"
107
- ],
108
- "author": {
109
- "name": "Yank Note"
96
+ "bugs": {
97
+ "url": "https://github.com/purocean/yank-note-extension/issues"
110
98
  },
111
- "license": "AGPL-3.0",
112
- "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-sidebar-terminal",
113
- "repository": {
114
- "type": "git",
115
- "url": "git+https://github.com/purocean/yank-note-extension.git"
99
+ "dist": {
100
+ "shasum": "21ce4644f223c715bcaff7742ec16f95048b06a0",
101
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-sidebar-terminal/-/extension-sidebar-terminal-1.2.1.tgz",
102
+ "fileCount": 7,
103
+ "integrity": "sha512-MUMRK6nnfIrsSyJxI+DFmHhYW1C+4qHWYP7Skeym9DcoLM+ycLZZx71J7aPYGnD9rRfrqSXP/rtSQyYvlWZFZA==",
104
+ "unpackedSize": 84473
116
105
  },
106
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.2.1/icon.svg",
117
107
  "main": "./dist/index.js",
108
+ "name": "@yank-note/extension-sidebar-terminal",
118
109
  "style": "./dist/style.css",
119
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.1.1/icon.svg",
110
+ "author": {
111
+ "name": "Yank Note"
112
+ },
120
113
  "engines": {
121
114
  "node": ">=18.20.2",
122
115
  "yank-note": "^3.87.0"
123
116
  },
124
- "requirements": {
125
- "terminal": true
126
- },
127
- "bugs": {
128
- "url": "https://github.com/purocean/yank-note-extension/issues"
129
- },
130
- "dist": {
131
- "integrity": "sha512-IMpJN9hO6BM930UaDfyCiUPH+y+8UcZ4QqVeKkN5v81clZpuFkPCGHqUVCVcoDJON1ESgZZxZ0ynqCG8XwOEDQ==",
132
- "shasum": "f7469b072de2e132e5f561e4ccc4c2d60574d9bd",
133
- "tarball": "https://registry.npmjs.org/@yank-note/extension-sidebar-terminal/-/extension-sidebar-terminal-1.1.1.tgz",
134
- "fileCount": 7,
135
- "unpackedSize": 81790
117
+ "license": "AGPL-3.0",
118
+ "version": "1.2.1",
119
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-sidebar-terminal",
120
+ "keywords": [
121
+ "terminal",
122
+ "shell",
123
+ "command",
124
+ "sidebar"
125
+ ],
126
+ "repository": {
127
+ "url": "git+https://github.com/purocean/yank-note-extension.git",
128
+ "type": "git"
136
129
  },
130
+ "description": "Run shell commands in a dedicated sidebar terminal",
137
131
  "directories": {},
132
+ "displayName": "Sidebar Terminal",
138
133
  "maintainers": [
139
134
  {
140
135
  "name": "purocean",
141
136
  "email": "purocean@outlook.com"
142
137
  }
143
138
  ],
144
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.1.1/README.md",
145
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.1.1/CHANGELOG.md",
139
+ "requirements": {
140
+ "terminal": true
141
+ },
142
+ "description_ZH-CN": "在独立侧栏终端中运行 Shell 命令",
143
+ "displayName_ZH-CN": "侧栏终端",
144
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.2.1/README.md",
145
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.2.1/CHANGELOG.md",
146
146
  "origin": "official"
147
147
  },
148
148
  {
@@ -339,51 +339,51 @@
339
339
  "origin": "official"
340
340
  },
341
341
  {
342
- "name": "@yank-note/extension-graph-view",
343
- "version": "1.3.2",
344
- "displayName": "Graph View",
345
- "description": "Display the repository relationship graph",
346
- "displayName_ZH-CN": "Graph View",
347
- "description_ZH-CN": "显示仓库关系图谱",
348
- "keywords": [],
349
- "author": {
350
- "name": "Yank Note"
342
+ "bugs": {
343
+ "url": "https://github.com/purocean/yank-note-extension/issues"
351
344
  },
352
- "license": "AGPL-3.0",
353
- "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-graph-view",
354
- "repository": {
355
- "type": "git",
356
- "url": "git+https://github.com/purocean/yank-note-extension.git"
345
+ "dist": {
346
+ "shasum": "0b5959ed4112a19e718d14ca5458295758326a75",
347
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-graph-view/-/extension-graph-view-1.3.3.tgz",
348
+ "fileCount": 7,
349
+ "integrity": "sha512-aEvB0JBpWNsarbAtLiFjOG7y/vIt5V3t4EwYV/iIUYBbZr4q5uHM6/7bKkSdF+5qkBTM1rt6VK/cTlHJWmmGdA==",
350
+ "unpackedSize": 235362
357
351
  },
352
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.3/icon.svg",
358
353
  "main": "./dist/index.js",
354
+ "name": "@yank-note/extension-graph-view",
359
355
  "style": "./dist/style.css",
360
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.2/icon.svg",
356
+ "author": {
357
+ "name": "Yank Note"
358
+ },
361
359
  "engines": {
362
360
  "node": ">=18.20.2",
363
361
  "yank-note": "^3.78.0"
364
362
  },
365
- "requirements": {
366
- "premium": true
367
- },
368
- "bugs": {
369
- "url": "https://github.com/purocean/yank-note-extension/issues"
370
- },
371
- "dist": {
372
- "integrity": "sha512-txO7Ls3DG3euM36ksvf75JJlNki9TSRHUVmcSWJ60S4WACHWxxr46jovxfwtwcOHjE8u01GT/1Oem6IaKhNbgw==",
373
- "shasum": "bb7d8375d95279303980de6102f399d9f2c61042",
374
- "tarball": "https://registry.npmjs.org/@yank-note/extension-graph-view/-/extension-graph-view-1.3.2.tgz",
375
- "fileCount": 8,
376
- "unpackedSize": 428073
363
+ "license": "AGPL-3.0",
364
+ "version": "1.3.3",
365
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-graph-view",
366
+ "keywords": [],
367
+ "repository": {
368
+ "url": "git+https://github.com/purocean/yank-note-extension.git",
369
+ "type": "git"
377
370
  },
371
+ "description": "Display the repository relationship graph",
378
372
  "directories": {},
373
+ "displayName": "Graph View",
379
374
  "maintainers": [
380
375
  {
381
376
  "name": "purocean",
382
377
  "email": "purocean@outlook.com"
383
378
  }
384
379
  ],
385
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.2/README.md",
386
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.2/CHANGELOG.md",
380
+ "requirements": {
381
+ "premium": true
382
+ },
383
+ "description_ZH-CN": "显示仓库关系图谱",
384
+ "displayName_ZH-CN": "Graph View",
385
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.3/README.md",
386
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.3/CHANGELOG.md",
387
387
  "origin": "official"
388
388
  },
389
389
  {
@@ -1327,12 +1327,30 @@
1327
1327
  "origin": "official"
1328
1328
  },
1329
1329
  {
1330
+ "bugs": {
1331
+ "url": "https://github.com/purocean/yank-note-extension/issues"
1332
+ },
1333
+ "dist": {
1334
+ "shasum": "3151bf2cc021b99cf7e22e010baf080cef791720",
1335
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-opencode/-/extension-opencode-1.2.5.tgz",
1336
+ "fileCount": 7,
1337
+ "integrity": "sha512-Zs3Pjn1Yr/qZgcpcAzykICa5tFCV36COv62X0RbcL8Tk/M0zRdBtHTQkhOnalUIcOvLEmKRR82LH7t6okDjBRA==",
1338
+ "unpackedSize": 91988
1339
+ },
1340
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.5/icon.svg",
1341
+ "main": "./dist/index.js",
1330
1342
  "name": "@yank-note/extension-opencode",
1331
- "version": "1.2.4",
1332
- "displayName": "OpenCode",
1333
- "description": "AI document assistant powered by OpenCode",
1334
- "displayName_ZH-CN": "OpenCode",
1335
- "description_ZH-CN": "AI 文档助手,基于 OpenCode 构建",
1343
+ "style": "./dist/style.css",
1344
+ "author": {
1345
+ "name": "Yank Note"
1346
+ },
1347
+ "engines": {
1348
+ "node": ">=18.20.2",
1349
+ "yank-note": "^3.87.0"
1350
+ },
1351
+ "license": "AGPL-3.0",
1352
+ "version": "1.2.5",
1353
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-opencode",
1336
1354
  "keywords": [
1337
1355
  "opencode",
1338
1356
  "ai",
@@ -1340,45 +1358,27 @@
1340
1358
  "agent",
1341
1359
  "terminal"
1342
1360
  ],
1343
- "author": {
1344
- "name": "Yank Note"
1345
- },
1346
- "license": "AGPL-3.0",
1347
- "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-opencode",
1348
1361
  "repository": {
1349
- "type": "git",
1350
- "url": "git+https://github.com/purocean/yank-note-extension.git"
1351
- },
1352
- "main": "./dist/index.js",
1353
- "style": "./dist/style.css",
1354
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.4/icon.svg",
1355
- "engines": {
1356
- "node": ">=18.20.2",
1357
- "yank-note": "^3.87.0"
1358
- },
1359
- "requirements": {
1360
- "premium": true,
1361
- "terminal": true
1362
- },
1363
- "bugs": {
1364
- "url": "https://github.com/purocean/yank-note-extension/issues"
1365
- },
1366
- "dist": {
1367
- "integrity": "sha512-a3Cu/v1iQKQDuH0RKLbL1Kp5IH1rvEYarFbvKsIbWWgGrjuhOoXzbp/lvn0GzcdDNRkryOIspMcdw7CHJe86IA==",
1368
- "shasum": "15808280bc0fa3f096e8d96e5543357474fed181",
1369
- "tarball": "https://registry.npmjs.org/@yank-note/extension-opencode/-/extension-opencode-1.2.4.tgz",
1370
- "fileCount": 7,
1371
- "unpackedSize": 91617
1362
+ "url": "git+https://github.com/purocean/yank-note-extension.git",
1363
+ "type": "git"
1372
1364
  },
1365
+ "description": "AI document assistant powered by OpenCode",
1373
1366
  "directories": {},
1367
+ "displayName": "OpenCode",
1374
1368
  "maintainers": [
1375
1369
  {
1376
1370
  "name": "purocean",
1377
1371
  "email": "purocean@outlook.com"
1378
1372
  }
1379
1373
  ],
1380
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.4/README.md",
1381
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.4/CHANGELOG.md",
1374
+ "requirements": {
1375
+ "premium": true,
1376
+ "terminal": true
1377
+ },
1378
+ "description_ZH-CN": "AI 文档助手,基于 OpenCode 构建",
1379
+ "displayName_ZH-CN": "OpenCode",
1380
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.5/README.md",
1381
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.5/CHANGELOG.md",
1382
1382
  "origin": "official"
1383
1383
  },
1384
1384
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.378",
3
+ "version": "1.0.380",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",