yank-note-registry 1.0.337 → 1.0.339
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 +1 -1
- package/index.json +10 -10
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
{ "id": "yank-note-extension-docsify", "version": "0.0.3" },
|
|
36
36
|
{ "id": "yank-note-extension-math", "version": "0.3.3" },
|
|
37
37
|
{ "id": "yank-note-extension-background", "version": "1.0.3" },
|
|
38
|
-
{ "id": "yank-note-extension-word-statistic", "version": "0.0.
|
|
38
|
+
{ "id": "yank-note-extension-word-statistic", "version": "0.0.5" },
|
|
39
39
|
{ "id": "yank-note-extension-directory-tree", "version": "0.0.2" }
|
|
40
40
|
]
|
|
41
41
|
}
|
package/index.json
CHANGED
|
@@ -1537,7 +1537,7 @@
|
|
|
1537
1537
|
},
|
|
1538
1538
|
{
|
|
1539
1539
|
"name": "yank-note-extension-word-statistic",
|
|
1540
|
-
"version": "0.0.
|
|
1540
|
+
"version": "0.0.5",
|
|
1541
1541
|
"displayName": "word statistic",
|
|
1542
1542
|
"description": "A plugin for counting the number of Chinese characters, punctuation marks, etc.",
|
|
1543
1543
|
"displayName_ZH-CN": "字数统计",
|
|
@@ -1551,18 +1551,18 @@
|
|
|
1551
1551
|
"homepage": "https://github.com/papudding/yank-note-extension-word-statistic",
|
|
1552
1552
|
"main": "./dist/index.js",
|
|
1553
1553
|
"style": "./dist/style.css",
|
|
1554
|
-
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.
|
|
1554
|
+
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.5/icon.png",
|
|
1555
1555
|
"engines": {
|
|
1556
1556
|
"node": ">=18.20.2",
|
|
1557
1557
|
"yank-note": ">=3.82.1"
|
|
1558
1558
|
},
|
|
1559
|
-
"gitHead": "
|
|
1559
|
+
"gitHead": "57257e93e3790414a4f5ed773fc68ff7385418b4",
|
|
1560
1560
|
"dist": {
|
|
1561
|
-
"integrity": "sha512-
|
|
1562
|
-
"shasum": "
|
|
1563
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-word-statistic/-/yank-note-extension-word-statistic-0.0.
|
|
1564
|
-
"fileCount":
|
|
1565
|
-
"unpackedSize":
|
|
1561
|
+
"integrity": "sha512-wxaSiMl0mdA3RYpVlJ/+hEFn8JjewX47hugzF+23ujwaPfTEtr96oZcsXosECDD22ta2MGzfRGMGJqTMSDH2nw==",
|
|
1562
|
+
"shasum": "3093d2a322e3797600dfaf0481571ebe5d80bab6",
|
|
1563
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-word-statistic/-/yank-note-extension-word-statistic-0.0.5.tgz",
|
|
1564
|
+
"fileCount": 7,
|
|
1565
|
+
"unpackedSize": 4037020
|
|
1566
1566
|
},
|
|
1567
1567
|
"directories": {},
|
|
1568
1568
|
"maintainers": [
|
|
@@ -1571,8 +1571,8 @@
|
|
|
1571
1571
|
"email": "taotaomp@outlook.com"
|
|
1572
1572
|
}
|
|
1573
1573
|
],
|
|
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.
|
|
1574
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.5/README.md",
|
|
1575
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.5/CHANGELOG.md",
|
|
1576
1576
|
"origin": "registry"
|
|
1577
1577
|
},
|
|
1578
1578
|
{
|