yank-note-registry 1.0.281 → 1.0.282

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.24.0" },
3
+ { "id": "@yank-note/extension-ai-copilot", "version": "1.24.1" },
4
4
  { "id": "@yank-note/extension-mermaid", "version": "1.8.0" },
5
5
  { "id": "@yank-note/extension-drawio", "version": "2.4.0" },
6
6
  { "id": "@yank-note/extension-excalidraw", "version": "1.6.0" },
package/index.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "@yank-note/extension-ai-copilot",
4
- "version": "1.24.0",
4
+ "version": "1.24.1",
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.24.0/icon.svg",
21
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.1/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-dOkQsiFnfNGdEFRdSE7bdcuzrJij8jkGBIp0EA/smNiROS182jtkWSDieXXZg1fbU9mqdFBQkNx2CrUgutXuwg==",
34
- "shasum": "9953ea2fe8558569f584eb75cea932e79657971a",
35
- "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.24.0.tgz",
33
+ "integrity": "sha512-EUjE7WrVbHjFRWagXKxdM6VRTN0d1/p+5vPWBvYCNB0WZ3TVWFXUrRAtSDlDa/RSKvwmrTtWqomqVUc3aqf9Gw==",
34
+ "shasum": "17bf967c8e6929fae3e20868e95b919df12299ea",
35
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.24.1.tgz",
36
36
  "fileCount": 7,
37
- "unpackedSize": 244265
37
+ "unpackedSize": 197042
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.24.0/README.md",
47
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.0/CHANGELOG.md",
46
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.1/README.md",
47
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.1/CHANGELOG.md",
48
48
  "origin": "official"
49
49
  },
50
50
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.281",
3
+ "version": "1.0.282",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",