@types/jquery 3.5.10 → 3.5.11
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/README.md +2 -2
- jquery/index.d.ts +0 -1
- jquery/package.json +2 -7
jquery/README.md
CHANGED
|
@@ -8,9 +8,9 @@ This package contains type definitions for jquery (https://jquery.com).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 23 Dec 2021 23:34:54 GMT
|
|
12
12
|
* Dependencies: [@types/sizzle](https://npmjs.com/package/@types/sizzle)
|
|
13
13
|
* Global values: `$`, `Symbol`, `jQuery`
|
|
14
14
|
|
|
15
15
|
# Credits
|
|
16
|
-
These definitions were written by [Leonard Thieu](https://github.com/leonard-thieu), [Boris Yankov](https://github.com/borisyankov), [Christian Hoffmeister](https://github.com/choffmeister), [Steve Fenton](https://github.com/Steve-Fenton), [Diullei Gomes](https://github.com/Diullei), [Tass Iliopoulos](https://github.com/tasoili), [Jason Swearingen](https://github.com/jasons-novaleaf), [Sean Hill](https://github.com/seanski), [Guus Goossens](https://github.com/Guuz), [Kelly Summerlin](https://github.com/ksummerlin), [Basarat Ali Syed](https://github.com/basarat), [Nicholas Wolverson](https://github.com/nwolverson), [Derek Cicerone](https://github.com/derekcicerone), [Andrew Gaspar](https://github.com/AndrewGaspar), [Seikichi Kondo](https://github.com/seikichi), [Benjamin Jackman](https://github.com/benjaminjackman), [
|
|
16
|
+
These definitions were written by [Leonard Thieu](https://github.com/leonard-thieu), [Boris Yankov](https://github.com/borisyankov), [Christian Hoffmeister](https://github.com/choffmeister), [Steve Fenton](https://github.com/Steve-Fenton), [Diullei Gomes](https://github.com/Diullei), [Tass Iliopoulos](https://github.com/tasoili), [Jason Swearingen](https://github.com/jasons-novaleaf), [Sean Hill](https://github.com/seanski), [Guus Goossens](https://github.com/Guuz), [Kelly Summerlin](https://github.com/ksummerlin), [Basarat Ali Syed](https://github.com/basarat), [Nicholas Wolverson](https://github.com/nwolverson), [Derek Cicerone](https://github.com/derekcicerone), [Andrew Gaspar](https://github.com/AndrewGaspar), [Seikichi Kondo](https://github.com/seikichi), [Benjamin Jackman](https://github.com/benjaminjackman), [Josh Strobl](https://github.com/JoshStrobl), [John Reilly](https://github.com/johnnyreilly), [Dick van den Brink](https://github.com/DickvdBrink), [Thomas Schulz](https://github.com/King2500), [Terry Mun](https://github.com/terrymun), [Martin Badin](https://github.com/martin-badin), and [Chris Frewin](https://github.com/princefishthrower).
|
jquery/index.d.ts
CHANGED
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
// Andrew Gaspar <https://github.com/AndrewGaspar>
|
|
17
17
|
// Seikichi Kondo <https://github.com/seikichi>
|
|
18
18
|
// Benjamin Jackman <https://github.com/benjaminjackman>
|
|
19
|
-
// Poul Sorensen <https://github.com/s093294>
|
|
20
19
|
// Josh Strobl <https://github.com/JoshStrobl>
|
|
21
20
|
// John Reilly <https://github.com/johnnyreilly>
|
|
22
21
|
// Dick van den Brink <https://github.com/DickvdBrink>
|
jquery/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.11",
|
|
4
4
|
"description": "TypeScript definitions for jquery",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
|
|
6
6
|
"license": "MIT",
|
|
@@ -85,11 +85,6 @@
|
|
|
85
85
|
"url": "https://github.com/benjaminjackman",
|
|
86
86
|
"githubUsername": "benjaminjackman"
|
|
87
87
|
},
|
|
88
|
-
{
|
|
89
|
-
"name": "Poul Sorensen",
|
|
90
|
-
"url": "https://github.com/s093294",
|
|
91
|
-
"githubUsername": "s093294"
|
|
92
|
-
},
|
|
93
88
|
{
|
|
94
89
|
"name": "Josh Strobl",
|
|
95
90
|
"url": "https://github.com/JoshStrobl",
|
|
@@ -137,6 +132,6 @@
|
|
|
137
132
|
"dependencies": {
|
|
138
133
|
"@types/sizzle": "*"
|
|
139
134
|
},
|
|
140
|
-
"typesPublisherContentHash": "
|
|
135
|
+
"typesPublisherContentHash": "47a26380dc0f69ccd8767a7a45d625954c5fcc5a09a17d4eb8b9892d68b61838",
|
|
141
136
|
"typeScriptVersion": "3.8"
|
|
142
137
|
}
|