yank-note-registry 1.0.331 → 1.0.333

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "official": [
3
- { "id": "@yank-note/extension-ai-copilot", "version": "1.28.1" },
3
+ { "id": "@yank-note/extension-ai-copilot", "version": "1.29.0" },
4
4
  { "id": "@yank-note/extension-mermaid", "version": "1.11.0" },
5
5
  { "id": "@yank-note/extension-drawio", "version": "2.6.1" },
6
6
  { "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
@@ -34,6 +34,7 @@
34
34
  { "id": "yank-note-extension-snippet", "version": "1.0.3" },
35
35
  { "id": "yank-note-extension-docsify", "version": "0.0.3" },
36
36
  { "id": "yank-note-extension-math", "version": "0.3.3" },
37
- { "id": "yank-note-extension-background", "version": "1.0.3" }
37
+ { "id": "yank-note-extension-background", "version": "1.0.3" },
38
+ { "id": "yank-note-extension-word-statistic", "version": "0.0.1" }
38
39
  ]
39
40
  }
package/index.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "@yank-note/extension-ai-copilot",
4
- "version": "1.28.1",
4
+ "version": "1.29.0",
5
5
  "displayName": "AI Copilot",
6
6
  "description": "Your AI writing assistant",
7
7
  "displayName_ZH-CN": "AI Copilot",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "main": "./dist/index.js",
20
20
  "style": "./dist/style.css",
21
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.28.1/icon.svg",
21
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.29.0/icon.svg",
22
22
  "engines": {
23
23
  "node": ">=18.20.2",
24
24
  "yank-note": "^3.65.0"
@@ -30,11 +30,11 @@
30
30
  "url": "https://github.com/purocean/yank-note-extension/issues"
31
31
  },
32
32
  "dist": {
33
- "integrity": "sha512-iWQ1Mv40z6VXsVW0rUFeCbpMSpRSApgVy7h0VHLwaApI0aoaciKG/rwHkLbWAigI3TMnl2lAdOwq9AYRnd2JRQ==",
34
- "shasum": "9539fb30a92a805fe7fe2b9ddbba6e8353b39f47",
35
- "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.28.1.tgz",
33
+ "integrity": "sha512-W2PM52mt7AuwLZ3Gk/ysSLaRPlhmdOjH5+VSif23Zx/YoHgSZsbMqzASw4bgTMWG4mW/iv9e5FrSyiKPI2HQWQ==",
34
+ "shasum": "c527834606c3d84532dec0e764fbe652e03145b5",
35
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.29.0.tgz",
36
36
  "fileCount": 7,
37
- "unpackedSize": 207006
37
+ "unpackedSize": 207625
38
38
  },
39
39
  "directories": {},
40
40
  "maintainers": [
@@ -43,8 +43,8 @@
43
43
  "email": "purocean@outlook.com"
44
44
  }
45
45
  ],
46
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.28.1/README.md",
47
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.28.1/CHANGELOG.md",
46
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.29.0/README.md",
47
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.29.0/CHANGELOG.md",
48
48
  "origin": "official"
49
49
  },
50
50
  {
@@ -1534,5 +1534,45 @@
1534
1534
  "readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-background/1.0.3/README.md",
1535
1535
  "changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-background/1.0.3/CHANGELOG.md",
1536
1536
  "origin": "registry"
1537
+ },
1538
+ {
1539
+ "name": "yank-note-extension-word-statistic",
1540
+ "version": "0.0.1",
1541
+ "displayName": "word statistic",
1542
+ "description": "A plugin for counting the number of Chinese characters, punctuation marks, etc.",
1543
+ "displayName_ZH-CN": "字数统计",
1544
+ "description_ZH-CN": "统计汉字、标点等数量的插件",
1545
+ "author": {
1546
+ "name": "papudding",
1547
+ "email": "taotaomp@outlook.com"
1548
+ },
1549
+ "license": "MIT",
1550
+ "keywords": [],
1551
+ "homepage": "https://github.com/papudding/yank-note-extension-word-statistic",
1552
+ "main": "./dist/index.js",
1553
+ "style": "./dist/style.css",
1554
+ "icon": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.1/icon.png",
1555
+ "engines": {
1556
+ "node": ">=18.20.2",
1557
+ "yank-note": ">=3.82.1"
1558
+ },
1559
+ "gitHead": "fe1ea607fc44d2032885705bb36a4ebe67bdccfd",
1560
+ "dist": {
1561
+ "integrity": "sha512-1gqBEExoMSsvK2otxbBc1hAqGWo+6srJjBo69FpnISvTSsMYZmUEsDwqSVEaR8CqmdRFWBI4zYiTLn6xRpk1xA==",
1562
+ "shasum": "29a7ea479d2dc2d27dc421db4c50df486b675036",
1563
+ "tarball": "https://registry.npmjs.org/yank-note-extension-word-statistic/-/yank-note-extension-word-statistic-0.0.1.tgz",
1564
+ "fileCount": 7,
1565
+ "unpackedSize": 13305
1566
+ },
1567
+ "directories": {},
1568
+ "maintainers": [
1569
+ {
1570
+ "name": "papudding",
1571
+ "email": "taotaomp@outlook.com"
1572
+ }
1573
+ ],
1574
+ "readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.1/README.md",
1575
+ "changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.1/CHANGELOG.md",
1576
+ "origin": "registry"
1537
1577
  }
1538
1578
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.331",
3
+ "version": "1.0.333",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",