@types/jquery 3.3.29 → 3.3.30

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/misc.d.ts +1 -0
  3. jquery/package.json +4 -3
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: Tue, 25 Dec 2018 21:10:47 GMT
11
+ * Last updated: Mon, 24 Jun 2019 19:52:03 GMT
12
12
  * Dependencies: @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>, 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>, Terry Mun <https://github.com/terrymun>.
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>, 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 Terry Mun <https://github.com/terrymun>.
jquery/misc.d.ts CHANGED
@@ -677,6 +677,7 @@ declare namespace JQuery {
677
677
  'setRequestHeader' | 'status' | 'statusText'>,
678
678
  Partial<Pick<XMLHttpRequest, 'responseXML'>> {
679
679
  responseJSON?: any;
680
+ abort(statusText?: string): void;
680
681
 
681
682
  /**
682
683
  * Determine the current state of a Deferred object.
jquery/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "3.3.29",
3
+ "version": "3.3.30",
4
4
  "description": "TypeScript definitions for jquery",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -119,12 +119,13 @@
119
119
  "types": "index",
120
120
  "repository": {
121
121
  "type": "git",
122
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
122
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
123
+ "directory": "types/jquery"
123
124
  },
124
125
  "scripts": {},
125
126
  "dependencies": {
126
127
  "@types/sizzle": "*"
127
128
  },
128
- "typesPublisherContentHash": "071233c6e9934a76dcae8dca364b8a702492270644476df618bccad27a3c7af1",
129
+ "typesPublisherContentHash": "df62dc4dca38a444be365d9e0268e088a19ae08d0a4464c56083e0aea9df2c54",
129
130
  "typeScriptVersion": "2.3"
130
131
  }