@types/jquery 1.10.39 → 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,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/v1.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 11 Jan 2022 22:31:40 GMT
11
+ * Last updated: Mon, 11 Sep 2023 15:33:19 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `$`, `jQuery`
14
14
 
jquery v1.10/index.d.ts CHANGED
@@ -3822,6 +3822,7 @@ interface JQuery {
3822
3822
  */
3823
3823
  extend(object: { [method: string]: (...args: any[]) => any; }): JQuery;
3824
3824
  }
3825
+ // eslint-disable-next-line @definitelytyped/no-declare-current-package
3825
3826
  declare module "jquery" {
3826
3827
  export = $;
3827
3828
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "1.10.39",
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",
@@ -110,6 +110,6 @@
110
110
  },
111
111
  "scripts": {},
112
112
  "dependencies": {},
113
- "typesPublisherContentHash": "afd0ee5ab8fe297fc7f33b0b2f46af6174beb0e5a1e9248868dfb7c44226659d",
114
- "typeScriptVersion": "3.8"
113
+ "typesPublisherContentHash": "5af88660dea81c7d228a8fc3a5b2cbac1b9c8747be8272c62ebc67b6e8583d29",
114
+ "typeScriptVersion": "4.3"
115
115
  }