yank-note-registry 1.0.374 → 1.0.375

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,7 +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.3" },
6
+ { "id": "@yank-note/extension-review", "version": "1.0.4" },
7
7
  { "id": "@yank-note/extension-drawio", "version": "2.6.1" },
8
8
  { "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
9
9
  { "id": "@yank-note/extension-change-gutter", "version": "1.0.2" },
package/index.json CHANGED
@@ -147,7 +147,7 @@
147
147
  },
148
148
  {
149
149
  "name": "@yank-note/extension-review",
150
- "version": "1.0.3",
150
+ "version": "1.0.4",
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.3/icon.svg",
171
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.4/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-24QKDC1WxOms5BECwnS7cBU6RVcpHFy6gPr0JovSBm7en/4Kgva4lI9BVLsHgJdRI7mVI5DKsS7qAmYiN5ZzmQ==",
184
- "shasum": "971a817a69b62fd016afb42b7dbc9900aab5fdae",
185
- "tarball": "https://registry.npmjs.org/@yank-note/extension-review/-/extension-review-1.0.3.tgz",
183
+ "integrity": "sha512-aBMF/oBEcysqLxFiIljUzCHxX+ej7tLkp6OO2qaT6Na0LVswmEaV0B2wBMLe6639OkDayer6W+6JIIWAJwpFKA==",
184
+ "shasum": "27e8430ef53f31018fc19952417a2c7589e66a5b",
185
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-review/-/extension-review-1.0.4.tgz",
186
186
  "fileCount": 7,
187
- "unpackedSize": 78029
187
+ "unpackedSize": 78579
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.3/README.md",
197
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.3/CHANGELOG.md",
196
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.4/README.md",
197
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-review/1.0.4/CHANGELOG.md",
198
198
  "origin": "official"
199
199
  },
200
200
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.374",
3
+ "version": "1.0.375",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",