@types/jquery 3.5.4 → 3.5.8
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.
- jquery/JQuery.d.ts +4 -3
- jquery/JQueryStatic.d.ts +0 -0
- jquery/LICENSE +0 -0
- jquery/README.md +2 -2
- jquery/dist/jquery.slim.d.ts +0 -0
- jquery/index.d.ts +1 -0
- jquery/legacy.d.ts +0 -0
- jquery/misc.d.ts +456 -456
- jquery/package.json +9 -3
jquery/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.8",
|
|
4
4
|
"description": "TypeScript definitions for jquery",
|
|
5
|
+
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"contributors": [
|
|
7
8
|
{
|
|
@@ -118,6 +119,11 @@
|
|
|
118
119
|
"name": "Martin Badin",
|
|
119
120
|
"url": "https://github.com/martin-badin",
|
|
120
121
|
"githubUsername": "martin-badin"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "Chris Frewin",
|
|
125
|
+
"url": "https://github.com/princefishthrower",
|
|
126
|
+
"githubUsername": "princefishthrower"
|
|
121
127
|
}
|
|
122
128
|
],
|
|
123
129
|
"main": "",
|
|
@@ -131,6 +137,6 @@
|
|
|
131
137
|
"dependencies": {
|
|
132
138
|
"@types/sizzle": "*"
|
|
133
139
|
},
|
|
134
|
-
"typesPublisherContentHash": "
|
|
135
|
-
"typeScriptVersion": "3.
|
|
140
|
+
"typesPublisherContentHash": "7c5458315a43e1704026bb0b98c11b4e6bbe74fdccd14518f027e1cfc9da4b35",
|
|
141
|
+
"typeScriptVersion": "3.7"
|
|
136
142
|
}
|