@types/three 0.155.0 → 0.155.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: Mon, 31 Jul 2023 18:32:45 GMT
11
+ * Last updated: Tue, 22 Aug 2023 18:04:44 GMT
12
12
  * Dependencies: [@types/fflate](https://npmjs.com/package/@types/fflate), [@types/lil-gui](https://npmjs.com/package/@types/lil-gui), [@types/meshoptimizer](https://npmjs.com/package/@types/meshoptimizer), [@types/stats.js](https://npmjs.com/package/@types/stats.js), [@types/tweenjs__tween.js](https://npmjs.com/package/@types/tweenjs__tween.js), [@types/webxr](https://npmjs.com/package/@types/webxr)
13
13
  * Global values: `THREE`
14
14
 
@@ -117,13 +117,13 @@ export type Fn<P extends FunctionNodeArguments> = P extends readonly [...unknown
117
117
  export function func<P extends FunctionNodeArguments>(
118
118
  code: string,
119
119
  includes?: CodeNodeInclude[],
120
- // eslint-disable-next-line no-unnecessary-generics
120
+ // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
121
121
  ): { call: (...params: Fn<P>) => Swizzable };
122
122
 
123
123
  export function fn<P extends FunctionNodeArguments>(
124
124
  code: string,
125
125
  includes?: CodeNodeInclude[],
126
- // eslint-disable-next-line no-unnecessary-generics
126
+ // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
127
127
  ): (...params: Fn<P>) => Swizzable;
128
128
 
129
129
  export function label(node: NodeRepresentation, name?: string): Swizzable<VarNode>;
three/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/three",
3
- "version": "0.155.0",
3
+ "version": "0.155.1",
4
4
  "description": "TypeScript definitions for three",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  "lil-gui": "~0.17.0",
33
33
  "meshoptimizer": "~0.18.1"
34
34
  },
35
- "typesPublisherContentHash": "c1fbe1c79de7796b7bff881189bb5495cc06e1512544408b367ce229d7ef1702",
35
+ "typesPublisherContentHash": "e95ca925c70bfdbc8f8ae36c5d54552fba9db84a9fa72acb7f66e8234540c623",
36
36
  "typeScriptVersion": "4.4",
37
37
  "exports": {
38
38
  ".": {