yank-note-registry 1.0.343 → 1.0.345
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 +2 -2
- package/index.json +18 -18
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{ "id": "@yank-note/extension-mermaid", "version": "1.11.0" },
|
|
5
5
|
{ "id": "@yank-note/extension-drawio", "version": "2.6.1" },
|
|
6
6
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
|
|
7
|
-
{ "id": "@yank-note/extension-graph-view", "version": "1.
|
|
7
|
+
{ "id": "@yank-note/extension-graph-view", "version": "1.3.0" },
|
|
8
8
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.9.0" },
|
|
9
9
|
{ "id": "@yank-note/extension-markmap", "version": "1.8.0" },
|
|
10
10
|
{ "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
|
|
18
18
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
19
19
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
|
|
20
|
-
{ "id": "@yank-note/extension-popup-preview", "version": "1.
|
|
20
|
+
{ "id": "@yank-note/extension-popup-preview", "version": "1.3.0" },
|
|
21
21
|
{ "id": "@yank-note/extension-git-push", "version": "1.4.0" },
|
|
22
22
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.6.0" },
|
|
23
23
|
{ "id": "@yank-note/extension-renumber", "version": "1.0.2" },
|
package/index.json
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"name": "@yank-note/extension-graph-view",
|
|
189
|
-
"version": "1.
|
|
189
|
+
"version": "1.3.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.
|
|
206
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.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-
|
|
219
|
-
"shasum": "
|
|
220
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-graph-view/-/extension-graph-view-1.
|
|
221
|
-
"fileCount":
|
|
222
|
-
"unpackedSize":
|
|
218
|
+
"integrity": "sha512-JdMLKI44l1Iz730UtwPoUCEm66UeNoVukfP/rbnKFAWUFL81D8JGrhylhPjv3l/r4KuY1qUbnVoUMXyyeIAtWg==",
|
|
219
|
+
"shasum": "0f48d69d509e3a8dc98fac4bb0df4be5b59841e6",
|
|
220
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-graph-view/-/extension-graph-view-1.3.0.tgz",
|
|
221
|
+
"fileCount": 8,
|
|
222
|
+
"unpackedSize": 427277
|
|
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.
|
|
232
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.
|
|
231
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.0/README.md",
|
|
232
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.0/CHANGELOG.md",
|
|
233
233
|
"origin": "official"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
},
|
|
799
799
|
{
|
|
800
800
|
"name": "@yank-note/extension-popup-preview",
|
|
801
|
-
"version": "1.
|
|
801
|
+
"version": "1.3.0",
|
|
802
802
|
"displayName": "Popup Preview",
|
|
803
803
|
"description": "Popup preview in a new window",
|
|
804
804
|
"displayName_ZH-CN": "弹出预览",
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
815
815
|
},
|
|
816
816
|
"main": "./dist/index.js",
|
|
817
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.
|
|
817
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.3.0/icon.svg",
|
|
818
818
|
"engines": {
|
|
819
819
|
"node": ">=18.20.2",
|
|
820
820
|
"yank-note": "^3.63.1"
|
|
@@ -826,11 +826,11 @@
|
|
|
826
826
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
827
827
|
},
|
|
828
828
|
"dist": {
|
|
829
|
-
"integrity": "sha512-
|
|
830
|
-
"shasum": "
|
|
831
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.
|
|
832
|
-
"fileCount":
|
|
833
|
-
"unpackedSize":
|
|
829
|
+
"integrity": "sha512-IXrNOrp3iuGfJG32qrIr7TV2nZjIx1HzvTEXm2XTNBMWAtPr1VrzoLBphC3szBxafoxiUqrts51/LUrL50sqQw==",
|
|
830
|
+
"shasum": "693dc6e31ada9e6c5b475f4ba8fa034c093796d9",
|
|
831
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.3.0.tgz",
|
|
832
|
+
"fileCount": 7,
|
|
833
|
+
"unpackedSize": 46572
|
|
834
834
|
},
|
|
835
835
|
"directories": {},
|
|
836
836
|
"maintainers": [
|
|
@@ -839,8 +839,8 @@
|
|
|
839
839
|
"email": "purocean@outlook.com"
|
|
840
840
|
}
|
|
841
841
|
],
|
|
842
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.
|
|
843
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.
|
|
842
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.3.0/README.md",
|
|
843
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.3.0/CHANGELOG.md",
|
|
844
844
|
"origin": "official"
|
|
845
845
|
},
|
|
846
846
|
{
|