@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 +1 -1
- jquery v1.10/index.d.ts +1 -0
- jquery v1.10/package.json +3 -3
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:
|
|
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
jquery v1.10/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "1.10.
|
|
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": "
|
|
114
|
-
"typeScriptVersion": "3
|
|
113
|
+
"typesPublisherContentHash": "5af88660dea81c7d228a8fc3a5b2cbac1b9c8747be8272c62ebc67b6e8583d29",
|
|
114
|
+
"typeScriptVersion": "4.3"
|
|
115
115
|
}
|