yank-note-registry 1.0.313 → 1.0.314
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 +8 -8
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
{ "id": "@yank-note/extension-kroki", "version": "1.1.2" },
|
|
13
13
|
{ "id": "@yank-note/extension-tldraw", "version": "1.1.0" },
|
|
14
14
|
{ "id": "@yank-note/extension-geogebra", "version": "1.2.0" },
|
|
15
|
-
{ "id": "@yank-note/extension-spellchecker", "version": "1.0.
|
|
15
|
+
{ "id": "@yank-note/extension-spellchecker", "version": "1.0.1" },
|
|
16
16
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
|
|
17
17
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
18
18
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
|
package/index.json
CHANGED
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
},
|
|
558
558
|
{
|
|
559
559
|
"name": "@yank-note/extension-spellchecker",
|
|
560
|
-
"version": "1.0.
|
|
560
|
+
"version": "1.0.1",
|
|
561
561
|
"displayName": "Spell Checker",
|
|
562
562
|
"description": "Check spelling in the editor",
|
|
563
563
|
"displayName_ZH-CN": "拼写检查",
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
574
574
|
},
|
|
575
575
|
"main": "./dist/index.js",
|
|
576
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.
|
|
576
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.1/icon.svg",
|
|
577
577
|
"engines": {
|
|
578
578
|
"node": ">=18.20.2",
|
|
579
579
|
"yank-note": "^3.79.0"
|
|
@@ -585,11 +585,11 @@
|
|
|
585
585
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
586
586
|
},
|
|
587
587
|
"dist": {
|
|
588
|
-
"integrity": "sha512-
|
|
589
|
-
"shasum": "
|
|
590
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-spellchecker/-/extension-spellchecker-1.0.
|
|
588
|
+
"integrity": "sha512-aDFxChVRduQhTHhnlXPsOeFR7pEivGzioY71el5/U3VV8BIIWJwns7YHKLqHd1sCYbGGqQr9ksxYMU/1BtKP9g==",
|
|
589
|
+
"shasum": "5b2912cd57bd30bd0a98516a93d46195f9ab6d59",
|
|
590
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-spellchecker/-/extension-spellchecker-1.0.1.tgz",
|
|
591
591
|
"fileCount": 9,
|
|
592
|
-
"unpackedSize":
|
|
592
|
+
"unpackedSize": 1346821
|
|
593
593
|
},
|
|
594
594
|
"directories": {},
|
|
595
595
|
"maintainers": [
|
|
@@ -598,8 +598,8 @@
|
|
|
598
598
|
"email": "purocean@outlook.com"
|
|
599
599
|
}
|
|
600
600
|
],
|
|
601
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.
|
|
602
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.
|
|
601
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.1/README.md",
|
|
602
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.1/CHANGELOG.md",
|
|
603
603
|
"origin": "official"
|
|
604
604
|
},
|
|
605
605
|
{
|