yank-note-registry 1.0.359 → 1.0.360

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,7 +1,7 @@
1
1
  {
2
2
  "official": [
3
3
  { "id": "@yank-note/extension-ai-copilot", "version": "1.31.0" },
4
- { "id": "@yank-note/extension-opencode", "version": "1.0.3" },
4
+ { "id": "@yank-note/extension-opencode", "version": "1.1.0" },
5
5
  { "id": "@yank-note/extension-mermaid", "version": "1.11.0" },
6
6
  { "id": "@yank-note/extension-drawio", "version": "2.6.1" },
7
7
  { "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
package/index.json CHANGED
@@ -49,7 +49,7 @@
49
49
  },
50
50
  {
51
51
  "name": "@yank-note/extension-opencode",
52
- "version": "1.0.3",
52
+ "version": "1.1.0",
53
53
  "displayName": "OpenCode",
54
54
  "description": "AI document assistant powered by OpenCode",
55
55
  "displayName_ZH-CN": "OpenCode",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "main": "./dist/index.js",
74
74
  "style": "./dist/style.css",
75
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.0.3/icon.svg",
75
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.1.0/icon.svg",
76
76
  "engines": {
77
77
  "node": ">=18.20.2",
78
78
  "yank-note": "^3.86.0"
@@ -85,11 +85,11 @@
85
85
  "url": "https://github.com/purocean/yank-note-extension/issues"
86
86
  },
87
87
  "dist": {
88
- "integrity": "sha512-zJMiWVI7bkluku7S/Q7T6UsRO5QYzah2VVebTCOLPzSK/iD+RLrPSQs6fc9DZDd3CwF/nljK9P+/dUghFaT1Vg==",
89
- "shasum": "e31d4b242b6234b35ecea0b18fa6faadb8048197",
90
- "tarball": "https://registry.npmjs.org/@yank-note/extension-opencode/-/extension-opencode-1.0.3.tgz",
88
+ "integrity": "sha512-7OziBZ86/x0GsRVgZhKD6+bDgokppv9f7qikWFdHySCS8Dxnb9B+LIVZFcWiJ/LBJuWQioA5ugfieTmg+bchMQ==",
89
+ "shasum": "09278836e60207eb5aa8242164b52b76e92da98d",
90
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-opencode/-/extension-opencode-1.1.0.tgz",
91
91
  "fileCount": 7,
92
- "unpackedSize": 81001
92
+ "unpackedSize": 82493
93
93
  },
94
94
  "directories": {},
95
95
  "maintainers": [
@@ -98,8 +98,8 @@
98
98
  "email": "purocean@outlook.com"
99
99
  }
100
100
  ],
101
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.0.3/README.md",
102
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.0.3/CHANGELOG.md",
101
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.1.0/README.md",
102
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-opencode/1.1.0/CHANGELOG.md",
103
103
  "origin": "official"
104
104
  },
105
105
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.359",
3
+ "version": "1.0.360",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",