update npm modules (fixes #269)
This commit is contained in:
parent
6512000a9b
commit
4a32718fc4
@ -1,3 +1,5 @@
|
||||
## 1.1.0 - 2021-04
|
||||
|
||||
## 1.0.3 - 2021-03
|
||||
|
||||
### Added
|
||||
|
@ -6,9 +6,11 @@ This experimental app uses the radio-browser.info api and offers radio stations
|
||||
## Features
|
||||
|
||||
- [x] Browse hundreds of radio stations world wide and play them directly
|
||||
- [x] Save stations to your favorites list
|
||||
- [x] Smooth playback with audio transitions
|
||||
- [x] Explore new stations in the category section
|
||||
- [x] Smooth playback with audio transitions
|
||||
- [x] Save stations to your favorites list
|
||||
- [x] Export favorites as playlist
|
||||
- [x] Add your own radio streams
|
||||
|
||||
## Maintainers
|
||||
* [Jonas Heinrich](https://github.com/onny)
|
||||
|
@ -16,7 +16,7 @@ app uses radio-browser.info database as a backend.
|
||||
- 👂 Smoth audio playback and transitions
|
||||
|
||||
</description>
|
||||
<version>1.0.3</version>
|
||||
<version>1.1.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="onny@project-insanity.org" >Jonas Heinrich</author>
|
||||
<namespace>Radio</namespace>
|
||||
|
2420
package-lock.json
generated
2420
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "radio",
|
||||
"description": "Listen to your favorite radio stations in Nextcloud",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.0",
|
||||
"author": "Jonas Heinrich <onny@project-insanity.org>",
|
||||
"contributors": [
|
||||
"Jonas Heinrich <onny@project-insanity.org>"
|
||||
@ -40,7 +40,7 @@
|
||||
"@nextcloud/vue-dashboard": "^1.1.0",
|
||||
"autoprefixer": "^9.8.6",
|
||||
"howler": "^2.2.1",
|
||||
"music-metadata": "^7.6.4",
|
||||
"music-metadata": "^7.8.3",
|
||||
"postcss-loader": "^4.2.0",
|
||||
"style-loader": "^2.0.0",
|
||||
"vue": "^2.6.12",
|
||||
@ -57,14 +57,14 @@
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/core": "^7.13.14",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"@babel/preset-env": "^7.13.12",
|
||||
"@nextcloud/browserslist-config": "^1.0.0",
|
||||
"@nextcloud/eslint-config": "^2.2.0",
|
||||
"@nextcloud/eslint-plugin": "^1.5.0",
|
||||
"@nextcloud/webpack-vue-config": "^1.4.1",
|
||||
"@vue/test-utils": "^1.1.2",
|
||||
"@vue/test-utils": "^1.1.3",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^3.6.0",
|
||||
@ -72,7 +72,7 @@
|
||||
"eslint-config-standard": "^14.1.1",
|
||||
"eslint-import-resolver-webpack": "^0.13.0",
|
||||
"eslint-loader": "^4.0.2",
|
||||
"eslint-plugin-html": "^6.1.1",
|
||||
"eslint-plugin-html": "^6.1.2",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.3.1",
|
||||
@ -81,7 +81,7 @@
|
||||
"file-loader": "^6.2.0",
|
||||
"node-sass": "^4.14.1",
|
||||
"sass-loader": "^8.0.2",
|
||||
"stylelint": "^13.11.0",
|
||||
"stylelint": "^13.12.0",
|
||||
"stylelint-config-recommended-scss": "^4.2.0",
|
||||
"stylelint-scss": "^3.19.0",
|
||||
"stylelint-webpack-plugin": "^2.1.1",
|
||||
|
@ -38,7 +38,7 @@ Vue.prototype.t = translate
|
||||
Vue.prototype.n = translatePlural
|
||||
Vue.prototype.OC = window.OC
|
||||
Vue.prototype.OCA = window.OCA
|
||||
Vue.prototype.$version = '1.0.3'
|
||||
Vue.prototype.$version = '1.1.0'
|
||||
|
||||
Vue.use(VueClipboard)
|
||||
Vue.use(VueBlurHash)
|
||||
|
Loading…
Reference in New Issue
Block a user