@types/jquery 3.5.0 → 3.5.1
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/README.md +1 -1
- jquery/misc.d.ts +0 -1
- jquery/package.json +2 -2
jquery/README.md
CHANGED
|
@@ -8,7 +8,7 @@ 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:
|
|
11
|
+
* Last updated: Wed, 29 Jul 2020 15:36:30 GMT
|
|
12
12
|
* Dependencies: [@types/sizzle](https://npmjs.com/package/@types/sizzle)
|
|
13
13
|
* Global values: `$`, `Symbol`, `jQuery`
|
|
14
14
|
|
jquery/misc.d.ts
CHANGED
|
@@ -4164,7 +4164,6 @@ $( document ).on( "mousemove", function( event ) {
|
|
|
4164
4164
|
* For key or mouse events, this property indicates the specific key or button that was pressed.
|
|
4165
4165
|
* @see \`{@link https://api.jquery.com/event.which/ }\`
|
|
4166
4166
|
* @since 1.1.3
|
|
4167
|
-
* @deprecated Deprecated since 3.3. See \`{@link https://github.com/jquery/api.jquery.com/issues/821 }\`.
|
|
4168
4167
|
* @example ````Log which key was depressed.
|
|
4169
4168
|
```html
|
|
4170
4169
|
<!doctype html>
|
jquery/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"description": "TypeScript definitions for jquery",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -131,6 +131,6 @@
|
|
|
131
131
|
"dependencies": {
|
|
132
132
|
"@types/sizzle": "*"
|
|
133
133
|
},
|
|
134
|
-
"typesPublisherContentHash": "
|
|
134
|
+
"typesPublisherContentHash": "bbea2d30c44e1d96e4164fda5e19905190af2fda36b978503665f2d9b20c0926",
|
|
135
135
|
"typeScriptVersion": "3.0"
|
|
136
136
|
}
|