@strapi/plugin-documentation 4.0.0-beta.16 → 4.0.0-beta.17

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.
@@ -149,7 +149,7 @@ const PluginPage = () => {
149
149
  label={formatMessage(
150
150
  {
151
151
  id: getTrad('pages.PluginPage.table.icon.regenerate'),
152
- defaultMessage: 'Regnerate {target}',
152
+ defaultMessage: 'Regenerate {target}',
153
153
  },
154
154
  { target: `${doc.version}` }
155
155
  )}
@@ -584,6 +584,7 @@ describe('Plugin | Documentation | SettingsPage', () => {
584
584
  </span>
585
585
  </div>
586
586
  <input
587
+ aria-disabled="false"
587
588
  class="c32"
588
589
  name="restrictedAccess"
589
590
  type="checkbox"
@@ -27,7 +27,7 @@
27
27
  "pages.PluginPage.header.description": "Configure the documentation plugin",
28
28
  "pages.PluginPage.table.generated": "Last generated",
29
29
  "pages.PluginPage.table.icon.delete": "Delete {target}",
30
- "pages.PluginPage.table.icon.regnerate": "Regenerate {target}",
30
+ "pages.PluginPage.table.icon.regenerate": "Regenerate {target}",
31
31
  "pages.PluginPage.table.icon.show": "Open {target}",
32
32
  "pages.PluginPage.table.version": "Version",
33
33
  "pages.SettingPage.title": "Settings",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-documentation",
3
- "version": "4.0.0-beta.16",
3
+ "version": "4.0.0-beta.17",
4
4
  "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
5
5
  "strapi": {
6
6
  "displayName": "Documentation",
@@ -12,8 +12,8 @@
12
12
  "test": "echo \"no tests yet\""
13
13
  },
14
14
  "dependencies": {
15
- "@strapi/helper-plugin": "4.0.0-beta.16",
16
- "@strapi/utils": "4.0.0-beta.16",
15
+ "@strapi/helper-plugin": "4.0.0-beta.17",
16
+ "@strapi/utils": "4.0.0-beta.17",
17
17
  "bcryptjs": "2.4.3",
18
18
  "cheerio": "^1.0.0-rc.5",
19
19
  "fs-extra": "^9.1.0",
@@ -71,5 +71,5 @@
71
71
  "npm": ">=6.0.0"
72
72
  },
73
73
  "license": "SEE LICENSE IN LICENSE",
74
- "gitHead": "71bdfa34637832e8e78a6cf1b57c8c6dbadf133d"
74
+ "gitHead": "8f9cf3803464d3dbfc8c1090c16bb5f53a60c6c3"
75
75
  }