@tomorrowevening/hermes 0.0.117 → 0.0.119

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "module": "./dist/hermes.esm.js",
8
8
  "types": "./types/index.d.ts",
9
9
  "type": "module",
10
- "version": "0.0.117",
10
+ "version": "0.0.119",
11
11
  "homepage": "https://github.com/tomorrowevening/hermes#readme",
12
12
  "bugs": {
13
13
  "url": "https://github.com/tomorrowevening/hermes/issues"
package/types/index.d.ts CHANGED
@@ -1,7 +1,8 @@
1
1
  export * from './core/types';
2
2
  export * from './editor/utils';
3
- export * from './utils/three';
4
3
  export * from './utils/detectSettings';
4
+ export * from './utils/math';
5
+ export * from './utils/three';
5
6
  export { default as Application } from './core/Application';
6
7
  export { debugDispatcher, ToolEvents } from './editor/global';
7
8
  export { default as BaseRemote } from './core/remote/BaseRemote';