yank-note-registry 1.0.231 → 1.0.232

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
@@ -7,7 +7,7 @@
7
7
  { "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
8
8
  { "id": "@yank-note/extension-markmap", "version": "1.5.3" },
9
9
  { "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
10
- { "id": "@yank-note/extension-ai-copilot", "version": "1.13.3" },
10
+ { "id": "@yank-note/extension-ai-copilot", "version": "1.14.0" },
11
11
  { "id": "@yank-note/extension-repl", "version": "1.2.1" },
12
12
  { "id": "@yank-note/extension-kroki", "version": "1.1.1" },
13
13
  { "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
package/index.json CHANGED
@@ -326,7 +326,7 @@
326
326
  },
327
327
  {
328
328
  "name": "@yank-note/extension-ai-copilot",
329
- "version": "1.13.3",
329
+ "version": "1.14.0",
330
330
  "displayName": "AI Copilot",
331
331
  "description": "Your AI writing assistant",
332
332
  "displayName_ZH-CN": "AI Copilot",
@@ -343,7 +343,7 @@
343
343
  },
344
344
  "main": "./dist/index.js",
345
345
  "style": "./dist/style.css",
346
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.13.3/icon.svg",
346
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.14.0/icon.svg",
347
347
  "engines": {
348
348
  "node": ">=14.6.0",
349
349
  "yank-note": "^3.65.0"
@@ -355,11 +355,11 @@
355
355
  "url": "https://github.com/purocean/yank-note-extension/issues"
356
356
  },
357
357
  "dist": {
358
- "integrity": "sha512-ezul4cRnYepbp67VzOgvPXX/GN86IVHVUXHcEukcHDb1oqpNsqWxWmG2nKciUJrxlwMTWpslHJqxZYy5Ogfqxg==",
359
- "shasum": "c42b2b086d86b8babbe6bef77a794b91aa8a3eeb",
360
- "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.13.3.tgz",
358
+ "integrity": "sha512-AKaBIzw6Wxi/rVFz76d/hYhf8RaiRDd7BIjVDpTzpoO07lZ6CM5abypI15u4lJRfDTWC2DQ6l2qhIqMuDchhhQ==",
359
+ "shasum": "38abb2babcdc279893ee45df2d2c3f8620b94aa3",
360
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.14.0.tgz",
361
361
  "fileCount": 7,
362
- "unpackedSize": 128994
362
+ "unpackedSize": 137373
363
363
  },
364
364
  "directories": {},
365
365
  "maintainers": [
@@ -368,8 +368,8 @@
368
368
  "email": "purocean@outlook.com"
369
369
  }
370
370
  ],
371
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.13.3/README.md",
372
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.13.3/CHANGELOG.md",
371
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.14.0/README.md",
372
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.14.0/CHANGELOG.md",
373
373
  "origin": "official"
374
374
  },
375
375
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.231",
3
+ "version": "1.0.232",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",