@woosh/meep-engine 2.39.17 → 2.39.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.
@@ -676,7 +676,7 @@ class TransformControls extends GizmoNode {
676
676
  get object_transform() {
677
677
  const ecd = this.entity.dataset;
678
678
 
679
- return ecd?.getComponent(this.object, Transform);
679
+ return ecd.getComponent(this.object, Transform);
680
680
  }
681
681
 
682
682
  // Detatch from object
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "productName": "Meep",
6
6
  "description": "production-ready JavaScript game engine based on Entity Component System Architecture",
7
7
  "author": "Alexander Goldring",
8
- "version": "2.39.17",
8
+ "version": "2.39.18",
9
9
  "dependencies": {
10
10
  "gl-matrix": "3.4.3",
11
11
  "fast-levenshtein": "2.0.6",