@dcl-regenesislabs/bevy-explorer-web 0.1.0-25906950081.commit-455e486 → 0.1.0-25921053333.commit-b544cd1

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/.env CHANGED
@@ -1 +1 @@
1
- PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-25906950081.commit-455e486"
1
+ PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-25921053333.commit-b544cd1"
package/index.html CHANGED
@@ -411,7 +411,7 @@
411
411
  }
412
412
  </style>
413
413
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
414
- <script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-25906950081.commit-455e486";</script>
414
+ <script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-25921053333.commit-b544cd1";</script>
415
415
  </head>
416
416
  <body>
417
417
  <div id="header" class="container">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl-regenesislabs/bevy-explorer-web",
3
- "version": "0.1.0-25906950081.commit-455e486",
3
+ "version": "0.1.0-25921053333.commit-b544cd1",
4
4
  "scripts": {
5
5
  "postinstall": "node ./scripts/prebuild.js"
6
6
  },
@@ -8,6 +8,6 @@
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/decentraland/bevy-explorer.git"
10
10
  },
11
- "homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-25906950081.commit-455e486",
12
- "commit": "455e486e884f6214e02ffa6eee97bde37991ad60"
11
+ "homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-25921053333.commit-b544cd1",
12
+ "commit": "b544cd14cadd0ea63a702d8f25d48aab52d19857"
13
13
  }
package/pkg/manifest.json CHANGED
@@ -1 +1 @@
1
- {"wasmSize":108556779}
1
+ {"wasmSize":108559330}
package/pkg/package.json CHANGED
@@ -12,4 +12,4 @@
12
12
  "sideEffects": [
13
13
  "./snippets/*"
14
14
  ]
15
- }
15
+ }
@@ -512,7 +512,7 @@ function track_rig_drop(remote_track) {
512
512
  * @param {float} volume
513
513
  */
514
514
  export function remote_track_pan_and_volume(remote_track, pan, volume) {
515
- log(`Setting pan and volume for track ${remote_track.sid}.`);
515
+ // log(`Setting pan and volume for track ${remote_track.sid}.`);
516
516
  const track_rig = remote_track.trackRig;
517
517
  // Pan value should be between -1 (left) and 1 (right)
518
518
  track_rig.pannerNode.pan.value = Math.max(-1, Math.min(1, pan));
Binary file