yank-note-registry 1.0.377 → 1.0.378

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
@@ -4,7 +4,7 @@
4
4
  { "id": "@yank-note/extension-mermaid", "version": "1.14.0" },
5
5
  { "id": "@yank-note/extension-sidebar-terminal", "version": "1.1.1" },
6
6
  { "id": "@yank-note/extension-review", "version": "1.0.4" },
7
- { "id": "@yank-note/extension-drawio", "version": "2.6.1" },
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
10
  { "id": "@yank-note/extension-graph-view", "version": "1.3.2" },
package/index.json CHANGED
@@ -198,48 +198,48 @@
198
198
  "origin": "official"
199
199
  },
200
200
  {
201
- "name": "@yank-note/extension-drawio",
202
- "version": "2.6.1",
203
- "displayName": "Drawio",
204
- "description": "Drawio integration",
205
- "displayName_ZH-CN": "Drawio",
206
- "description_ZH-CN": "Drawio 图形集成",
207
- "author": {
208
- "name": "Yank Note"
201
+ "bugs": {
202
+ "url": "https://github.com/purocean/yank-note-extension/issues"
209
203
  },
210
- "license": "AGPL-3.0",
211
- "keywords": [],
212
- "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-drawio",
213
- "repository": {
214
- "type": "git",
215
- "url": "git+https://github.com/purocean/yank-note-extension.git"
204
+ "dist": {
205
+ "shasum": "a188256fed56cdf4e3d173df4bf4d6a9d406af55",
206
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-2.7.0.tgz",
207
+ "fileCount": 3419,
208
+ "integrity": "sha512-4VLUG9TbHnHWgUSr6UtilrSdwuBtnfXaAJvXQwCS+1QSnPFpQpF1N2vyuvnU5n2fMx9/7pk2Fnb5Wir20PaOUQ==",
209
+ "unpackedSize": 154173546
216
210
  },
211
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.7.0/icon.svg",
217
212
  "main": "./main/index.js",
213
+ "name": "@yank-note/extension-drawio",
218
214
  "style": "./main/style.css",
219
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.1/icon.svg",
220
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.1/README.md",
221
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.1/CHANGELOG.md",
215
+ "author": {
216
+ "name": "Yank Note"
217
+ },
222
218
  "engines": {
223
219
  "node": ">=18.20.2",
224
220
  "yank-note": "^3.66.0"
225
221
  },
226
- "bugs": {
227
- "url": "https://github.com/purocean/yank-note-extension/issues"
228
- },
229
- "dist": {
230
- "integrity": "sha512-VXum8qMacJrJntcwIMJaQyM3G7gzi0tYMSEKRLsQLAeEzpVcsnflvP1bCIWH4IDZeVmcgV71M/Oi7WqBIflIzQ==",
231
- "shasum": "2cf4edd9589c5666acb57160be834a55f700e311",
232
- "tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-2.6.1.tgz",
233
- "fileCount": 2877,
234
- "unpackedSize": 108483169
222
+ "license": "AGPL-3.0",
223
+ "version": "2.7.0",
224
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-drawio",
225
+ "keywords": [],
226
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.7.0/README.md",
227
+ "repository": {
228
+ "url": "git+https://github.com/purocean/yank-note-extension.git",
229
+ "type": "git"
235
230
  },
231
+ "description": "Drawio integration",
236
232
  "directories": {},
233
+ "displayName": "Drawio",
237
234
  "maintainers": [
238
235
  {
239
236
  "name": "purocean",
240
237
  "email": "purocean@outlook.com"
241
238
  }
242
239
  ],
240
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.7.0/CHANGELOG.md",
241
+ "description_ZH-CN": "Drawio 图形集成",
242
+ "displayName_ZH-CN": "Drawio",
243
243
  "origin": "official"
244
244
  },
245
245
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.377",
3
+ "version": "1.0.378",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",