opencode-puter-auth 1.0.0-beta.3 → 1.0.0-beta.5

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/README.md +2 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -40,7 +40,7 @@ Paste this into any LLM agent (Claude Code, OpenCode, Cursor, etc.):
40
40
  ```
41
41
  Install the opencode-puter-auth plugin and configure Puter.com models
42
42
  in ~/.config/opencode/opencode.json by following:
43
- https://raw.githubusercontent.com/chindris-mihai-alexandru/opencode-puter-auth/main/README.md
43
+ https://raw.githubusercontent.com/Mihai-Codes/opencode-puter-auth/main/README.md
44
44
  ```
45
45
 
46
46
  ### Option B: Manual Setup
@@ -243,7 +243,7 @@ Thanks to these wonderful people:
243
243
  <table>
244
244
  <tbody>
245
245
  <tr>
246
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/chindris-mihai-alexandru"><img src="https://avatars.githubusercontent.com/u/chindris-mihai-alexandru?v=4?s=100" width="100px;" alt="Mihai Chindris"/><br /><sub><b>Mihai Chindris</b></sub></a><br /><a href="#code-chindris-mihai-alexandru" title="Code">💻</a> <a href="#doc-chindris-mihai-alexandru" title="Documentation">📖</a> <a href="#maintenance-chindris-mihai-alexandru" title="Maintenance">🚧</a></td>
246
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/chindris-mihai-alexandru"><img src="https://avatars.githubusercontent.com/u/12643176?v=4?s=100" width="100px;" alt="Mihai Chindris"/><br /><sub><b>Mihai Chindris</b></sub></a><br /><a href="#code-chindris-mihai-alexandru" title="Code">💻</a> <a href="#doc-chindris-mihai-alexandru" title="Documentation">📖</a> <a href="#maintenance-chindris-mihai-alexandru" title="Maintenance">🚧</a></td>
247
247
  </tr>
248
248
  </tbody>
249
249
  </table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-puter-auth",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.5",
4
4
  "description": "Puter.com OAuth auth plugin for OpenCode - FREE UNLIMITED access to Claude Opus 4.5, Sonnet 4.5, GPT-5, Gemini, and 500+ AI models",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -13,11 +13,11 @@
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "git+https://github.com/chindris-mihai-alexandru/opencode-puter-auth.git"
16
+ "url": "git+https://github.com/Mihai-Codes/opencode-puter-auth.git"
17
17
  },
18
- "homepage": "https://github.com/chindris-mihai-alexandru/opencode-puter-auth#readme",
18
+ "homepage": "https://github.com/Mihai-Codes/opencode-puter-auth#readme",
19
19
  "bugs": {
20
- "url": "https://github.com/chindris-mihai-alexandru/opencode-puter-auth/issues"
20
+ "url": "https://github.com/Mihai-Codes/opencode-puter-auth/issues"
21
21
  },
22
22
  "keywords": [
23
23
  "opencode",
@@ -62,13 +62,13 @@
62
62
  "devDependencies": {
63
63
  "@opencode-ai/plugin": "^1.1.20",
64
64
  "@types/node": "^25.0.8",
65
- "@vitest/coverage-v8": "^3.0.0",
66
- "@vitest/ui": "^3.0.0",
65
+ "@vitest/coverage-v8": "^4.0.0",
66
+ "@vitest/ui": "^4.0.0",
67
67
  "typescript": "^5.0.0",
68
- "vitest": "^3.0.0"
68
+ "vitest": "^4.0.0"
69
69
  },
70
70
  "dependencies": {
71
- "open": "^10.1.0",
71
+ "open": "^11.0.0",
72
72
  "xdg-basedir": "^5.1.0",
73
73
  "zod": "^4.3.5"
74
74
  }