@types/jquery 1.10.38 → 1.10.39
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 v1.10/README.md +2 -2
- jquery v1.10/index.d.ts +0 -1
- jquery v1.10/package.json +2 -7
jquery v1.10/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/v1.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 11 Jan 2022 22:31:40 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 v1.10/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>
|
jquery v1.10/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.39",
|
|
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": "
|
|
113
|
+
"typesPublisherContentHash": "afd0ee5ab8fe297fc7f33b0b2f46af6174beb0e5a1e9248868dfb7c44226659d",
|
|
119
114
|
"typeScriptVersion": "3.8"
|
|
120
115
|
}
|