@newkrok/nape-js 3.3.19 → 3.3.20
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
|
@@ -91106,7 +91106,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
|
|
|
91106
91106
|
};
|
|
91107
91107
|
|
|
91108
91108
|
// src/index.ts
|
|
91109
|
-
var VERSION = "3.3.
|
|
91109
|
+
var VERSION = "3.3.19";
|
|
91110
91110
|
// Annotate the CommonJS export names for ESM import in node:
|
|
91111
91111
|
0 && (module.exports = {
|
|
91112
91112
|
AABB,
|
package/dist/index.js
CHANGED
|
@@ -91019,7 +91019,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
|
|
|
91019
91019
|
};
|
|
91020
91020
|
|
|
91021
91021
|
// src/index.ts
|
|
91022
|
-
var VERSION = "3.3.
|
|
91022
|
+
var VERSION = "3.3.19";
|
|
91023
91023
|
export {
|
|
91024
91024
|
AABB,
|
|
91025
91025
|
AngleJoint,
|