@newkrok/nape-js 3.3.9 → 3.3.11

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
@@ -68,6 +68,7 @@ __export(index_exports, {
68
68
  Shape: () => Shape,
69
69
  ShapeType: () => ShapeType,
70
70
  Space: () => Space,
71
+ VERSION: () => VERSION,
71
72
  ValidationResult: () => ValidationResult,
72
73
  Vec2: () => Vec2,
73
74
  Vec3: () => Vec3,
@@ -116136,6 +116137,9 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
116136
116137
  this._inner.set_ratio(value);
116137
116138
  }
116138
116139
  };
116140
+
116141
+ // src/index.ts
116142
+ var VERSION = "3.3.6";
116139
116143
  // Annotate the CommonJS export names for ESM import in node:
116140
116144
  0 && (module.exports = {
116141
116145
  AABB,
@@ -116186,6 +116190,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
116186
116190
  Shape,
116187
116191
  ShapeType,
116188
116192
  Space,
116193
+ VERSION,
116189
116194
  ValidationResult,
116190
116195
  Vec2,
116191
116196
  Vec3,