@types/jquery 1.10.38 → 1.10.40

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: Thu, 23 Dec 2021 23:34:55 GMT
11
+ * Last updated: Mon, 11 Sep 2023 15:33:19 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), [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), [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>
@@ -3823,6 +3822,7 @@ interface JQuery {
3823
3822
  */
3824
3823
  extend(object: { [method: string]: (...args: any[]) => any; }): JQuery;
3825
3824
  }
3825
+ // eslint-disable-next-line @definitelytyped/no-declare-current-package
3826
3826
  declare module "jquery" {
3827
3827
  export = $;
3828
3828
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "1.10.38",
3
+ "version": "1.10.40",
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": "15413e28f2cfc89a719525d356d5e791187b3d8c127805ec1a4a63e823ba3d63",
119
- "typeScriptVersion": "3.8"
113
+ "typesPublisherContentHash": "5af88660dea81c7d228a8fc3a5b2cbac1b9c8747be8272c62ebc67b6e8583d29",
114
+ "typeScriptVersion": "4.3"
120
115
  }