@newkrok/nape-js 3.3.26 → 3.3.27

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
@@ -90677,7 +90677,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
90677
90677
  };
90678
90678
 
90679
90679
  // src/index.ts
90680
- var VERSION = "3.3.25";
90680
+ var VERSION = "3.3.26";
90681
90681
  // Annotate the CommonJS export names for ESM import in node:
90682
90682
  0 && (module.exports = {
90683
90683
  AABB,
package/dist/index.js CHANGED
@@ -90590,7 +90590,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
90590
90590
  };
90591
90591
 
90592
90592
  // src/index.ts
90593
- var VERSION = "3.3.25";
90593
+ var VERSION = "3.3.26";
90594
90594
  export {
90595
90595
  AABB,
90596
90596
  AngleJoint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newkrok/nape-js",
3
- "version": "3.3.26",
3
+ "version": "3.3.27",
4
4
  "description": "Nape Physics Engine - Modern TypeScript wrapper for 2D physics simulation",
5
5
  "type": "module",
6
6
  "sideEffects": true,