@types/jquery 3.5.12 → 3.5.13

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.
Files changed (3) hide show
  1. jquery/README.md +2 -2
  2. jquery/index.d.ts +0 -1
  3. jquery/package.json +2 -7
jquery/README.md CHANGED
@@ -8,9 +8,9 @@ This package contains type definitions for jquery (https://jquery.com).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 10 Jan 2022 21:31:41 GMT
11
+ * Last updated: Tue, 11 Jan 2022 22:31:39 GMT
12
12
  * Dependencies: [@types/sizzle](https://npmjs.com/package/@types/sizzle)
13
13
  * Global values: `$`, `Symbol`, `jQuery`
14
14
 
15
15
  # Credits
16
- These definitions were written by [Leonard Thieu](https://github.com/leonard-thieu), [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), [Terry Mun](https://github.com/terrymun), [Martin Badin](https://github.com/martin-badin), and [Chris Frewin](https://github.com/princefishthrower).
16
+ These definitions were written by [Leonard Thieu](https://github.com/leonard-thieu), [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), [Terry Mun](https://github.com/terrymun), [Martin Badin](https://github.com/martin-badin), and [Chris Frewin](https://github.com/princefishthrower).
jquery/index.d.ts CHANGED
@@ -6,7 +6,6 @@
6
6
  // Steve Fenton <https://github.com/Steve-Fenton>
7
7
  // Diullei Gomes <https://github.com/Diullei>
8
8
  // Tass Iliopoulos <https://github.com/tasoili>
9
- // Jason Swearingen <https://github.com/jasons-novaleaf>
10
9
  // Sean Hill <https://github.com/seanski>
11
10
  // Guus Goossens <https://github.com/Guuz>
12
11
  // Kelly Summerlin <https://github.com/ksummerlin>
jquery/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "3.5.12",
3
+ "version": "3.5.13",
4
4
  "description": "TypeScript definitions for jquery",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
6
6
  "license": "MIT",
@@ -35,11 +35,6 @@
35
35
  "url": "https://github.com/tasoili",
36
36
  "githubUsername": "tasoili"
37
37
  },
38
- {
39
- "name": "Jason Swearingen",
40
- "url": "https://github.com/jasons-novaleaf",
41
- "githubUsername": "jasons-novaleaf"
42
- },
43
38
  {
44
39
  "name": "Sean Hill",
45
40
  "url": "https://github.com/seanski",
@@ -132,6 +127,6 @@
132
127
  "dependencies": {
133
128
  "@types/sizzle": "*"
134
129
  },
135
- "typesPublisherContentHash": "d182a0d52ee785afffcf9c5f5ba0faa240861de364bb071da8b8959e8ed38ce4",
130
+ "typesPublisherContentHash": "5a36c8286c4bd77b937e018aacd7b1960cefa0e826ab4ab44b14cdf92d083175",
136
131
  "typeScriptVersion": "3.8"
137
132
  }