@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/index.mjs CHANGED
@@ -3432,7 +3432,7 @@ function advance(timestamp) {
3432
3432
  getScheduler().step(timestamp);
3433
3433
  }
3434
3434
 
3435
- const version = "10.0.1";
3435
+ const version = "10.0.3";
3436
3436
  const packageData = {
3437
3437
  version: version};
3438
3438
 
package/dist/legacy.cjs CHANGED
@@ -3460,7 +3460,7 @@ function advance(timestamp) {
3460
3460
  getScheduler().step(timestamp);
3461
3461
  }
3462
3462
 
3463
- const version = "10.0.1";
3463
+ const version = "10.0.3";
3464
3464
  const packageData = {
3465
3465
  version: version};
3466
3466