@xinleibird/bridge-opencode 0.1.3 → 0.1.4

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.
Binary file
Binary file
Binary file
package/bridge.ts CHANGED
@@ -67,7 +67,7 @@ export const BridgePlugin: Plugin = async ({ directory }) => {
67
67
  for (const filePath of call.filePaths) {
68
68
  const status = await checkBuffer(filePath);
69
69
  if (status.hasUnsavedChanges && status.isCurrent) {
70
- throw new Error("bridge: file has unsaved changes in Neovim");
70
+ throw new Error("bridge-opencode: file has unsaved changes in Neovim");
71
71
  }
72
72
  }
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xinleibird/bridge-opencode",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "main": "bridge.ts",
6
6
  "repository": {