yank-note-registry 1.0.334 → 1.0.336

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.2.0" },
13
13
  { "id": "@yank-note/extension-tldraw", "version": "1.2.0" },
14
14
  { "id": "@yank-note/extension-geogebra", "version": "1.3.0" },
15
- { "id": "@yank-note/extension-spellchecker", "version": "1.0.7" },
15
+ { "id": "@yank-note/extension-spellchecker", "version": "1.0.8" },
16
16
  { "id": "@yank-note/extension-text-comparator", "version": "1.2.0" },
17
17
  { "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
18
18
  { "id": "@yank-note/extension-echarts", "version": "1.5.2" },
@@ -35,6 +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.2" }
38
+ { "id": "yank-note-extension-word-statistic", "version": "0.0.2" },
39
+ { "id": "yank-note-extension-directory-tree", "version": "0.0.2" }
39
40
  ]
40
41
  }
package/index.json CHANGED
@@ -563,7 +563,7 @@
563
563
  },
564
564
  {
565
565
  "name": "@yank-note/extension-spellchecker",
566
- "version": "1.0.7",
566
+ "version": "1.0.8",
567
567
  "displayName": "Spell Checker",
568
568
  "description": "Check spelling in the editor",
569
569
  "displayName_ZH-CN": "拼写检查",
@@ -579,7 +579,7 @@
579
579
  "url": "git+https://github.com/purocean/yank-note-extension.git"
580
580
  },
581
581
  "main": "./dist/index.js",
582
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.7/icon.svg",
582
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.8/icon.svg",
583
583
  "engines": {
584
584
  "node": ">=18.20.2",
585
585
  "yank-note": "^3.79.0"
@@ -591,11 +591,11 @@
591
591
  "url": "https://github.com/purocean/yank-note-extension/issues"
592
592
  },
593
593
  "dist": {
594
- "integrity": "sha512-FzHOS7gDOmlxk6BzbB0d1G3A3rPCrOLjVfHE0diIxSbqkCWbSckI1P+DgjqkwqMsYRXWrSUFB6AP85Ro4qPHJw==",
595
- "shasum": "12d5c8520e315494921cdaea03f85573aec3a045",
596
- "tarball": "https://registry.npmjs.org/@yank-note/extension-spellchecker/-/extension-spellchecker-1.0.7.tgz",
597
- "fileCount": 9,
598
- "unpackedSize": 1349640
594
+ "integrity": "sha512-RuhaxnONQLxSPYQWlqyJJiXoBg14LUgkSFfqRZu8XnpWfEOQWh7IqdaNcPW5ms70zlE2D2lguOBl8KB7EYaAoQ==",
595
+ "shasum": "f0ed26ab36733f965bf18054761d9b4bb36e3641",
596
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-spellchecker/-/extension-spellchecker-1.0.8.tgz",
597
+ "fileCount": 10,
598
+ "unpackedSize": 1361286
599
599
  },
600
600
  "directories": {},
601
601
  "maintainers": [
@@ -604,8 +604,8 @@
604
604
  "email": "purocean@outlook.com"
605
605
  }
606
606
  ],
607
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.7/README.md",
608
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.7/CHANGELOG.md",
607
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.8/README.md",
608
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.8/CHANGELOG.md",
609
609
  "origin": "official"
610
610
  },
611
611
  {
@@ -1574,5 +1574,44 @@
1574
1574
  "readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.2/README.md",
1575
1575
  "changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.2/CHANGELOG.md",
1576
1576
  "origin": "registry"
1577
+ },
1578
+ {
1579
+ "name": "yank-note-extension-directory-tree",
1580
+ "version": "0.0.2",
1581
+ "displayName": "directory tree",
1582
+ "description": "focus and directory tree",
1583
+ "displayName_ZH-CN": "目录树",
1584
+ "description_ZH-CN": "聚焦到文件夹和显示目录树的插件",
1585
+ "author": {
1586
+ "name": "papudding"
1587
+ },
1588
+ "license": "MIT",
1589
+ "keywords": [],
1590
+ "homepage": "https://github.com/papudding/yank-note-extension-directory-tree",
1591
+ "main": "./dist/index.js",
1592
+ "style": "./dist/style.css",
1593
+ "icon": "https://registry.yank-note.com/cdn/yank-note-extension-directory-tree/0.0.2/icon.png",
1594
+ "engines": {
1595
+ "node": ">=18.20.2",
1596
+ "yank-note": ">=3.82.1"
1597
+ },
1598
+ "gitHead": "5f7c18229e29fd7873358bb81c9aef90615f10e3",
1599
+ "dist": {
1600
+ "integrity": "sha512-ymEO27Mrf5j9TLGg0WKFNQqlYX/DVve6TG6p5T0LdJ2zdSMOjujOBo3unFJzgTtPYvrh7GpHltlyJHqclT3YKw==",
1601
+ "shasum": "07ddfa5b14b3c374638ac28d136af104e735534f",
1602
+ "tarball": "https://registry.npmjs.org/yank-note-extension-directory-tree/-/yank-note-extension-directory-tree-0.0.2.tgz",
1603
+ "fileCount": 8,
1604
+ "unpackedSize": 22952
1605
+ },
1606
+ "directories": {},
1607
+ "maintainers": [
1608
+ {
1609
+ "name": "papudding",
1610
+ "email": "taotaomp@outlook.com"
1611
+ }
1612
+ ],
1613
+ "readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-directory-tree/0.0.2/README.md",
1614
+ "changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-directory-tree/0.0.2/CHANGELOG.md",
1615
+ "origin": "registry"
1577
1616
  }
1578
1617
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.334",
3
+ "version": "1.0.336",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",