@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 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.31";
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.31";
86290
+ var VERSION = "3.3.32";
86291
86291
  export {
86292
86292
  AABB,
86293
86293
  AngleJoint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newkrok/nape-js",
3
- "version": "3.3.32",
3
+ "version": "3.3.33",
4
4
  "description": "Nape Physics Engine - Modern TypeScript wrapper for 2D physics simulation",
5
5
  "type": "module",
6
6
  "sideEffects": true,