yank-note-registry 1.0.342 → 1.0.344
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
|
@@ -17,11 +17,11 @@
|
|
|
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" },
|
|
24
|
-
{ "id": "@yank-note/extension-code-line-highlighting", "version": "1.0.
|
|
24
|
+
{ "id": "@yank-note/extension-code-line-highlighting", "version": "1.0.3" },
|
|
25
25
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.4" },
|
|
26
26
|
{ "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
|
|
27
27
|
{ "id": "@yank-note/extension-editor-themes", "version": "1.2.2" },
|
package/index.json
CHANGED
|
@@ -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
|
{
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
},
|
|
988
988
|
{
|
|
989
989
|
"name": "@yank-note/extension-code-line-highlighting",
|
|
990
|
-
"version": "1.0.
|
|
990
|
+
"version": "1.0.3",
|
|
991
991
|
"displayName": "Code Line Highlighting",
|
|
992
992
|
"displayName_ZH-CN": "代码行高亮",
|
|
993
993
|
"description": "Focus on specific code lines.",
|
|
@@ -1003,23 +1003,23 @@
|
|
|
1003
1003
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
1004
1004
|
},
|
|
1005
1005
|
"main": "./dist/index.js",
|
|
1006
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.
|
|
1006
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.3/icon.svg",
|
|
1007
1007
|
"engines": {
|
|
1008
1008
|
"node": ">=18.20.2",
|
|
1009
1009
|
"yank-note": "^3.66.0"
|
|
1010
1010
|
},
|
|
1011
1011
|
"requirements": {
|
|
1012
|
-
"
|
|
1012
|
+
"premium": true
|
|
1013
1013
|
},
|
|
1014
1014
|
"bugs": {
|
|
1015
1015
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
1016
1016
|
},
|
|
1017
1017
|
"dist": {
|
|
1018
|
-
"integrity": "sha512-
|
|
1019
|
-
"shasum": "
|
|
1020
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-code-line-highlighting/-/extension-code-line-highlighting-1.0.
|
|
1018
|
+
"integrity": "sha512-oSALW978v+Ug2PIJ7p2MhD5QSbMUphggOM3QpCpDTn6zwXhQh2F9Ix0In1p9T6MiNR7AXK1dlHAROjkEPvbVxA==",
|
|
1019
|
+
"shasum": "e74e2eca21ee24d07ed5bb6f1663676f01b46de9",
|
|
1020
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-code-line-highlighting/-/extension-code-line-highlighting-1.0.3.tgz",
|
|
1021
1021
|
"fileCount": 7,
|
|
1022
|
-
"unpackedSize":
|
|
1022
|
+
"unpackedSize": 42994
|
|
1023
1023
|
},
|
|
1024
1024
|
"directories": {},
|
|
1025
1025
|
"maintainers": [
|
|
@@ -1028,8 +1028,8 @@
|
|
|
1028
1028
|
"email": "purocean@outlook.com"
|
|
1029
1029
|
}
|
|
1030
1030
|
],
|
|
1031
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.
|
|
1032
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.
|
|
1031
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.3/README.md",
|
|
1032
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.3/CHANGELOG.md",
|
|
1033
1033
|
"origin": "official"
|
|
1034
1034
|
},
|
|
1035
1035
|
{
|