@types/jquery 2.0.60 → 2.0.61

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 v2.0/README.md CHANGED
@@ -8,7 +8,7 @@ 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/v2.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 11 Jan 2022 22:31:39 GMT
11
+ * Last updated: Fri, 01 Sep 2023 20:03:14 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `$`, `jQuery`
14
14
 
jquery v2.0/index.d.ts CHANGED
@@ -3808,6 +3808,7 @@ interface JQuery {
3808
3808
  */
3809
3809
  extend(object: { [method: string]: (...args: any[]) => any; }): JQuery;
3810
3810
  }
3811
+ // eslint-disable-next-line @definitelytyped/no-declare-current-package
3811
3812
  declare module "jquery" {
3812
3813
  export = $;
3813
3814
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "2.0.60",
3
+ "version": "2.0.61",
4
4
  "description": "TypeScript definitions for jQuery",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
6
6
  "license": "MIT",
@@ -110,6 +110,6 @@
110
110
  },
111
111
  "scripts": {},
112
112
  "dependencies": {},
113
- "typesPublisherContentHash": "f0a8de641081d566b01f5820dd9ff60909478b67519e198c8c69ed042516a229",
114
- "typeScriptVersion": "3.8"
113
+ "typesPublisherContentHash": "6d206b57a431af1ee8d505f1452a060f98a1e28122d381506b68a98fb7af326e",
114
+ "typeScriptVersion": "4.3"
115
115
  }