@typescript-eslint/experimental-utils 5.46.0 → 5.46.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/LICENSE +1 -1
- package/package.json +3 -3
- package/_ts3.4/dist/index.d.ts +0 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2019
|
|
3
|
+
Copyright (c) 2019 typescript-eslint and other contributors
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/experimental-utils",
|
|
3
|
-
"version": "5.46.
|
|
3
|
+
"version": "5.46.1-alpha.1+47241bb6",
|
|
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.46.
|
|
41
|
+
"@typescript-eslint/utils": "5.46.1-alpha.1+47241bb6"
|
|
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": "
|
|
53
|
+
"gitHead": "47241bb6f676233e37cd813714b79e3a5d9fb3e0"
|
|
54
54
|
}
|
package/_ts3.4/dist/index.d.ts
DELETED