@eslint-react/shared 4.0.2-beta.0 → 4.0.2-beta.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -411,7 +411,6 @@ const IMPURE_FUNCS = new Map([
411
411
  * Known impure global constructors used with `new`
412
412
  */
413
413
  const IMPURE_CTORS = new Set([
414
- "AbortController",
415
414
  "Audio",
416
415
  "AudioContext",
417
416
  "BroadcastChannel",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "4.0.2-beta.0",
3
+ "version": "4.0.2-beta.1",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {