@types/jquery 2.0.59 → 2.0.61
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 v2.0/README.md +2 -2
- jquery v2.0/index.d.ts +1 -1
- jquery v2.0/package.json +3 -8
jquery v2.0/README.md
CHANGED
|
@@ -8,9 +8,9 @@ This package contains type definitions for jQuery (http://jquery.com/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery/v2.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 01 Sep 2023 20:03:14 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `$`, `jQuery`
|
|
14
14
|
|
|
15
15
|
# Credits
|
|
16
|
-
These definitions were written by [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), [
|
|
16
|
+
These definitions were written by [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), [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), and [Leonard Thieu](https://github.com/leonard-thieu).
|
jquery v2.0/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
// Steve Fenton <https://github.com/Steve-Fenton>
|
|
6
6
|
// Diullei Gomes <https://github.com/Diullei>
|
|
7
7
|
// Tass Iliopoulos <https://github.com/tasoili>
|
|
8
|
-
// Jason Swearingen <https://github.com/jasons-novaleaf>
|
|
9
8
|
// Sean Hill <https://github.com/seanski>
|
|
10
9
|
// Guus Goossens <https://github.com/Guuz>
|
|
11
10
|
// Kelly Summerlin <https://github.com/ksummerlin>
|
|
@@ -3809,6 +3808,7 @@ interface JQuery {
|
|
|
3809
3808
|
*/
|
|
3810
3809
|
extend(object: { [method: string]: (...args: any[]) => any; }): JQuery;
|
|
3811
3810
|
}
|
|
3811
|
+
// eslint-disable-next-line @definitelytyped/no-declare-current-package
|
|
3812
3812
|
declare module "jquery" {
|
|
3813
3813
|
export = $;
|
|
3814
3814
|
}
|
jquery v2.0/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.61",
|
|
4
4
|
"description": "TypeScript definitions for jQuery",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,11 +30,6 @@
|
|
|
30
30
|
"url": "https://github.com/tasoili",
|
|
31
31
|
"githubUsername": "tasoili"
|
|
32
32
|
},
|
|
33
|
-
{
|
|
34
|
-
"name": "Jason Swearingen",
|
|
35
|
-
"url": "https://github.com/jasons-novaleaf",
|
|
36
|
-
"githubUsername": "jasons-novaleaf"
|
|
37
|
-
},
|
|
38
33
|
{
|
|
39
34
|
"name": "Sean Hill",
|
|
40
35
|
"url": "https://github.com/seanski",
|
|
@@ -115,6 +110,6 @@
|
|
|
115
110
|
},
|
|
116
111
|
"scripts": {},
|
|
117
112
|
"dependencies": {},
|
|
118
|
-
"typesPublisherContentHash": "
|
|
119
|
-
"typeScriptVersion": "3
|
|
113
|
+
"typesPublisherContentHash": "6d206b57a431af1ee8d505f1452a060f98a1e28122d381506b68a98fb7af326e",
|
|
114
|
+
"typeScriptVersion": "4.3"
|
|
120
115
|
}
|