@opencode-ai/plugin 1.3.2 → 1.3.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -97,6 +97,7 @@ export type AuthOuathResult = {
97
97
  access: string;
98
98
  expires: number;
99
99
  accountId?: string;
100
+ enterpriseUrl?: string;
100
101
  } | {
101
102
  key: string;
102
103
  })) | {
@@ -112,6 +113,7 @@ export type AuthOuathResult = {
112
113
  access: string;
113
114
  expires: number;
114
115
  accountId?: string;
116
+ enterpriseUrl?: string;
115
117
  } | {
116
118
  key: string;
117
119
  })) | {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/plugin",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@opencode-ai/sdk": "1.3.2",
25
+ "@opencode-ai/sdk": "1.3.3",
26
26
  "zod": "4.1.8"
27
27
  },
28
28
  "devDependencies": {