@perplexdotgg/bounce 1.6.0 → 1.6.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.
package/build/bounce.d.ts CHANGED
@@ -3349,7 +3349,7 @@ export declare class PolygonConvexSupport implements SupportShape {
3349
3349
  export declare class Quat extends Quat_base {
3350
3350
  constructor(data?: QuatInput, index?: number, pool?: PoolClass<Quat>);
3351
3351
  reset(data?: QuatInput): this;
3352
- set(data: QuatInput): this;
3352
+ set(data?: QuatInput): this;
3353
3353
  length(): number;
3354
3354
  normalize(): this;
3355
3355
  identity(): this;
@@ -4171,7 +4171,7 @@ declare type Tuple4<T> = [T, T, T, T];
4171
4171
 
4172
4172
  export declare class Vec3 extends Vec3_base {
4173
4173
  constructor(data?: Vec3Input, index?: number, pool?: PoolClass<Vec3>);
4174
- reset(data: Vec3Input): this;
4174
+ reset(data?: Vec3Input): this;
4175
4175
  set(data: Vec3Input): this;
4176
4176
  toObject(): {
4177
4177
  x: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perplexdotgg/bounce",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "license": "MIT",
5
5
  "description": "Bounce",
6
6
  "main": "./build/bounce.js",