@typescript-eslint/experimental-utils 5.4.1-alpha.3 → 5.4.1-alpha.7
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ i.e. treat it as a `0.x.y` package.
|
|
|
16
16
|
|
|
17
17
|
Feel free to use it now, and let us know what utilities you need or send us PRs with utilities you build on top of it.
|
|
18
18
|
|
|
19
|
-
Once it is stable, it will be renamed to `@typescript-eslint/util` for a `
|
|
19
|
+
Once it is stable, it will be renamed to `@typescript-eslint/util` for a `6.0.0` release.
|
|
20
20
|
|
|
21
21
|
## Exports
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/experimental-utils",
|
|
3
|
-
"version": "5.4.1-alpha.
|
|
3
|
+
"version": "5.4.1-alpha.7+5a4ce6a2",
|
|
4
4
|
"description": "(Experimental) Utilities for working with TypeScript + ESLint together",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@types/json-schema": "^7.0.9",
|
|
43
|
-
"@typescript-eslint/scope-manager": "5.4.1-alpha.
|
|
44
|
-
"@typescript-eslint/types": "5.4.1-alpha.
|
|
45
|
-
"@typescript-eslint/typescript-estree": "5.4.1-alpha.
|
|
43
|
+
"@typescript-eslint/scope-manager": "5.4.1-alpha.7+5a4ce6a2",
|
|
44
|
+
"@typescript-eslint/types": "5.4.1-alpha.7+5a4ce6a2",
|
|
45
|
+
"@typescript-eslint/typescript-estree": "5.4.1-alpha.7+5a4ce6a2",
|
|
46
46
|
"eslint-scope": "^5.1.1",
|
|
47
47
|
"eslint-utils": "^3.0.0"
|
|
48
48
|
},
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
]
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "5a4ce6a241b1d6c6caad87cad85c3741f0953e39"
|
|
67
67
|
}
|