@newkrok/nape-js 3.3.22 → 3.3.24

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
@@ -90349,7 +90349,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
90349
90349
  };
90350
90350
 
90351
90351
  // src/index.ts
90352
- var VERSION = "3.3.21";
90352
+ var VERSION = "3.3.23";
90353
90353
  // Annotate the CommonJS export names for ESM import in node:
90354
90354
  0 && (module.exports = {
90355
90355
  AABB,
package/dist/index.js CHANGED
@@ -90262,7 +90262,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
90262
90262
  };
90263
90263
 
90264
90264
  // src/index.ts
90265
- var VERSION = "3.3.21";
90265
+ var VERSION = "3.3.23";
90266
90266
  export {
90267
90267
  AABB,
90268
90268
  AngleJoint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newkrok/nape-js",
3
- "version": "3.3.22",
3
+ "version": "3.3.24",
4
4
  "description": "Nape Physics Engine - Modern TypeScript wrapper for 2D physics simulation",
5
5
  "type": "module",
6
6
  "sideEffects": true,