@newkrok/nape-js 3.3.17 → 3.3.18
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
|
@@ -91096,7 +91096,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
|
|
|
91096
91096
|
};
|
|
91097
91097
|
|
|
91098
91098
|
// src/index.ts
|
|
91099
|
-
var VERSION = "3.3.
|
|
91099
|
+
var VERSION = "3.3.17";
|
|
91100
91100
|
// Annotate the CommonJS export names for ESM import in node:
|
|
91101
91101
|
0 && (module.exports = {
|
|
91102
91102
|
AABB,
|
package/dist/index.js
CHANGED
|
@@ -91009,7 +91009,7 @@ var PulleyJoint = class _PulleyJoint extends Constraint {
|
|
|
91009
91009
|
};
|
|
91010
91010
|
|
|
91011
91011
|
// src/index.ts
|
|
91012
|
-
var VERSION = "3.3.
|
|
91012
|
+
var VERSION = "3.3.17";
|
|
91013
91013
|
export {
|
|
91014
91014
|
AABB,
|
|
91015
91015
|
AngleJoint,
|