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 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.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.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.0/icon.svg",
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-B6qYORgXWGvGf6lUTCghvRhowrMmz8G1kXjw+CdsCaL3Hg3mZ7bjvDqvUeolciX+2D2+O9GbeNtovUfQLybXJg==",
589
- "shasum": "1e19021ca3c368d2b507d6cc9377244062f7f9fe",
590
- "tarball": "https://registry.npmjs.org/@yank-note/extension-spellchecker/-/extension-spellchecker-1.0.0.tgz",
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": 1346462
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.0/README.md",
602
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.0/CHANGELOG.md",
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.313",
3
+ "version": "1.0.314",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",