@newkrok/nape-js 3.3.26 → 3.3.27
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
|
@@ -90677,7 +90677,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
|
|
|
90677
90677
|
};
|
|
90678
90678
|
|
|
90679
90679
|
// src/index.ts
|
|
90680
|
-
var VERSION = "3.3.
|
|
90680
|
+
var VERSION = "3.3.26";
|
|
90681
90681
|
// Annotate the CommonJS export names for ESM import in node:
|
|
90682
90682
|
0 && (module.exports = {
|
|
90683
90683
|
AABB,
|
package/dist/index.js
CHANGED
|
@@ -90590,7 +90590,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
|
|
|
90590
90590
|
};
|
|
90591
90591
|
|
|
90592
90592
|
// src/index.ts
|
|
90593
|
-
var VERSION = "3.3.
|
|
90593
|
+
var VERSION = "3.3.26";
|
|
90594
90594
|
export {
|
|
90595
90595
|
AABB,
|
|
90596
90596
|
AngleJoint,
|