feat(deps): Add Nextcloud 30 support

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/1870/head
Joas Schilling 2024-03-28 13:29:21 +01:00
rodzic edf090a3ab
commit b797753abe
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 74434EFE0D2E2205
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -17,7 +17,7 @@
**🕸 Open standards:** We use the established ActivityPub standard! **🕸 Open standards:** We use the established ActivityPub standard!
]]></description> ]]></description>
<version>0.7.0</version> <version>0.8.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author> <author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author> <author mail="jus@bitgrid.net">Julius Härtl</author>
@ -35,7 +35,7 @@
<database>pgsql</database> <database>pgsql</database>
<database>sqlite</database> <database>sqlite</database>
<database>mysql</database> <database>mysql</database>
<nextcloud min-version="28" max-version="28" /> <nextcloud min-version="28" max-version="29" />
</dependencies> </dependencies>
<background-jobs> <background-jobs>

4
package-lock.json wygenerowano
Wyświetl plik

@ -1,12 +1,12 @@
{ {
"name": "social", "name": "social",
"version": "0.0.1", "version": "0.8.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "social", "name": "social",
"version": "0.0.1", "version": "0.8.0",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@nextcloud/auth": "^2.0.0", "@nextcloud/auth": "^2.0.0",

Wyświetl plik

@ -1,7 +1,7 @@
{ {
"name": "social", "name": "social",
"description": "🎉 Nextcloud becomes part of the federated social networks!", "description": "🎉 Nextcloud becomes part of the federated social networks!",
"version": "0.0.1", "version": "0.8.0",
"authors": [ "authors": [
{ {
"name": "John Molakvoæ", "name": "John Molakvoæ",