@react-three/rapier 1.1.0 → 1.1.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.
@@ -359,9 +359,8 @@ export declare type FixedJointParams = [
359
359
  ];
360
360
  export declare type PrismaticJointParams = [
361
361
  body1Anchor: Vector3Tuple,
362
- body1LocalFrame: Vector3Tuple,
363
362
  body2Anchor: Vector3Tuple,
364
- body2LocalFrame: Vector3Tuple,
363
+ axis: Vector3Tuple,
365
364
  limits?: [min: number, max: number]
366
365
  ];
367
366
  export declare type RevoluteJointParams = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-three/rapier",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "source": "src/index.ts",
5
5
  "main": "dist/react-three-rapier.cjs.js",
6
6
  "module": "dist/react-three-rapier.esm.js",