yank-note-registry 1.0.338 → 1.0.340
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 -1
- package/index.json +56 -9
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
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.0" },
|
|
24
25
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.4" },
|
|
25
26
|
{ "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
|
|
26
27
|
{ "id": "@yank-note/extension-editor-themes", "version": "1.2.2" },
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
{ "id": "yank-note-extension-docsify", "version": "0.0.3" },
|
|
36
37
|
{ "id": "yank-note-extension-math", "version": "0.3.3" },
|
|
37
38
|
{ "id": "yank-note-extension-background", "version": "1.0.3" },
|
|
38
|
-
{ "id": "yank-note-extension-word-statistic", "version": "0.0.
|
|
39
|
+
{ "id": "yank-note-extension-word-statistic", "version": "0.0.5" },
|
|
39
40
|
{ "id": "yank-note-extension-directory-tree", "version": "0.0.2" }
|
|
40
41
|
]
|
|
41
42
|
}
|
package/index.json
CHANGED
|
@@ -985,6 +985,53 @@
|
|
|
985
985
|
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.2/CHANGELOG.md",
|
|
986
986
|
"origin": "official"
|
|
987
987
|
},
|
|
988
|
+
{
|
|
989
|
+
"name": "@yank-note/extension-code-line-highlighting",
|
|
990
|
+
"version": "1.0.0",
|
|
991
|
+
"displayName": "Code Line Highlighting",
|
|
992
|
+
"displayName_ZH-CN": "代码行高亮",
|
|
993
|
+
"description": "Focus on specific code lines.",
|
|
994
|
+
"description_ZH-CN": "聚焦特定的代码行。",
|
|
995
|
+
"keywords": [],
|
|
996
|
+
"author": {
|
|
997
|
+
"name": "Yank Note"
|
|
998
|
+
},
|
|
999
|
+
"license": "AGPL-3.0",
|
|
1000
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-code-line-highlighting",
|
|
1001
|
+
"repository": {
|
|
1002
|
+
"type": "git",
|
|
1003
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
1004
|
+
},
|
|
1005
|
+
"main": "./dist/index.js",
|
|
1006
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.0/icon.svg",
|
|
1007
|
+
"engines": {
|
|
1008
|
+
"node": ">=18.20.2",
|
|
1009
|
+
"yank-note": "^3.66.0"
|
|
1010
|
+
},
|
|
1011
|
+
"requirements": {
|
|
1012
|
+
"terminal": true
|
|
1013
|
+
},
|
|
1014
|
+
"bugs": {
|
|
1015
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
1016
|
+
},
|
|
1017
|
+
"dist": {
|
|
1018
|
+
"integrity": "sha512-kXac/RtKqNzWli/pRPZnt5bdPJPz4WjYJwdl3oS5NVtf3adVmGi0zzYF+oVdAfT/NjC5A23Y5yTqjmY65lwOTg==",
|
|
1019
|
+
"shasum": "3ca7277e5fe7d9ccba656e0b8ae4334455da7caf",
|
|
1020
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-code-line-highlighting/-/extension-code-line-highlighting-1.0.0.tgz",
|
|
1021
|
+
"fileCount": 7,
|
|
1022
|
+
"unpackedSize": 42363
|
|
1023
|
+
},
|
|
1024
|
+
"directories": {},
|
|
1025
|
+
"maintainers": [
|
|
1026
|
+
{
|
|
1027
|
+
"name": "purocean",
|
|
1028
|
+
"email": "purocean@outlook.com"
|
|
1029
|
+
}
|
|
1030
|
+
],
|
|
1031
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.0/README.md",
|
|
1032
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.0/CHANGELOG.md",
|
|
1033
|
+
"origin": "official"
|
|
1034
|
+
},
|
|
988
1035
|
{
|
|
989
1036
|
"name": "@yank-note/extension-luckysheet",
|
|
990
1037
|
"version": "1.1.4",
|
|
@@ -1537,7 +1584,7 @@
|
|
|
1537
1584
|
},
|
|
1538
1585
|
{
|
|
1539
1586
|
"name": "yank-note-extension-word-statistic",
|
|
1540
|
-
"version": "0.0.
|
|
1587
|
+
"version": "0.0.5",
|
|
1541
1588
|
"displayName": "word statistic",
|
|
1542
1589
|
"description": "A plugin for counting the number of Chinese characters, punctuation marks, etc.",
|
|
1543
1590
|
"displayName_ZH-CN": "字数统计",
|
|
@@ -1551,18 +1598,18 @@
|
|
|
1551
1598
|
"homepage": "https://github.com/papudding/yank-note-extension-word-statistic",
|
|
1552
1599
|
"main": "./dist/index.js",
|
|
1553
1600
|
"style": "./dist/style.css",
|
|
1554
|
-
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.
|
|
1601
|
+
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.5/icon.png",
|
|
1555
1602
|
"engines": {
|
|
1556
1603
|
"node": ">=18.20.2",
|
|
1557
1604
|
"yank-note": ">=3.82.1"
|
|
1558
1605
|
},
|
|
1559
|
-
"gitHead": "
|
|
1606
|
+
"gitHead": "57257e93e3790414a4f5ed773fc68ff7385418b4",
|
|
1560
1607
|
"dist": {
|
|
1561
|
-
"integrity": "sha512-
|
|
1562
|
-
"shasum": "
|
|
1563
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-word-statistic/-/yank-note-extension-word-statistic-0.0.
|
|
1608
|
+
"integrity": "sha512-wxaSiMl0mdA3RYpVlJ/+hEFn8JjewX47hugzF+23ujwaPfTEtr96oZcsXosECDD22ta2MGzfRGMGJqTMSDH2nw==",
|
|
1609
|
+
"shasum": "3093d2a322e3797600dfaf0481571ebe5d80bab6",
|
|
1610
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-word-statistic/-/yank-note-extension-word-statistic-0.0.5.tgz",
|
|
1564
1611
|
"fileCount": 7,
|
|
1565
|
-
"unpackedSize":
|
|
1612
|
+
"unpackedSize": 4037020
|
|
1566
1613
|
},
|
|
1567
1614
|
"directories": {},
|
|
1568
1615
|
"maintainers": [
|
|
@@ -1571,8 +1618,8 @@
|
|
|
1571
1618
|
"email": "taotaomp@outlook.com"
|
|
1572
1619
|
}
|
|
1573
1620
|
],
|
|
1574
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.
|
|
1575
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.
|
|
1621
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.5/README.md",
|
|
1622
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.5/CHANGELOG.md",
|
|
1576
1623
|
"origin": "registry"
|
|
1577
1624
|
},
|
|
1578
1625
|
{
|