4.0.0-alpha.0

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2021-05-03 19:13:32 +02:00
parent 9facd8fbf3
commit 5fec07abf2
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
4 changed files with 1219 additions and 2725 deletions

View File

@ -12,7 +12,7 @@
* 🙈 **Were not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
<version>3.5.1</version>
<version>4.0.0-alpha.0</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
@ -39,7 +39,7 @@
</types>
<dependencies>
<nextcloud min-version="19" max-version="22" />
<nextcloud min-version="20" max-version="22" />
</dependencies>
<contactsmenu>

View File

@ -1,15 +1,3 @@
module.exports = {
plugins: [
'@babel/plugin-syntax-dynamic-import',
['@babel/plugin-proposal-class-properties', { loose: true }],
],
presets: [
[
'@babel/preset-env',
{
corejs: 3,
useBuiltIns: 'entry',
},
],
],
}
const babelConfig = require('@nextcloud/babel-config')
module.exports = babelConfig

3917
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "contacts",
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
"version": "3.5.1",
"version": "4.0.0-alpha.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",
@ -44,7 +44,7 @@
"@nextcloud/moment": "^1.1.1",
"@nextcloud/paths": "^1.1.2",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^4.0.0-alpha.1",
"@nextcloud/vue": "^4.0.0-alpha.2",
"b64-to-blob": "^1.2.19",
"camelcase": "^5.3.1",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",
@ -79,6 +79,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.4",
"@nextcloud/babel-config": "^1.0.0-beta.1",
"@nextcloud/browserslist-config": "^2.1.0",
"@nextcloud/eslint-config": "^5.1.0",
"@nextcloud/eslint-plugin": "^2.0.0",