@daisy/ace-axe-runner-electron 1.3.2 → 1.3.3-alpha.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.
- package/lib/init.js +2 -1
- package/package.json +2 -2
- package/src/init.js +2 -1
package/lib/init.js
CHANGED
|
@@ -664,7 +664,8 @@ new Promise((resolve, reject) => {
|
|
|
664
664
|
!window.daisy.ace.run ||
|
|
665
665
|
!window.daisy.ace.createReport
|
|
666
666
|
|| !window.axe
|
|
667
|
-
|| !window.HTML5Outline
|
|
667
|
+
// || !window.HTML5Outline
|
|
668
|
+
) {
|
|
668
669
|
|
|
669
670
|
window.tryAceAxeN++;
|
|
670
671
|
if (window.tryAceAxeN < 15) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daisy/ace-axe-runner-electron",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3-alpha.1",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=12.0.0",
|
|
6
6
|
"yarn": "^1.22.0",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"main": "lib/index.js",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@daisy/ace-cli-shared": "1.3.
|
|
26
|
+
"@daisy/ace-cli-shared": "1.3.3-alpha.1",
|
|
27
27
|
"mime-types": "^2.1.35",
|
|
28
28
|
"uuid": "^8.3.2"
|
|
29
29
|
},
|
package/src/init.js
CHANGED
|
@@ -687,7 +687,8 @@ new Promise((resolve, reject) => {
|
|
|
687
687
|
!window.daisy.ace.run ||
|
|
688
688
|
!window.daisy.ace.createReport
|
|
689
689
|
|| !window.axe
|
|
690
|
-
|| !window.HTML5Outline
|
|
690
|
+
// || !window.HTML5Outline
|
|
691
|
+
) {
|
|
691
692
|
|
|
692
693
|
window.tryAceAxeN++;
|
|
693
694
|
if (window.tryAceAxeN < 15) {
|