Update to @xtr-dev/rondevu-client@0.0.4

Updated to latest version with Rondevu class and ES module support.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-07 21:49:42 +01:00
parent 21ff1ec203
commit 98608a4c9c
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
"deploy": "npm run build && npx wrangler pages deploy dist --project-name=rondevu-demo"
},
"dependencies": {
"@xtr-dev/rondevu-client": "^0.0.3",
"@xtr-dev/rondevu-client": "^0.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},