@hology/core 0.0.42 → 0.0.44

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.
@@ -145,5 +145,5 @@ declare const shapes: {
145
145
  };
146
146
  export type LibraryShapeType = keyof typeof shapes;
147
147
  export declare const ShapeLibrary: Record<LibraryShapeType, ShapeDefinition>;
148
- export declare const ShapeLibraryKeys: ("sphere" | "box" | "ramp" | "plane" | "cylinder" | "torus" | "cone" | "circle" | "capsule" | "roundedBox" | "text" | "stairs" | "stairsSpiral")[];
148
+ export declare const ShapeLibraryKeys: ("box" | "ramp" | "plane" | "cylinder" | "sphere" | "torus" | "cone" | "circle" | "capsule" | "roundedBox" | "text" | "stairs" | "stairsSpiral")[];
149
149
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hology/core",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -86,6 +86,7 @@
86
86
  "@dimforge/rapier3d-compat": "^0.11.2",
87
87
  "@plumier/reflect": "^1.1.0",
88
88
  "@types/three-nebula": "^10.0.3",
89
+ "recast-navigation": "^0.30.0",
89
90
  "rxjs": "7.8.1",
90
91
  "stats.js": "^0.17.0",
91
92
  "three": "^0.139.0",