@strapi/plugin-users-permissions 5.42.0 → 5.42.1
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"BoundRoute.title": "
|
|
2
|
+
"BoundRoute.title": "Przypisane ścieżki",
|
|
3
3
|
"EditForm.inputSelect.description.role": "Połączy nowego uwierzytelnionego użytkownika z wybraną rolą.",
|
|
4
4
|
"EditForm.inputSelect.label.role": "Domyślna rola dla uwierzytelnionych użytkowników",
|
|
5
5
|
"EditForm.inputToggle.description.email": "Nie zezwalaj użytkownikowi na tworzenie wielu kont za pomocą tego samego adresu e-mail u różnych dostawców uwierzytelniania.",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"EditPage.form.roles": "Szczegóły roli",
|
|
18
18
|
"Email.template.data.loaded": "Szablon email został załadowany",
|
|
19
19
|
"Email.template.email_confirmation": "Potwierdzenie adresu email",
|
|
20
|
+
"Email.template.reset_password": "Zresetuj hasło",
|
|
20
21
|
"Email.template.form.edit.label": "Edytuj szablon",
|
|
21
22
|
"Email.template.table.action.label": "akcja",
|
|
22
23
|
"Email.template.table.icon.label": "ikonka",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var pl = {
|
|
4
|
-
"BoundRoute.title": "
|
|
4
|
+
"BoundRoute.title": "Przypisane ścieżki",
|
|
5
5
|
"EditForm.inputSelect.description.role": "Połączy nowego uwierzytelnionego użytkownika z wybraną rolą.",
|
|
6
6
|
"EditForm.inputSelect.label.role": "Domyślna rola dla uwierzytelnionych użytkowników",
|
|
7
7
|
"EditForm.inputToggle.description.email": "Nie zezwalaj użytkownikowi na tworzenie wielu kont za pomocą tego samego adresu e-mail u różnych dostawców uwierzytelniania.",
|
|
@@ -19,6 +19,7 @@ var pl = {
|
|
|
19
19
|
"EditPage.form.roles": "Szczegóły roli",
|
|
20
20
|
"Email.template.data.loaded": "Szablon email został załadowany",
|
|
21
21
|
"Email.template.email_confirmation": "Potwierdzenie adresu email",
|
|
22
|
+
"Email.template.reset_password": "Zresetuj hasło",
|
|
22
23
|
"Email.template.form.edit.label": "Edytuj szablon",
|
|
23
24
|
"Email.template.table.action.label": "akcja",
|
|
24
25
|
"Email.template.table.icon.label": "ikonka",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pl.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var pl = {
|
|
2
|
-
"BoundRoute.title": "
|
|
2
|
+
"BoundRoute.title": "Przypisane ścieżki",
|
|
3
3
|
"EditForm.inputSelect.description.role": "Połączy nowego uwierzytelnionego użytkownika z wybraną rolą.",
|
|
4
4
|
"EditForm.inputSelect.label.role": "Domyślna rola dla uwierzytelnionych użytkowników",
|
|
5
5
|
"EditForm.inputToggle.description.email": "Nie zezwalaj użytkownikowi na tworzenie wielu kont za pomocą tego samego adresu e-mail u różnych dostawców uwierzytelniania.",
|
|
@@ -17,6 +17,7 @@ var pl = {
|
|
|
17
17
|
"EditPage.form.roles": "Szczegóły roli",
|
|
18
18
|
"Email.template.data.loaded": "Szablon email został załadowany",
|
|
19
19
|
"Email.template.email_confirmation": "Potwierdzenie adresu email",
|
|
20
|
+
"Email.template.reset_password": "Zresetuj hasło",
|
|
20
21
|
"Email.template.form.edit.label": "Edytuj szablon",
|
|
21
22
|
"Email.template.table.action.label": "akcja",
|
|
22
23
|
"Email.template.table.icon.label": "ikonka",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pl.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-users-permissions",
|
|
3
|
-
"version": "5.42.
|
|
3
|
+
"version": "5.42.1",
|
|
4
4
|
"description": "Protect your API with a full-authentication process based on JWT",
|
|
5
5
|
"homepage": "https://strapi.io",
|
|
6
6
|
"bugs": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@strapi/design-system": "2.2.0",
|
|
57
57
|
"@strapi/icons": "2.2.0",
|
|
58
|
-
"@strapi/utils": "5.42.
|
|
58
|
+
"@strapi/utils": "5.42.1",
|
|
59
59
|
"bcryptjs": "2.4.3",
|
|
60
60
|
"formik": "2.4.5",
|
|
61
61
|
"grant": "^5.4.8",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"jwk-to-pem": "2.0.7",
|
|
65
65
|
"koa": "2.16.4",
|
|
66
66
|
"koa2-ratelimit": "^1.1.3",
|
|
67
|
-
"lodash": "4.
|
|
67
|
+
"lodash": "4.18.1",
|
|
68
68
|
"prop-types": "^15.8.1",
|
|
69
69
|
"purest": "4.0.2",
|
|
70
70
|
"react-intl": "6.6.2",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"zod": "3.25.67"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@strapi/strapi": "5.42.
|
|
78
|
+
"@strapi/strapi": "5.42.1",
|
|
79
79
|
"@testing-library/dom": "10.4.1",
|
|
80
80
|
"@testing-library/react": "16.3.0",
|
|
81
81
|
"@testing-library/user-event": "14.6.1",
|