Check app version, fix close stream bug, show audiobook progress, add toasts

This commit is contained in:
Mark Cooper
2021-09-04 12:31:00 -05:00
parent e3712fb87c
commit 9656aeaff8
51 changed files with 551 additions and 141 deletions
+5 -4
View File
@@ -1,6 +1,6 @@
{
"name": "audiobookshelf-app",
"version": "v0.1.0-beta",
"version": "v0.2.0-beta",
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname localhost --port 1337",
@@ -15,13 +15,14 @@
"@capacitor/core": "^3.1.2",
"@capacitor/dialog": "^1.0.3",
"@capacitor/ios": "^3.2.2",
"@capacitor/toast": "^1.0.2",
"@nuxtjs/axios": "^5.13.6",
"@robingenz/capacitor-app-update": "^1.0.0",
"axios": "^0.21.1",
"core-js": "^3.15.1",
"hls.js": "^1.0.9",
"nuxt": "^2.15.7",
"socket.io-client": "^4.1.3"
"socket.io-client": "^4.1.3",
"vue-toastification": "^1.7.11"
},
"devDependencies": {
"@babel/core": "7.13.15",
@@ -29,4 +30,4 @@
"@nuxtjs/tailwindcss": "^4.2.0",
"postcss": "^8.3.5"
}
}
}