yank-note-registry 1.0.310 → 1.0.312

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.9.0" },
5
5
  { "id": "@yank-note/extension-drawio", "version": "2.5.0" },
6
6
  { "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
7
- { "id": "@yank-note/extension-graph-view", "version": "1.1.0" },
7
+ { "id": "@yank-note/extension-graph-view", "version": "1.2.0" },
8
8
  { "id": "@yank-note/extension-reveal-js", "version": "1.9.0" },
9
9
  { "id": "@yank-note/extension-markmap", "version": "1.7.1" },
10
10
  { "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
package/index.json CHANGED
@@ -186,7 +186,7 @@
186
186
  },
187
187
  {
188
188
  "name": "@yank-note/extension-graph-view",
189
- "version": "1.1.0",
189
+ "version": "1.2.0",
190
190
  "displayName": "Graph View",
191
191
  "description": "Display the repository relationship graph",
192
192
  "displayName_ZH-CN": "Graph View",
@@ -203,7 +203,7 @@
203
203
  },
204
204
  "main": "./dist/index.js",
205
205
  "style": "./dist/style.css",
206
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.1.0/icon.svg",
206
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.2.0/icon.svg",
207
207
  "engines": {
208
208
  "node": ">=18.20.2",
209
209
  "yank-note": "^3.78.0"
@@ -215,11 +215,11 @@
215
215
  "url": "https://github.com/purocean/yank-note-extension/issues"
216
216
  },
217
217
  "dist": {
218
- "integrity": "sha512-XAJpC3CdZLfOqfslHFQGSpGDjhGZofagW6yc9bey5053oZ3FQxscNv7xVJmRlfZOG1mZ4XCJOim54a05E4Z6cg==",
219
- "shasum": "e67796b5f43b01213ff5f28dcefb9aac400ab922",
220
- "tarball": "https://registry.npmjs.org/@yank-note/extension-graph-view/-/extension-graph-view-1.1.0.tgz",
218
+ "integrity": "sha512-7av+Tx0kl77sBCIj5/36S9bZeu7Oi5lsLqPzby+kXQu66YFYB9DGx4fKNO2GcPDM7xD3wVt9Ok7+0411F+6Crw==",
219
+ "shasum": "54d2357a3baa5a34dd907631bf35636577d73abe",
220
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-graph-view/-/extension-graph-view-1.2.0.tgz",
221
221
  "fileCount": 7,
222
- "unpackedSize": 227951
222
+ "unpackedSize": 233746
223
223
  },
224
224
  "directories": {},
225
225
  "maintainers": [
@@ -228,8 +228,8 @@
228
228
  "email": "purocean@outlook.com"
229
229
  }
230
230
  ],
231
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.1.0/README.md",
232
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.1.0/CHANGELOG.md",
231
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.2.0/README.md",
232
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.2.0/CHANGELOG.md",
233
233
  "origin": "official"
234
234
  },
235
235
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.310",
3
+ "version": "1.0.312",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",