@paroicms/server 1.95.0 → 1.96.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ {
2
+ "accountPasswordReset": {
3
+ "subject": "Passwort zurücksetzen",
4
+ "message": "<h3>Passwort zurücksetzen</h3><p>Bitte setzen Sie das Passwort Ihres neuen Kontos zurück, indem Sie auf den folgenden Link klicken: <a href=\"$1\">mein Passwort zurücksetzen</a></p>"
5
+ },
6
+ "accountCreation": {
7
+ "subject": "Kontoerstellung",
8
+ "message": "<h3>Kontoerstellung</h3><p>Ihr Konto wurde erstellt. Bitte melden Sie sich an, indem Sie auf diesen Link klicken: <a href=\"$1\">anmelden</a></p>."
9
+ },
10
+ "feed": {
11
+ "description": "Neueste Nachrichten von $1",
12
+ "copyright": "Copyright $1, $2",
13
+ "missingTitle": "(Kein Titel)"
14
+ },
15
+ "common": {
16
+ "colon": "$1:"
17
+ }
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "accountPasswordReset": {
3
+ "subject": "Restablecimiento de contraseña",
4
+ "message": "<h3>Restablecimiento de contraseña</h3><p>Por favor, restablezca la contraseña de su nueva cuenta haciendo clic en el siguiente enlace: <a href=\"$1\">restablecer mi contraseña</a></p>"
5
+ },
6
+ "accountCreation": {
7
+ "subject": "Creación de cuenta",
8
+ "message": "<h3>Creación de cuenta</h3><p>Su cuenta ha sido creada. Por favor, inicie sesión haciendo clic en este enlace: <a href=\"$1\">iniciar sesión</a></p>."
9
+ },
10
+ "feed": {
11
+ "description": "Últimas noticias de $1",
12
+ "copyright": "Copyright $1, $2",
13
+ "missingTitle": "(Sin título)"
14
+ },
15
+ "common": {
16
+ "colon": "$1:"
17
+ }
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "accountPasswordReset": {
3
+ "subject": "Reimpostazione password",
4
+ "message": "<h3>Reimpostazione password</h3><p>Si prega di reimpostare la password del nuovo account facendo clic sul seguente collegamento: <a href=\"$1\">reimposta la mia password</a></p>"
5
+ },
6
+ "accountCreation": {
7
+ "subject": "Creazione account",
8
+ "message": "<h3>Creazione account</h3><p>Il tuo account è stato creato. Si prega di accedere facendo clic su questo collegamento: <a href=\"$1\">accedi</a></p>."
9
+ },
10
+ "feed": {
11
+ "description": "Ultime notizie da $1",
12
+ "copyright": "Copyright $1, $2",
13
+ "missingTitle": "(Nessun titolo)"
14
+ },
15
+ "common": {
16
+ "colon": "$1:"
17
+ }
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "accountPasswordReset": {
3
+ "subject": "Redefinição de senha",
4
+ "message": "<h3>Redefinição de senha</h3><p>Por favor, redefina a senha da sua nova conta clicando no seguinte link: <a href=\"$1\">redefinir minha senha</a></p>"
5
+ },
6
+ "accountCreation": {
7
+ "subject": "Criação de conta",
8
+ "message": "<h3>Criação de conta</h3><p>Sua conta foi criada. Por favor, entre clicando neste link: <a href=\"$1\">entrar</a></p>."
9
+ },
10
+ "feed": {
11
+ "description": "Últimas notícias de $1",
12
+ "copyright": "Copyright $1, $2",
13
+ "missingTitle": "(Sem título)"
14
+ },
15
+ "common": {
16
+ "colon": "$1:"
17
+ }
18
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/server",
3
- "version": "1.95.0",
3
+ "version": "1.96.0",
4
4
  "description": "The ParoiCMS server",
5
5
  "keywords": [
6
6
  "cms",
@@ -37,15 +37,15 @@
37
37
  "@apollo/server": "~4.12.2",
38
38
  "@as-integrations/express5": "~1.1.0",
39
39
  "@aws-sdk/client-ses": "~3.828.0",
40
- "@paroicms/admin-ui": "1.73.0",
41
- "@paroicms/connector": "0.39.1",
42
- "@paroicms/internal-anywhere-lib": "1.31.6",
43
- "@paroicms/internal-server-lib": "1.18.6",
44
- "@paroicms/public-anywhere-lib": "0.28.0",
45
- "@paroicms/public-server-lib": "0.38.1",
46
- "@paroicms/server-database-media-storage": "1.21.1",
47
- "@paroicms/server-image-cache-engine": "1.25.6",
48
- "@paroicms/server-text-cache-system": "1.18.6",
40
+ "@paroicms/admin-ui": "1.74.0",
41
+ "@paroicms/connector": "0.40.0",
42
+ "@paroicms/internal-anywhere-lib": "1.31.8",
43
+ "@paroicms/internal-server-lib": "1.18.8",
44
+ "@paroicms/public-anywhere-lib": "0.29.0",
45
+ "@paroicms/public-server-lib": "0.38.3",
46
+ "@paroicms/server-database-media-storage": "1.21.3",
47
+ "@paroicms/server-image-cache-engine": "1.25.8",
48
+ "@paroicms/server-text-cache-system": "1.18.8",
49
49
  "arktype": "~2.1.20",
50
50
  "bcrypt": "~6.0.0",
51
51
  "compression": "~1.8.0",