@typescript-eslint/experimental-utils 5.50.0 → 5.50.1-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/README.md CHANGED
@@ -19,4 +19,4 @@ You should switch to importing from that non-experimental package instead.
19
19
 
20
20
  ## Contributing
21
21
 
22
- [See the contributing guide here](../../CONTRIBUTING.md)
22
+ [See the contributing guide here](https://typescript-eslint.io).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/experimental-utils",
3
- "version": "5.50.0",
3
+ "version": "5.50.1-alpha.1+fbe811c8",
4
4
  "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
5
5
  "keywords": [
6
6
  "eslint",
@@ -38,7 +38,7 @@
38
38
  "typecheck": "tsc -p tsconfig.json --noEmit"
39
39
  },
40
40
  "dependencies": {
41
- "@typescript-eslint/utils": "5.50.0"
41
+ "@typescript-eslint/utils": "5.50.1-alpha.1+fbe811c8"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -50,5 +50,5 @@
50
50
  "type": "opencollective",
51
51
  "url": "https://opencollective.com/typescript-eslint"
52
52
  },
53
- "gitHead": "99c091e0e3cf38a28aa5e1d1d2b03b602d51aa0a"
53
+ "gitHead": "fbe811c8c8a7135edff290f0a3a99d60457b59dc"
54
54
  }
@@ -1,2 +0,0 @@
1
- export * from '@typescript-eslint/utils';
2
- //# sourceMappingURL=index.d.ts.map