viral-viewer-2 6.9.0 → 6.9.1

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -35338,7 +35338,7 @@ class ox {
35338
35338
  seedObjectCount: u.getObjectCount()
35339
35339
  });
35340
35340
  if (d.length) {
35341
- await u.batchAsync(d[0]);
35341
+ u.batch(d[0]);
35342
35342
  for (let f = 1; f < d.length; f++)
35343
35343
  this.createSingleMergedMesh(d[f], h, l);
35344
35344
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viral-viewer-2",
3
- "version": "6.9.0",
3
+ "version": "6.9.1",
4
4
  "description": "",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",