@types/jquery 3.5.13 → 3.5.14
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/JQueryStatic.d.ts +1 -1
- jquery/README.md +1 -1
- jquery/package.json +2 -2
jquery/JQueryStatic.d.ts
CHANGED
|
@@ -13209,7 +13209,7 @@ $( "span:eq(3)" ).text( "" + jQuery.data( div, "test2" ) );
|
|
|
13209
13209
|
* @param str The string to trim.
|
|
13210
13210
|
* @see \`{@link https://api.jquery.com/jQuery.trim/ }\`
|
|
13211
13211
|
* @since 1.0
|
|
13212
|
-
* @deprecated Deprecated since 3.5.
|
|
13212
|
+
* @deprecated Deprecated since 3.5. Use \`{@link String.prototype.trim String.prototype.trim}\`.
|
|
13213
13213
|
* @example ````Remove the white spaces at the start and at the end of the string.
|
|
13214
13214
|
```html
|
|
13215
13215
|
<!doctype html>
|
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: Thu, 24 Feb 2022 15:01:41 GMT
|
|
12
12
|
* Dependencies: [@types/sizzle](https://npmjs.com/package/@types/sizzle)
|
|
13
13
|
* Global values: `$`, `Symbol`, `jQuery`
|
|
14
14
|
|
jquery/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.14",
|
|
4
4
|
"description": "TypeScript definitions for jquery",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
|
|
6
6
|
"license": "MIT",
|
|
@@ -127,6 +127,6 @@
|
|
|
127
127
|
"dependencies": {
|
|
128
128
|
"@types/sizzle": "*"
|
|
129
129
|
},
|
|
130
|
-
"typesPublisherContentHash": "
|
|
130
|
+
"typesPublisherContentHash": "9f788e87c9a414e61c159cc18d7f06aa9d6fffa10bda4e9b5784798949e9eb25",
|
|
131
131
|
"typeScriptVersion": "3.8"
|
|
132
132
|
}
|