Update rondevu-client to v0.1.0

- Update @xtr-dev/rondevu-client dependency to ^0.1.0
- New version supports global option for connect() method

🤖 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:46:05 +01:00
parent 1900b9379d
commit 752cd1b7aa
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.5",
"@xtr-dev/rondevu-client": "^0.1.0",
"@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.5",
"resolved": "https://registry.npmjs.org/@xtr-dev/rondevu-client/-/rondevu-client-0.0.5.tgz",
"integrity": "sha512-L6FAt78fxMIdx6FaLSlPlXaKqR1XUv4buXiURqM3arZvFtou4x2giNCjRxALl8eG0X8YrIFdH2nNZBgKqQVHWA==",
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@xtr-dev/rondevu-client/-/rondevu-client-0.1.0.tgz",
"integrity": "sha512-zdoy8XseggNMDO9gkCwF1HUMDRk2qmxoxoxYVh+Qil9rOKhmvf3IOqSS9tA7iCHk/x7drhBrJ7kMfCK0U+S1fQ==",
"license": "MIT"
},
"node_modules/@zxing/library": {