@gnsx/react-three-fiber 10.0.2 → 10.0.3

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/legacy.mjs CHANGED
@@ -3439,7 +3439,7 @@ function advance(timestamp) {
3439
3439
  getScheduler().step(timestamp);
3440
3440
  }
3441
3441
 
3442
- const version = "10.0.1";
3442
+ const version = "10.0.3";
3443
3443
  const packageData = {
3444
3444
  version: version};
3445
3445
 
@@ -3461,7 +3461,7 @@ function advance(timestamp) {
3461
3461
  getScheduler().step(timestamp);
3462
3462
  }
3463
3463
 
3464
- const version = "10.0.1";
3464
+ const version = "10.0.3";
3465
3465
  const packageData = {
3466
3466
  version: version};
3467
3467