yank-note-registry 1.0.321 → 1.0.322

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
@@ -13,7 +13,7 @@
13
13
  { "id": "@yank-note/extension-tldraw", "version": "1.1.0" },
14
14
  { "id": "@yank-note/extension-geogebra", "version": "1.2.0" },
15
15
  { "id": "@yank-note/extension-spellchecker", "version": "1.0.5" },
16
- { "id": "@yank-note/extension-text-comparator", "version": "1.0.2" },
16
+ { "id": "@yank-note/extension-text-comparator", "version": "1.0.3" },
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" },
package/index.json CHANGED
@@ -604,7 +604,7 @@
604
604
  },
605
605
  {
606
606
  "name": "@yank-note/extension-text-comparator",
607
- "version": "1.0.2",
607
+ "version": "1.0.3",
608
608
  "displayName": "Text Comparator",
609
609
  "description": "Compare two text files side by side.",
610
610
  "displayName_ZH-CN": "文本比较器",
@@ -621,7 +621,7 @@
621
621
  },
622
622
  "main": "./dist/index.js",
623
623
  "style": "./dist/style.css",
624
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.2/icon.svg",
624
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.3/icon.svg",
625
625
  "engines": {
626
626
  "node": ">=18.20.2",
627
627
  "yank-note": "^3.80.0"
@@ -633,11 +633,11 @@
633
633
  "url": "https://github.com/purocean/yank-note-extension/issues"
634
634
  },
635
635
  "dist": {
636
- "integrity": "sha512-uGcSUjo9XaPSVdIs4LHl0BgdDT2IKBrUGZWVNM7MrZB390KgY8B0gjeHCXftlxkx619hiG+SJ3j0m2KvIEvBaQ==",
637
- "shasum": "524c7bce5d4e75a3021ad1c8ab1b75ea12f30d34",
638
- "tarball": "https://registry.npmjs.org/@yank-note/extension-text-comparator/-/extension-text-comparator-1.0.2.tgz",
636
+ "integrity": "sha512-rplzgO7JIT2RZB7JpH4QDtVujBmGGqw1Hk9dGeNysc/JS6RvKIQYaocbW6IJ8xY04oFqfU48rTqbqmlAsRtU6A==",
637
+ "shasum": "0c0ddf7c2a03b0cb749c7bc75b9affcd83467488",
638
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-text-comparator/-/extension-text-comparator-1.0.3.tgz",
639
639
  "fileCount": 7,
640
- "unpackedSize": 51361
640
+ "unpackedSize": 51615
641
641
  },
642
642
  "directories": {},
643
643
  "maintainers": [
@@ -646,8 +646,8 @@
646
646
  "email": "purocean@outlook.com"
647
647
  }
648
648
  ],
649
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.2/README.md",
650
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.2/CHANGELOG.md",
649
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.3/README.md",
650
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.3/CHANGELOG.md",
651
651
  "origin": "official"
652
652
  },
653
653
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.321",
3
+ "version": "1.0.322",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",