@newkrok/nape-js 3.3.8 → 3.3.10
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 +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
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,
|