@quick-threejs/reactive 0.1.19 → 0.1.21
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/dist/main.d.mts +7 -3
- package/dist/main.d.ts +7 -3
- package/dist/main.js +7 -7
- package/dist/main.js.map +1 -1
- package/dist/main.mjs +3 -3
- package/dist/main.mjs.map +1 -1
- package/dist/{main.worker-Dms3WqJl.d.mts → main.worker-CJCIoHnh.d.mts} +8 -5
- package/dist/{main.worker-Dms3WqJl.d.ts → main.worker-CJCIoHnh.d.ts} +8 -5
- package/dist/main.worker.d.mts +6 -2
- package/dist/main.worker.d.ts +6 -2
- package/dist/main.worker.js +3 -3
- package/dist/main.worker.js.map +1 -1
- package/dist/main.worker.mjs +1 -1
- package/dist/main.worker.mjs.map +1 -1
- package/package.json +1 -1
package/dist/main.worker.mjs
CHANGED
|
@@ -2377,7 +2377,7 @@ CameraComponent = _ts_decorate6([
|
|
|
2377
2377
|
|
|
2378
2378
|
// src/core/app/debug/debug.component.ts
|
|
2379
2379
|
import { AxesHelper, Camera as Camera2, CameraHelper, GridHelper } from "three";
|
|
2380
|
-
import { OrbitControls } from "three/examples/jsm/
|
|
2380
|
+
import { OrbitControls } from "three/examples/jsm/controls/OrbitControls.js";
|
|
2381
2381
|
function _ts_decorate7(decorators, target, key, desc) {
|
|
2382
2382
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2383
2383
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|