@perplexdotgg/bounce 1.2.0 → 1.2.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 +3291 -5419
- package/build/bounce.js +2 -2
- package/package.json +2 -2
package/build/bounce.js
CHANGED
|
@@ -7709,8 +7709,8 @@ const transformWorldToLocalB$1 = /* @__PURE__ */ Mat4.create();
|
|
|
7709
7709
|
const inverseRotationB = /* @__PURE__ */ Quat.create();
|
|
7710
7710
|
const fixedConstraintProps = {
|
|
7711
7711
|
...baseConstraintProps,
|
|
7712
|
-
positionA: /* @__PURE__ */ ChildType(Vec3
|
|
7713
|
-
positionB: /* @__PURE__ */ ChildType(Vec3
|
|
7712
|
+
positionA: /* @__PURE__ */ ChildType(Vec3),
|
|
7713
|
+
positionB: /* @__PURE__ */ ChildType(Vec3),
|
|
7714
7714
|
axisXA: /* @__PURE__ */ ChildType(Vec3, { x: 1, y: 0, z: 0 }),
|
|
7715
7715
|
axisXB: /* @__PURE__ */ ChildType(Vec3, { x: 1, y: 0, z: 0 }),
|
|
7716
7716
|
axisYA: /* @__PURE__ */ ChildType(Vec3, { x: 0, y: 1, z: 0 }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perplexdotgg/bounce",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Bounce",
|
|
6
6
|
"main": "./build/bounce.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"test": "vitest"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"monomorph": "^1.5.
|
|
15
|
+
"monomorph": "^1.5.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/node": "^24.9.2",
|