@newkrok/nape-js 3.3.17 → 3.3.18

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
@@ -91096,7 +91096,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
91096
91096
  };
91097
91097
 
91098
91098
  // src/index.ts
91099
- var VERSION = "3.3.16";
91099
+ var VERSION = "3.3.17";
91100
91100
  // Annotate the CommonJS export names for ESM import in node:
91101
91101
  0 && (module.exports = {
91102
91102
  AABB,
package/dist/index.js CHANGED
@@ -91009,7 +91009,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
91009
91009
  };
91010
91010
 
91011
91011
  // src/index.ts
91012
- var VERSION = "3.3.16";
91012
+ var VERSION = "3.3.17";
91013
91013
  export {
91014
91014
  AABB,
91015
91015
  AngleJoint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newkrok/nape-js",
3
- "version": "3.3.17",
3
+ "version": "3.3.18",
4
4
  "description": "Nape Physics Engine - Modern TypeScript wrapper for 2D physics simulation",
5
5
  "type": "module",
6
6
  "sideEffects": true,