@gnsx/react-three-fiber 10.0.6 → 10.0.7

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.cjs CHANGED
@@ -3453,7 +3453,7 @@ function advance(timestamp) {
3453
3453
  getScheduler().step(timestamp);
3454
3454
  }
3455
3455
 
3456
- const version = "10.0.6";
3456
+ const version = "10.0.7";
3457
3457
  const packageData = {
3458
3458
  version: version};
3459
3459
 
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.6";
3435
+ const version = "10.0.7";
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.6";
3463
+ const version = "10.0.7";
3464
3464
  const packageData = {
3465
3465
  version: version};
3466
3466
 
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.6";
3442
+ const version = "10.0.7";
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.6";
3464
+ const version = "10.0.7";
3465
3465
  const packageData = {
3466
3466
  version: version};
3467
3467
 
@@ -3440,7 +3440,7 @@ function advance(timestamp) {
3440
3440
  getScheduler().step(timestamp);
3441
3441
  }
3442
3442
 
3443
- const version = "10.0.6";
3443
+ const version = "10.0.7";
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.6",
3
+ "version": "10.0.7",
4
4
  "description": "A React renderer for Threejs",
5
5
  "keywords": [
6
6
  "react",
@@ -18,12 +18,12 @@
18
18
  "Dennis Smolek (https://github.com/dennissmolek)"
19
19
  ],
20
20
  "bugs": {
21
- "url": "https://github.com/directivegames/react-three-fiber/issues"
21
+ "url": "https://github.com/pmndrs/react-three-fiber/issues"
22
22
  },
23
- "homepage": "https://github.com/directivegames/react-three-fiber#readme",
23
+ "homepage": "https://github.com/pmndrs/react-three-fiber#readme",
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git+https://github.com/directivegames/react-three-fiber.git"
26
+ "url": "git+https://github.com/pmndrs/react-three-fiber.git"
27
27
  },
28
28
  "collective": {
29
29
  "type": "opencollective",