@newkrok/nape-js 3.3.32 → 3.3.33
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -86374,7 +86374,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
|
|
|
86374
86374
|
};
|
|
86375
86375
|
|
|
86376
86376
|
// src/index.ts
|
|
86377
|
-
var VERSION = "3.3.
|
|
86377
|
+
var VERSION = "3.3.32";
|
|
86378
86378
|
// Annotate the CommonJS export names for ESM import in node:
|
|
86379
86379
|
0 && (module.exports = {
|
|
86380
86380
|
AABB,
|
package/dist/index.js
CHANGED
|
@@ -86287,7 +86287,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
|
|
|
86287
86287
|
};
|
|
86288
86288
|
|
|
86289
86289
|
// src/index.ts
|
|
86290
|
-
var VERSION = "3.3.
|
|
86290
|
+
var VERSION = "3.3.32";
|
|
86291
86291
|
export {
|
|
86292
86292
|
AABB,
|
|
86293
86293
|
AngleJoint,
|