@types/jquery 1.10.37 → 1.10.38

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 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: Tue, 06 Jul 2021 21:33:44 GMT
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), [Poul Sorensen](https://github.com/s093294), [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).
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 v1.10/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  // Type definitions for jQuery 1.10
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>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "1.10.37",
3
+ "version": "1.10.38",
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": "edc4dc1600be118de685b6fc8c2bb445bd4d839e2990efe9756a8ea4b4d94572",
124
- "typeScriptVersion": "3.6"
118
+ "typesPublisherContentHash": "15413e28f2cfc89a719525d356d5e791187b3d8c127805ec1a4a63e823ba3d63",
119
+ "typeScriptVersion": "3.8"
125
120
  }