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

4
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "rondevu-demo",
"version": "1.0.0",
"dependencies": {
"@xtr-dev/rondevu-client": "^0.0.3",
"@xtr-dev/rondevu-client": "^0.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
@@ -21,7 +21,7 @@
},
"../client": {
"name": "@xtr-dev/rondevu-client",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"devDependencies": {
"typescript": "^5.9.3"

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"
},