@newkrok/nape-js 3.3.19 → 3.3.20

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
@@ -91106,7 +91106,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
91106
91106
  };
91107
91107
 
91108
91108
  // src/index.ts
91109
- var VERSION = "3.3.18";
91109
+ var VERSION = "3.3.19";
91110
91110
  // Annotate the CommonJS export names for ESM import in node:
91111
91111
  0 && (module.exports = {
91112
91112
  AABB,
package/dist/index.js CHANGED
@@ -91019,7 +91019,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
91019
91019
  };
91020
91020
 
91021
91021
  // src/index.ts
91022
- var VERSION = "3.3.18";
91022
+ var VERSION = "3.3.19";
91023
91023
  export {
91024
91024
  AABB,
91025
91025
  AngleJoint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newkrok/nape-js",
3
- "version": "3.3.19",
3
+ "version": "3.3.20",
4
4
  "description": "Nape Physics Engine - Modern TypeScript wrapper for 2D physics simulation",
5
5
  "type": "module",
6
6
  "sideEffects": true,