Update rondevu-client to v0.0.5

- Update @xtr-dev/rondevu-client dependency to ^0.0.5
- New version includes default baseUrl and origin override 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 23:29:46 +01:00
parent acc06b7448
commit 1900b9379d
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "rondevu-demo",
"version": "1.0.0",
"dependencies": {
"@xtr-dev/rondevu-client": "^0.0.4",
"@xtr-dev/rondevu-client": "^0.0.5",
"@zxing/library": "^0.21.3",
"qrcode": "^1.5.4",
"react": "^18.2.0",
@@ -1170,9 +1170,9 @@
}
},
"node_modules/@xtr-dev/rondevu-client": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@xtr-dev/rondevu-client/-/rondevu-client-0.0.4.tgz",
"integrity": "sha512-hjvCvjUatIxKsEzykDjCjdax9e2/CXFW39EqVmSOdJI4BOySAta6dIjiACL2aPkM/WZI+lmJpY0+qnGcJz3c9g==",
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@xtr-dev/rondevu-client/-/rondevu-client-0.0.5.tgz",
"integrity": "sha512-L6FAt78fxMIdx6FaLSlPlXaKqR1XUv4buXiURqM3arZvFtou4x2giNCjRxALl8eG0X8YrIFdH2nNZBgKqQVHWA==",
"license": "MIT"
},
"node_modules/@zxing/library": {

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.4",
"@xtr-dev/rondevu-client": "^0.0.5",
"@zxing/library": "^0.21.3",
"qrcode": "^1.5.4",
"react": "^18.2.0",