@shimotsuki/core 3.0.45 → 3.0.46

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.
@@ -502,6 +502,7 @@ class BaseComponent extends l {
502
502
  if (u(this?.node)) {
503
503
  this.node.removeFromParent();
504
504
  this.node.destroy();
505
+ console.log(this.node.name, this.node.uuid, this.node);
505
506
  }
506
507
  }
507
508
  setPosition(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shimotsuki/core",
3
- "version": "3.0.45",
3
+ "version": "3.0.46",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/shimotsuki_core.js",