@lanonasis/oauth-client 2.0.3 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -217,7 +217,7 @@ in `X-API-Key` or `Authorization` headers when talking to remote services.
217
217
  2) Audit release deps: `bun audit`
218
218
  3) Verify contents: ensure `dist`, `README.md`, and `LICENSE` are present.
219
219
  4) Publish: `npm publish --access public` (registry must have 2FA as configured).
220
- 5) Tag in git (optional): `git tag oauth-client-v2.0.3 && git push --tags`
220
+ 5) Tag in git (optional): `git tag oauth-client-vX.Y.Z && git push --tags`
221
221
 
222
222
  ## Files shipped
223
223
  - `dist/*` compiled CJS/ESM bundles + types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanonasis/oauth-client",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "type": "module",
5
5
  "description": "OAuth and API Key authentication client for Lan Onasis MCP integration",
6
6
  "license": "MIT",
@@ -108,7 +108,7 @@
108
108
  },
109
109
  "peerDependencies": {
110
110
  "@supabase/supabase-js": "^2.100.1",
111
- "react": "latest"
111
+ "react": "^18.0.0 || ^19.0.0"
112
112
  },
113
113
  "peerDependenciesMeta": {
114
114
  "react": {