pull/1890/merge
Joas Schilling 2025-09-25 20:30:50 -07:00 zatwierdzone przez GitHub
commit 7fab340a93
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

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

4
package-lock.json wygenerowano
Wyświetl plik

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

Wyświetl plik

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