@operato/scene-urdf 10.0.0-beta.53 → 10.0.0-beta.65

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.
@@ -59,7 +59,7 @@ declare const URDFObject_base: (new (...args: any[]) => {
59
59
  removeSelf(completely: any): void;
60
60
  resetAnimation(): void;
61
61
  dispose(): void;
62
- get nature(): ComponentNature;
62
+ get nature(): import("@hatiolab/things-scene").ComponentNature;
63
63
  get disposed(): boolean;
64
64
  isLayer(): boolean;
65
65
  isGroup(): boolean;
@@ -79,6 +79,7 @@ declare const URDFObject_base: (new (...args: any[]) => {
79
79
  getState(property: any): any;
80
80
  get model(): any;
81
81
  get state(): import("@hatiolab/things-scene").State;
82
+ get refid(): any;
82
83
  get hierarchy(): any;
83
84
  get volatile(): never[];
84
85
  _applyProps(target: any, props: any, options: any): any;
@@ -319,6 +320,7 @@ declare const URDFObject_base: (new (...args: any[]) => {
319
320
  setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
320
321
  get model(): any;
321
322
  get state(): import("@hatiolab/things-scene").State;
323
+ get refid(): any;
322
324
  get hierarchy(): any;
323
325
  get volatile(): never[];
324
326
  _applyProps(target: any, props: any, options: any): any;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-urdf",
3
3
  "description": "Scene module for manipulating robot simulation through URDF format",
4
4
  "author": "heartyoh",
5
- "version": "10.0.0-beta.53",
5
+ "version": "10.0.0-beta.65",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
@@ -38,8 +38,8 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@hatiolab/prettier-config": "^1.0.0",
41
- "@things-factory/builder": "^10.0.0-beta.1",
42
- "@things-factory/operato-board": "^10.0.0-beta.1",
41
+ "@things-factory/builder": "^10.0.0-zeta.1",
42
+ "@things-factory/operato-board": "^10.0.0-zeta.1",
43
43
  "@types/three": "^0.183.0",
44
44
  "@types/tinycolor2": "^1.4.3",
45
45
  "@typescript-eslint/eslint-plugin": "^8.0.0",
@@ -66,5 +66,5 @@
66
66
  "prettier --write"
67
67
  ]
68
68
  },
69
- "gitHead": "ce61d4ad1beee04ac4078e478d88fe55820b600f"
69
+ "gitHead": "99733bf39e2d279630d68844f19d9687272a4992"
70
70
  }