@hatiolab/things-scene 9.0.0-beta.17 → 9.0.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hatiolab/things-scene",
3
- "version": "9.0.0-beta.17",
3
+ "version": "9.0.0-beta.18",
4
4
  "description": "2D graphic library",
5
5
  "main": "src/index.js",
6
6
  "module": "things-scene.mjs",
package/things-scene.d.ts CHANGED
@@ -347,7 +347,7 @@ declare module '@hatiolab/things-scene' {
347
347
  state: Properties
348
348
  root: RootContainer
349
349
  rootModel: ModelLayer
350
- parent: Container
350
+ parent: ContainerAbstract
351
351
  app: ApplicationContext
352
352
 
353
353
  get nature(): ComponentNature