@types/three 0.164.0 → 0.164.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.
three/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for three (https://threejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 26 Apr 2024 16:08:00 GMT
11
+ * Last updated: Tue, 21 May 2024 21:07:11 GMT
12
12
  * Dependencies: [@tweenjs/tween.js](https://npmjs.com/package/@tweenjs/tween.js), [@types/stats.js](https://npmjs.com/package/@types/stats.js), [@types/webxr](https://npmjs.com/package/@types/webxr), [fflate](https://npmjs.com/package/fflate), [meshoptimizer](https://npmjs.com/package/meshoptimizer)
13
13
 
14
14
  # Credits
@@ -16,7 +16,7 @@ export interface TextGeometryParameters extends ExtrudeGeometryOptions {
16
16
  * Thickness to extrude text.
17
17
  * Expects a `Float`.
18
18
  * @defaultValue `50`
19
- * @deprecated THREE.TextGeometry: .height is now depreciated. Please use .depth instead
19
+ * @deprecated THREE.TextGeometry: .height is now deprecated. Please use .depth instead
20
20
  */
21
21
  height?: number | undefined;
22
22
 
three/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/three",
3
- "version": "0.164.0",
3
+ "version": "0.164.1",
4
4
  "description": "TypeScript definitions for three",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  "fflate": "~0.8.2",
46
46
  "meshoptimizer": "~0.18.1"
47
47
  },
48
- "typesPublisherContentHash": "58c6d9927d6ac01a5c65fdd023a998d808d352da3e1d79f7bb0b3b290f2d5443",
48
+ "typesPublisherContentHash": "42147108b2703f64304a109b8abded031b3089221669d1c88628dd23d883daf5",
49
49
  "typeScriptVersion": "4.7"
50
50
  }