yank-note-registry 1.0.362 → 1.0.366

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,8 +1,8 @@
1
1
  {
2
2
  "official": [
3
3
  { "id": "@yank-note/extension-ai-copilot", "version": "1.31.0" },
4
- { "id": "@yank-note/extension-opencode", "version": "1.2.3" },
5
- { "id": "@yank-note/extension-mermaid", "version": "1.12.0" },
4
+ { "id": "@yank-note/extension-mermaid", "version": "1.13.0" },
5
+ { "id": "@yank-note/extension-sidebar-terminal", "version": "1.0.0" },
6
6
  { "id": "@yank-note/extension-drawio", "version": "2.6.1" },
7
7
  { "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
8
8
  { "id": "@yank-note/extension-graph-view", "version": "1.3.2" },
@@ -20,12 +20,13 @@
20
20
  { "id": "@yank-note/extension-echarts", "version": "1.5.2" },
21
21
  { "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
22
22
  { "id": "@yank-note/extension-popup-preview", "version": "1.3.0" },
23
- { "id": "@yank-note/extension-git-push", "version": "1.4.0" },
23
+ { "id": "@yank-note/extension-git-push", "version": "1.5.0" },
24
24
  { "id": "@yank-note/extension-sublime-merge", "version": "1.6.0" },
25
25
  { "id": "@yank-note/extension-renumber", "version": "1.0.2" },
26
26
  { "id": "@yank-note/extension-code-line-highlighting", "version": "1.0.3" },
27
27
  { "id": "@yank-note/extension-luckysheet", "version": "1.1.4" },
28
28
  { "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
29
+ { "id": "@yank-note/extension-opencode", "version": "1.2.4" },
29
30
  { "id": "@yank-note/extension-editor-themes", "version": "1.2.2" },
30
31
  { "id": "@yank-note/extension-nes-emulator", "version": "1.2.0" }
31
32
  ],
package/index.json CHANGED
@@ -48,48 +48,38 @@
48
48
  "origin": "official"
49
49
  },
50
50
  {
51
- "name": "@yank-note/extension-opencode",
52
- "version": "1.2.3",
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
- ],
51
+ "name": "@yank-note/extension-mermaid",
52
+ "version": "1.13.0",
53
+ "displayName": "Mermaid",
54
+ "description": "Mermaid integration",
55
+ "displayName_ZH-CN": "Mermaid",
56
+ "description_ZH-CN": "Mermaid 图形集成",
57
+ "keywords": [],
64
58
  "author": {
65
59
  "name": "Yank Note"
66
60
  },
67
61
  "license": "AGPL-3.0",
68
- "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-opencode",
62
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-mermaid",
69
63
  "repository": {
70
64
  "type": "git",
71
65
  "url": "git+https://github.com/purocean/yank-note-extension.git"
72
66
  },
73
67
  "main": "./dist/index.js",
74
68
  "style": "./dist/style.css",
75
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.3/icon.svg",
69
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.13.0/icon.png",
76
70
  "engines": {
77
71
  "node": ">=18.20.2",
78
- "yank-note": "^3.87.0"
79
- },
80
- "requirements": {
81
- "premium": true,
82
- "terminal": true
72
+ "yank-note": "^3.41.0"
83
73
  },
84
74
  "bugs": {
85
75
  "url": "https://github.com/purocean/yank-note-extension/issues"
86
76
  },
87
77
  "dist": {
88
- "integrity": "sha512-h0aO2KlvM/2k1dJZr9R02Y9zQmWs5kyOBVribAW3+tNynbCN231shruKBJ4Tf+ZBfud8K+WpXxqQ+/4zD+v90A==",
89
- "shasum": "d8e011ca99949ebbffe04fc370dbe41747c6f203",
90
- "tarball": "https://registry.npmjs.org/@yank-note/extension-opencode/-/extension-opencode-1.2.3.tgz",
78
+ "integrity": "sha512-pXf3gpzJjU9+TIg2stbzxb9Vtwu2Avy2/MwvAh8/w74Gmy18QRWyVVW5GitOHo8q/QqmWBsxe4VwqJsQuU87iQ==",
79
+ "shasum": "dc5f248380e6b28064a5a8271064f02bde7b2de1",
80
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.13.0.tgz",
91
81
  "fileCount": 8,
92
- "unpackedSize": 135450
82
+ "unpackedSize": 4818882
93
83
  },
94
84
  "directories": {},
95
85
  "maintainers": [
@@ -98,43 +88,51 @@
98
88
  "email": "purocean@outlook.com"
99
89
  }
100
90
  ],
101
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.3/README.md",
102
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.3/CHANGELOG.md",
91
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.13.0/README.md",
92
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.13.0/CHANGELOG.md",
103
93
  "origin": "official"
104
94
  },
105
95
  {
106
- "name": "@yank-note/extension-mermaid",
107
- "version": "1.12.0",
108
- "displayName": "Mermaid",
109
- "description": "Mermaid integration",
110
- "displayName_ZH-CN": "Mermaid",
111
- "description_ZH-CN": "Mermaid 图形集成",
112
- "keywords": [],
96
+ "name": "@yank-note/extension-sidebar-terminal",
97
+ "version": "1.0.0",
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
+ ],
113
108
  "author": {
114
109
  "name": "Yank Note"
115
110
  },
116
111
  "license": "AGPL-3.0",
117
- "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-mermaid",
112
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-sidebar-terminal",
118
113
  "repository": {
119
114
  "type": "git",
120
115
  "url": "git+https://github.com/purocean/yank-note-extension.git"
121
116
  },
122
117
  "main": "./dist/index.js",
123
118
  "style": "./dist/style.css",
124
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.12.0/icon.png",
119
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.0.0/icon.svg",
125
120
  "engines": {
126
121
  "node": ">=18.20.2",
127
- "yank-note": "^3.41.0"
122
+ "yank-note": "^3.87.0"
123
+ },
124
+ "requirements": {
125
+ "terminal": true
128
126
  },
129
127
  "bugs": {
130
128
  "url": "https://github.com/purocean/yank-note-extension/issues"
131
129
  },
132
130
  "dist": {
133
- "integrity": "sha512-hAv886TszHq0uuqFGoZoUTsKxT5+lpUhZFJdjrOsrJK5iLmYF0xrl/NshQCLR0HUs9M8tGhmtavb/uZ/9DCQnQ==",
134
- "shasum": "600a881e55197a09b2da0d85142e7b1686eb9037",
135
- "tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.12.0.tgz",
136
- "fileCount": 8,
137
- "unpackedSize": 4405406
131
+ "integrity": "sha512-cjjeh5KeRncBWXi4kP3DkVF58YSNke7ohZ83jYScDrH1WRprkO8feELXPScLyxpgRV8kPKgWjLWSG5k3g0NMzg==",
132
+ "shasum": "7e353642470a62a09b028e80310e78c94117d95c",
133
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-sidebar-terminal/-/extension-sidebar-terminal-1.0.0.tgz",
134
+ "fileCount": 7,
135
+ "unpackedSize": 74440
138
136
  },
139
137
  "directories": {},
140
138
  "maintainers": [
@@ -143,8 +141,8 @@
143
141
  "email": "purocean@outlook.com"
144
142
  }
145
143
  ],
146
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.12.0/README.md",
147
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.12.0/CHANGELOG.md",
144
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.0.0/README.md",
145
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.0.0/CHANGELOG.md",
148
146
  "origin": "official"
149
147
  },
150
148
  {
@@ -947,7 +945,7 @@
947
945
  },
948
946
  {
949
947
  "name": "@yank-note/extension-git-push",
950
- "version": "1.4.0",
948
+ "version": "1.5.0",
951
949
  "displayName": "Git Push",
952
950
  "displayName_ZH-CN": "Git 推送",
953
951
  "description": "Run Git commit and push to remote repository. Note: This plugin is not available for Mac App Store downloaded Yank Note.",
@@ -963,9 +961,9 @@
963
961
  "url": "git+https://github.com/purocean/yank-note-extension.git"
964
962
  },
965
963
  "main": "./dist/index.js",
966
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.4.0/icon.png",
964
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.5.0/icon.png",
967
965
  "engines": {
968
- "node": ">=14.6.0",
966
+ "node": ">=18.20.2",
969
967
  "yank-note": "^3.66.0"
970
968
  },
971
969
  "requirements": {
@@ -975,11 +973,11 @@
975
973
  "url": "https://github.com/purocean/yank-note-extension/issues"
976
974
  },
977
975
  "dist": {
978
- "integrity": "sha512-rpWPkU+WgTqav2503CUmVXn1B3AKWssvkT6CXRQYYpmA+qbyWdVeqJ2qRkc0J/2Rn7PFsdC5XuOiLbso44CXsg==",
979
- "shasum": "bcfc7f355e5116077b50abd01fd70b8de2c79c85",
980
- "tarball": "https://registry.npmjs.org/@yank-note/extension-git-push/-/extension-git-push-1.4.0.tgz",
976
+ "integrity": "sha512-Q+VWpqvB019fOev6EoW0eBnACu3gwFQMdZfzDlqK8CvBgGloKDy/oSHuJCHOm6/Z5AjoZ0A4hBE5S88e2KIX9g==",
977
+ "shasum": "aa246f441930b97e76fbd6037f5f1b90e97b0879",
978
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-git-push/-/extension-git-push-1.5.0.tgz",
981
979
  "fileCount": 6,
982
- "unpackedSize": 63249
980
+ "unpackedSize": 64529
983
981
  },
984
982
  "directories": {},
985
983
  "maintainers": [
@@ -988,8 +986,8 @@
988
986
  "email": "purocean@outlook.com"
989
987
  }
990
988
  ],
991
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.4.0/README.md",
992
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.4.0/CHANGELOG.md",
989
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.5.0/README.md",
990
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.5.0/CHANGELOG.md",
993
991
  "origin": "official"
994
992
  },
995
993
  {
@@ -1227,6 +1225,61 @@
1227
1225
  "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-milkdown/1.2.2/CHANGELOG.md",
1228
1226
  "origin": "official"
1229
1227
  },
1228
+ {
1229
+ "name": "@yank-note/extension-opencode",
1230
+ "version": "1.2.4",
1231
+ "displayName": "OpenCode",
1232
+ "description": "AI document assistant powered by OpenCode",
1233
+ "displayName_ZH-CN": "OpenCode",
1234
+ "description_ZH-CN": "AI 文档助手,基于 OpenCode 构建",
1235
+ "keywords": [
1236
+ "opencode",
1237
+ "ai",
1238
+ "coding",
1239
+ "agent",
1240
+ "terminal"
1241
+ ],
1242
+ "author": {
1243
+ "name": "Yank Note"
1244
+ },
1245
+ "license": "AGPL-3.0",
1246
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-opencode",
1247
+ "repository": {
1248
+ "type": "git",
1249
+ "url": "git+https://github.com/purocean/yank-note-extension.git"
1250
+ },
1251
+ "main": "./dist/index.js",
1252
+ "style": "./dist/style.css",
1253
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.4/icon.svg",
1254
+ "engines": {
1255
+ "node": ">=18.20.2",
1256
+ "yank-note": "^3.87.0"
1257
+ },
1258
+ "requirements": {
1259
+ "premium": true,
1260
+ "terminal": true
1261
+ },
1262
+ "bugs": {
1263
+ "url": "https://github.com/purocean/yank-note-extension/issues"
1264
+ },
1265
+ "dist": {
1266
+ "integrity": "sha512-a3Cu/v1iQKQDuH0RKLbL1Kp5IH1rvEYarFbvKsIbWWgGrjuhOoXzbp/lvn0GzcdDNRkryOIspMcdw7CHJe86IA==",
1267
+ "shasum": "15808280bc0fa3f096e8d96e5543357474fed181",
1268
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-opencode/-/extension-opencode-1.2.4.tgz",
1269
+ "fileCount": 7,
1270
+ "unpackedSize": 91617
1271
+ },
1272
+ "directories": {},
1273
+ "maintainers": [
1274
+ {
1275
+ "name": "purocean",
1276
+ "email": "purocean@outlook.com"
1277
+ }
1278
+ ],
1279
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.4/README.md",
1280
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.2.4/CHANGELOG.md",
1281
+ "origin": "official"
1282
+ },
1230
1283
  {
1231
1284
  "name": "@yank-note/extension-editor-themes",
1232
1285
  "version": "1.2.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.362",
3
+ "version": "1.0.366",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",