three-stdlib 2.21.4 → 2.21.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,15 +31,15 @@ declare class OrbitControls extends EventDispatcher {
31
31
  RIGHT: string;
32
32
  BOTTOM: string;
33
33
  };
34
- mouseButtons: {
34
+ mouseButtons: Partial<{
35
35
  LEFT: MOUSE;
36
36
  MIDDLE: MOUSE;
37
37
  RIGHT: MOUSE;
38
- };
39
- touches: {
38
+ }>;
39
+ touches: Partial<{
40
40
  ONE: TOUCH;
41
41
  TWO: TOUCH;
42
- };
42
+ }>;
43
43
  target0: Vector3;
44
44
  position0: Vector3;
45
45
  zoom0: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "three-stdlib",
3
- "version": "2.21.4",
3
+ "version": "2.21.5",
4
4
  "private": false,
5
5
  "description": "stand-alone library of threejs examples",
6
6
  "main": "index.cjs.js",