axe-core 4.4.2 → 4.4.3

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/axe.d.ts CHANGED
@@ -233,6 +233,7 @@ declare namespace axe {
233
233
  none?: string[];
234
234
  tags?: string[];
235
235
  matches?: string;
236
+ reviewOnFail?: boolean;
236
237
  }
237
238
  interface AxePlugin {
238
239
  id: string;
package/axe.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! axe v4.4.2
1
+ /*! axe v4.4.3
2
2
  * Copyright (c) 2022 Deque Systems, Inc.
3
3
  *
4
4
  * Your use of this Source Code Form is subject to the terms of the Mozilla Public
@@ -22,7 +22,7 @@
22
22
  }, _typeof(obj);
23
23
  }
24
24
  var axe = axe || {};
25
- axe.version = '4.4.2';
25
+ axe.version = '4.4.3';
26
26
  if (typeof define === 'function' && define.amd) {
27
27
  define('axe-core', [], function() {
28
28
  return axe;