@types/jquery 2.0.57 → 2.0.58
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 +2 -3
- 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: Thu, 23 Dec 2021 23:34:55 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), [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 [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), and [Leonard Thieu](https://github.com/leonard-thieu).
|
jquery v2.0/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Type definitions for jQuery 2.0
|
|
2
2
|
// Project: http://jquery.com/
|
|
3
|
-
// Definitions by: Boris Yankov <https://github.com/borisyankov
|
|
3
|
+
// Definitions by: Boris Yankov <https://github.com/borisyankov>
|
|
4
4
|
// Christian Hoffmeister <https://github.com/choffmeister>
|
|
5
5
|
// Steve Fenton <https://github.com/Steve-Fenton>
|
|
6
6
|
// Diullei Gomes <https://github.com/Diullei>
|
|
@@ -15,9 +15,8 @@
|
|
|
15
15
|
// Andrew Gaspar <https://github.com/AndrewGaspar>
|
|
16
16
|
// Seikichi Kondo <https://github.com/seikichi>
|
|
17
17
|
// Benjamin Jackman <https://github.com/benjaminjackman>
|
|
18
|
-
// Poul Sorensen <https://github.com/s093294>
|
|
19
18
|
// Josh Strobl <https://github.com/JoshStrobl>
|
|
20
|
-
// John Reilly <https://github.com/johnnyreilly
|
|
19
|
+
// John Reilly <https://github.com/johnnyreilly>
|
|
21
20
|
// Dick van den Brink <https://github.com/DickvdBrink>
|
|
22
21
|
// Thomas Schulz <https://github.com/King2500>
|
|
23
22
|
// Leonard Thieu <https://github.com/leonard-thieu>
|
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.58",
|
|
4
4
|
"description": "TypeScript definitions for jQuery",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
|
|
6
6
|
"license": "MIT",
|
|
@@ -80,11 +80,6 @@
|
|
|
80
80
|
"url": "https://github.com/benjaminjackman",
|
|
81
81
|
"githubUsername": "benjaminjackman"
|
|
82
82
|
},
|
|
83
|
-
{
|
|
84
|
-
"name": "Poul Sorensen",
|
|
85
|
-
"url": "https://github.com/s093294",
|
|
86
|
-
"githubUsername": "s093294"
|
|
87
|
-
},
|
|
88
83
|
{
|
|
89
84
|
"name": "Josh Strobl",
|
|
90
85
|
"url": "https://github.com/JoshStrobl",
|
|
@@ -120,6 +115,6 @@
|
|
|
120
115
|
},
|
|
121
116
|
"scripts": {},
|
|
122
117
|
"dependencies": {},
|
|
123
|
-
"typesPublisherContentHash": "
|
|
124
|
-
"typeScriptVersion": "3.
|
|
118
|
+
"typesPublisherContentHash": "2b232d3cdc598f1780e4d2c1207974c2d47fdff397ef97ca43d87f6a9db3facd",
|
|
119
|
+
"typeScriptVersion": "3.8"
|
|
125
120
|
}
|