opencode-puter-auth 1.0.0-beta.4 → 1.0.0

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 +1 -1
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -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.4",
3
+ "version": "1.0.0",
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",
@@ -62,13 +62,14 @@
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
+ "msw": "^2.12.7",
67
68
  "typescript": "^5.0.0",
68
- "vitest": "^3.0.0"
69
+ "vitest": "^4.0.0"
69
70
  },
70
71
  "dependencies": {
71
- "open": "^10.1.0",
72
+ "open": "^11.0.0",
72
73
  "xdg-basedir": "^5.1.0",
73
74
  "zod": "^4.3.5"
74
75
  }