@strapi/plugin-documentation 5.38.0 → 5.39.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.
@@ -37,7 +37,10 @@ var es = {
37
37
  "pages.SettingsPage.toggle.label": "Acceso restringido",
38
38
  "plugin.description.long": "Cree un documento OpenAPI y visualice su API con Swagger UI.",
39
39
  "plugin.description.short": "Cree un documento OpenAPI y visualice su API con Swagger UI.",
40
- "plugin.name": "Documentación"
40
+ "plugin.name": "Documentación",
41
+ "Input.error.contain.lowercase": "La contraseña debe contener al menos un carácter en minúscula",
42
+ "Input.error.contain.number": "La contraseña debe contener al menos un número",
43
+ "Input.error.contain.uppercase": "La contraseña debe contener al menos un carácter en mayúscula"
41
44
  };
42
45
 
43
46
  module.exports = es;
@@ -1 +1 @@
1
- {"version":3,"file":"es.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"es.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -35,7 +35,10 @@ var es = {
35
35
  "pages.SettingsPage.toggle.label": "Acceso restringido",
36
36
  "plugin.description.long": "Cree un documento OpenAPI y visualice su API con Swagger UI.",
37
37
  "plugin.description.short": "Cree un documento OpenAPI y visualice su API con Swagger UI.",
38
- "plugin.name": "Documentación"
38
+ "plugin.name": "Documentación",
39
+ "Input.error.contain.lowercase": "La contraseña debe contener al menos un carácter en minúscula",
40
+ "Input.error.contain.number": "La contraseña debe contener al menos un número",
41
+ "Input.error.contain.uppercase": "La contraseña debe contener al menos un carácter en mayúscula"
39
42
  };
40
43
 
41
44
  export { es as default };
@@ -1 +1 @@
1
- {"version":3,"file":"es.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"es.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@strapi/plugin-documentation",
3
- "version": "5.38.0",
3
+ "version": "5.39.0",
4
4
  "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
5
+ "homepage": "https://strapi.io",
6
+ "bugs": {
7
+ "url": "https://github.com/strapi/strapi/issues"
8
+ },
5
9
  "repository": {
6
10
  "type": "git",
7
- "url": "https://github.com/strapi/strapi.git",
11
+ "url": "git://github.com/strapi/strapi.git",
8
12
  "directory": "packages/plugins/documentation"
9
13
  },
10
14
  "license": "SEE LICENSE IN LICENSE",
@@ -59,10 +63,10 @@
59
63
  },
60
64
  "dependencies": {
61
65
  "@reduxjs/toolkit": "1.9.7",
62
- "@strapi/admin": "5.38.0",
66
+ "@strapi/admin": "5.39.0",
63
67
  "@strapi/design-system": "2.2.0",
64
68
  "@strapi/icons": "2.2.0",
65
- "@strapi/utils": "5.38.0",
69
+ "@strapi/utils": "5.39.0",
66
70
  "bcryptjs": "2.4.3",
67
71
  "cheerio": "^1.0.0",
68
72
  "formik": "2.4.5",
@@ -78,16 +82,16 @@
78
82
  },
79
83
  "devDependencies": {
80
84
  "@apidevtools/swagger-parser": "^10.1.0",
81
- "@strapi/admin-test-utils": "5.38.0",
82
- "@strapi/strapi": "5.38.0",
83
- "@strapi/types": "5.38.0",
85
+ "@strapi/admin-test-utils": "5.39.0",
86
+ "@strapi/strapi": "5.39.0",
87
+ "@strapi/types": "5.39.0",
84
88
  "@testing-library/react": "16.3.0",
85
89
  "@testing-library/user-event": "14.6.1",
86
90
  "@types/fs-extra": "11.0.4",
87
91
  "@types/koa": "2.13.4",
88
92
  "@types/koa-session": "6.4.1",
89
93
  "@types/swagger-ui-dist": "3.30.4",
90
- "koa": "2.16.3",
94
+ "koa": "2.16.4",
91
95
  "koa-body": "6.0.1",
92
96
  "koa-session": "6.4.0",
93
97
  "msw": "1.3.0",