@strapi/plugin-users-permissions 5.50.1 → 5.50.2
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.
- package/admin/src/translations/ko.json +2 -1
- package/dist/admin/translations/ko.json.js +2 -1
- package/dist/admin/translations/ko.json.js.map +1 -1
- package/dist/admin/translations/ko.json.mjs +2 -1
- package/dist/admin/translations/ko.json.mjs.map +1 -1
- package/jsconfig.json +7 -0
- package/package.json +11 -8
|
@@ -78,5 +78,6 @@
|
|
|
78
78
|
"popUpWarning.button.cancel": "취소",
|
|
79
79
|
"popUpWarning.button.confirm": "확인",
|
|
80
80
|
"popUpWarning.title": "Please confirm",
|
|
81
|
-
"popUpWarning.warning.cancel": "수정 사항을 취소하시겠습니까?"
|
|
81
|
+
"popUpWarning.warning.cancel": "수정 사항을 취소하시겠습니까?",
|
|
82
|
+
"Email.template.reset_password": "비밀번호 재설정"
|
|
82
83
|
}
|
|
@@ -80,7 +80,8 @@ var ko = {
|
|
|
80
80
|
"popUpWarning.button.cancel": "취소",
|
|
81
81
|
"popUpWarning.button.confirm": "확인",
|
|
82
82
|
"popUpWarning.title": "Please confirm",
|
|
83
|
-
"popUpWarning.warning.cancel": "수정 사항을 취소하시겠습니까?"
|
|
83
|
+
"popUpWarning.warning.cancel": "수정 사항을 취소하시겠습니까?",
|
|
84
|
+
"Email.template.reset_password": "비밀번호 재설정"
|
|
84
85
|
};
|
|
85
86
|
|
|
86
87
|
module.exports = ko;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ko.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ko.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -78,7 +78,8 @@ var ko = {
|
|
|
78
78
|
"popUpWarning.button.cancel": "취소",
|
|
79
79
|
"popUpWarning.button.confirm": "확인",
|
|
80
80
|
"popUpWarning.title": "Please confirm",
|
|
81
|
-
"popUpWarning.warning.cancel": "수정 사항을 취소하시겠습니까?"
|
|
81
|
+
"popUpWarning.warning.cancel": "수정 사항을 취소하시겠습니까?",
|
|
82
|
+
"Email.template.reset_password": "비밀번호 재설정"
|
|
82
83
|
};
|
|
83
84
|
|
|
84
85
|
export { ko as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ko.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ko.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/jsconfig.json
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-users-permissions",
|
|
3
|
-
"version": "5.50.
|
|
3
|
+
"version": "5.50.2",
|
|
4
4
|
"description": "Protect your API with a full-authentication process based on JWT",
|
|
5
5
|
"homepage": "https://strapi.io",
|
|
6
6
|
"bugs": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"build": "run -T npm-run-all clean build:code",
|
|
44
44
|
"build:code": "run -T rollup -c",
|
|
45
45
|
"clean": "run -T rimraf dist",
|
|
46
|
-
"lint": "run -T eslint .",
|
|
46
|
+
"lint": "run -T eslint . --max-warnings=0",
|
|
47
47
|
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
|
48
48
|
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
|
|
49
49
|
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"watch": "run -T rollup -c -w"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@strapi/design-system": "2.2.
|
|
57
|
-
"@strapi/icons": "2.2.
|
|
58
|
-
"@strapi/utils": "5.50.
|
|
56
|
+
"@strapi/design-system": "2.2.3",
|
|
57
|
+
"@strapi/icons": "2.2.3",
|
|
58
|
+
"@strapi/utils": "5.50.2",
|
|
59
59
|
"bcryptjs": "2.4.3",
|
|
60
|
-
"formik": "2.4.
|
|
60
|
+
"formik": "2.4.9",
|
|
61
61
|
"grant": "5.4.24",
|
|
62
62
|
"immer": "9.0.21",
|
|
63
|
-
"jsonwebtoken": "9.0.
|
|
63
|
+
"jsonwebtoken": "9.0.3",
|
|
64
64
|
"jwk-to-pem": "2.0.7",
|
|
65
65
|
"koa": "2.16.4",
|
|
66
66
|
"koa2-ratelimit": "^1.1.3",
|
|
@@ -75,10 +75,13 @@
|
|
|
75
75
|
"zod": "3.25.67"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@strapi/strapi": "5.50.
|
|
78
|
+
"@strapi/strapi": "5.50.2",
|
|
79
79
|
"@testing-library/dom": "10.4.1",
|
|
80
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
80
81
|
"@testing-library/react": "16.3.2",
|
|
81
82
|
"@testing-library/user-event": "14.6.1",
|
|
83
|
+
"@types/jest": "29.5.2",
|
|
84
|
+
"jest": "29.6.0",
|
|
82
85
|
"msw": "2.13.4",
|
|
83
86
|
"react": "18.3.1",
|
|
84
87
|
"react-dom": "18.3.1",
|