bump version and add "-beta"; add capacitor libraries

This commit is contained in:
2024-11-10 20:16:19 -07:00
parent 9b079ee5f2
commit 6605fbd708
2 changed files with 615 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "TimeSafari",
"version": "0.3.33",
"version": "0.3.34-beta",
"scripts": {
"dev": "vite",
"serve": "vite preview",
@@ -12,6 +12,10 @@
"test-all": "npm run build && npx playwright test -c playwright.config-local.ts --trace on"
},
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/cli": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@capacitor/ios": "^6.1.2",
"@dicebear/collection": "^5.4.1",
"@dicebear/core": "^5.4.1",
"@ethersproject/hdnode": "^5.7.0",