iobroker.mywebui 1.42.35 → 1.42.36

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/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "mywebui",
4
- "version": "1.42.35",
4
+ "version": "1.42.36",
5
5
  "titleLang": {
6
6
  "en": "mywebui",
7
7
  "de": "mywebui",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.mywebui",
3
- "version": "1.42.35",
3
+ "version": "1.42.36",
4
4
  "description": "ioBroker mywebui - Custom edited mywebui by gokturk413 with 3D Editor",
5
5
  "type": "module",
6
6
  "main": "dist/backend/main.js",
@@ -0,0 +1,3 @@
1
+ // three/webgpu stub — re-exports from standard Three.js bundle
2
+ // Viewport.js only needs PMREMGenerator from this entry point
3
+ export * from './three.module.js';
@@ -20,6 +20,7 @@ const importMapRuntime = {
20
20
  "long": "./node_modules/long/index.js",
21
21
  "@adobe/css-tools": "./node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs",
22
22
  "three": "./3d-lib/three.module.js",
23
+ "three/webgpu": "./3d-lib/three.webgpu.js",
23
24
  "three/addons/": "./3d-lib/jsm/",
24
25
  "three-gpu-pathtracer": "data:text/javascript,export class WebGLPathTracer{constructor(){}setScene(){}renderSample(){}updateCamera(){}updateEnvironment(){}updateMaterials(){}get samples(){return 0;}filterGlossyFactor=0.5;}",
25
26
  "three-mesh-bvh": "data:text/javascript,export const MeshBVH={};export const acceleratedRaycast=()=>{};export const computeBoundsTree=()=>{};export const disposeBoundsTree=()=>{};"