@strapi/plugin-documentation 4.11.0-exp.9xg4-3qfm-9w8f → 4.11.0-exp.push-transfer-push-stuck
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.
|
@@ -566,70 +566,74 @@ describe('Plugin | Documentation | SettingsPage', () => {
|
|
|
566
566
|
class="c18"
|
|
567
567
|
>
|
|
568
568
|
<div
|
|
569
|
-
class="
|
|
569
|
+
class=""
|
|
570
570
|
>
|
|
571
571
|
<div
|
|
572
|
-
class="
|
|
572
|
+
class="c19"
|
|
573
573
|
>
|
|
574
574
|
<div
|
|
575
|
-
class="
|
|
576
|
-
>
|
|
577
|
-
<label
|
|
578
|
-
class="c5 c21 c22"
|
|
579
|
-
for="1"
|
|
580
|
-
>
|
|
581
|
-
Restricted Access
|
|
582
|
-
</label>
|
|
583
|
-
</div>
|
|
584
|
-
<label
|
|
585
|
-
class="c23"
|
|
575
|
+
class="c20"
|
|
586
576
|
>
|
|
587
577
|
<div
|
|
588
|
-
class="
|
|
578
|
+
class="c4"
|
|
589
579
|
>
|
|
590
|
-
|
|
580
|
+
<label
|
|
581
|
+
class="c5 c21 c22"
|
|
582
|
+
for="1"
|
|
583
|
+
>
|
|
584
|
+
Restricted Access
|
|
585
|
+
</label>
|
|
591
586
|
</div>
|
|
592
|
-
<
|
|
593
|
-
class="
|
|
594
|
-
display="flex"
|
|
587
|
+
<label
|
|
588
|
+
class="c23"
|
|
595
589
|
>
|
|
596
590
|
<div
|
|
597
|
-
|
|
598
|
-
class="c27 c28 c29"
|
|
591
|
+
class="c24"
|
|
599
592
|
>
|
|
600
|
-
|
|
601
|
-
class="c5 c30"
|
|
602
|
-
>
|
|
603
|
-
Off
|
|
604
|
-
</span>
|
|
593
|
+
Restricted Access
|
|
605
594
|
</div>
|
|
606
595
|
<div
|
|
607
|
-
|
|
608
|
-
|
|
596
|
+
class="c25 c26"
|
|
597
|
+
display="flex"
|
|
609
598
|
>
|
|
610
|
-
<
|
|
611
|
-
|
|
599
|
+
<div
|
|
600
|
+
aria-hidden="true"
|
|
601
|
+
class="c27 c28 c29"
|
|
602
|
+
>
|
|
603
|
+
<span
|
|
604
|
+
class="c5 c30"
|
|
605
|
+
>
|
|
606
|
+
Off
|
|
607
|
+
</span>
|
|
608
|
+
</div>
|
|
609
|
+
<div
|
|
610
|
+
aria-hidden="true"
|
|
611
|
+
class="c27 c28 c31"
|
|
612
612
|
>
|
|
613
|
-
|
|
614
|
-
|
|
613
|
+
<span
|
|
614
|
+
class="c5 c32"
|
|
615
|
+
>
|
|
616
|
+
On
|
|
617
|
+
</span>
|
|
618
|
+
</div>
|
|
619
|
+
<input
|
|
620
|
+
aria-describedby="1-hint"
|
|
621
|
+
aria-disabled="false"
|
|
622
|
+
aria-required="false"
|
|
623
|
+
class="c33"
|
|
624
|
+
id="1"
|
|
625
|
+
name="restrictedAccess"
|
|
626
|
+
type="checkbox"
|
|
627
|
+
/>
|
|
615
628
|
</div>
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
/>
|
|
625
|
-
</div>
|
|
626
|
-
</label>
|
|
627
|
-
<p
|
|
628
|
-
class="c5 c34"
|
|
629
|
-
id="1-hint"
|
|
630
|
-
>
|
|
631
|
-
Make the documentation endpoint private
|
|
632
|
-
</p>
|
|
629
|
+
</label>
|
|
630
|
+
<p
|
|
631
|
+
class="c5 c34"
|
|
632
|
+
id="1-hint"
|
|
633
|
+
>
|
|
634
|
+
Make the documentation endpoint private
|
|
635
|
+
</p>
|
|
636
|
+
</div>
|
|
633
637
|
</div>
|
|
634
638
|
</div>
|
|
635
639
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-documentation",
|
|
3
|
-
"version": "4.11.0-exp.
|
|
3
|
+
"version": "4.11.0-exp.push-transfer-push-stuck",
|
|
4
4
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@strapi/design-system": "1.7.
|
|
34
|
-
"@strapi/helper-plugin": "4.11.0-exp.
|
|
35
|
-
"@strapi/icons": "1.7.
|
|
36
|
-
"@strapi/utils": "4.11.0-exp.
|
|
33
|
+
"@strapi/design-system": "1.7.7",
|
|
34
|
+
"@strapi/helper-plugin": "4.11.0-exp.push-transfer-push-stuck",
|
|
35
|
+
"@strapi/icons": "1.7.7",
|
|
36
|
+
"@strapi/utils": "4.11.0-exp.push-transfer-push-stuck",
|
|
37
37
|
"bcryptjs": "2.4.3",
|
|
38
38
|
"cheerio": "^1.0.0-rc.12",
|
|
39
|
-
"formik": "2.
|
|
39
|
+
"formik": "2.2.9",
|
|
40
40
|
"fs-extra": "10.0.0",
|
|
41
41
|
"immer": "9.0.19",
|
|
42
42
|
"koa-static": "^5.0.0",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"pluralize": "8.0.0",
|
|
46
46
|
"react-helmet": "^6.1.0",
|
|
47
47
|
"react-intl": "6.4.1",
|
|
48
|
-
"react-query": "3.
|
|
48
|
+
"react-query": "3.24.3",
|
|
49
49
|
"react-redux": "8.0.5",
|
|
50
50
|
"redux": "^4.2.1",
|
|
51
51
|
"reselect": "^4.1.7",
|
|
52
|
-
"swagger-ui-dist": "4.
|
|
52
|
+
"swagger-ui-dist": "4.18.1",
|
|
53
53
|
"yaml": "1.10.2",
|
|
54
54
|
"yup": "^0.32.9"
|
|
55
55
|
},
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
81
81
|
"kind": "plugin"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "90032a791f5413b9f139ea01687eda04c057eacd"
|
|
84
84
|
}
|