@newkrok/nape-js 3.3.23 → 3.3.25
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
90352
|
+
var VERSION = "3.3.24";
|
|
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.
|
|
90265
|
+
var VERSION = "3.3.24";
|
|
90266
90266
|
export {
|
|
90267
90267
|
AABB,
|
|
90268
90268
|
AngleJoint,
|