@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.
@@ -3440,7 +3440,7 @@ function advance(timestamp) {
3440
3440
  getScheduler().step(timestamp);
3441
3441
  }
3442
3442
 
3443
- const version = "10.0.1";
3443
+ const version = "10.0.3";
3444
3444
  const packageData = {
3445
3445
  version: version};
3446
3446
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnsx/react-three-fiber",
3
- "version": "10.0.2",
3
+ "version": "10.0.3",
4
4
  "description": "A React renderer for Threejs",
5
5
  "keywords": [
6
6
  "react",
@@ -1,7 +1,7 @@
1
- export const DiscreteEventPriority = 0b0000000000000000000000000000001;
2
- export const ContinuousEventPriority = 0b0000000000000000000000000000100;
3
- export const DefaultEventPriority = 0b0000000000000000000000000010000;
4
- export const IdleEventPriority = 0b0100000000000000000000000000000;
5
- export const LegacyRoot = 0;
6
- export const ConcurrentRoot = 1;
7
- export const NoEventPriority = 0;
1
+ export const DiscreteEventPriority = 0b0000000000000000000000000000001;
2
+ export const ContinuousEventPriority = 0b0000000000000000000000000000100;
3
+ export const DefaultEventPriority = 0b0000000000000000000000000010000;
4
+ export const IdleEventPriority = 0b0100000000000000000000000000000;
5
+ export const LegacyRoot = 0;
6
+ export const ConcurrentRoot = 1;
7
+ export const NoEventPriority = 0;