@react-three/drei 9.88.3 → 9.88.5

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/README.md CHANGED
@@ -4071,7 +4071,7 @@ For a little more realistic results enable accumulative shadows, which requires
4071
4071
  ```jsx
4072
4072
  <Canvas shadows>
4073
4073
  <Stage shadows="accumulative">
4074
- <mesh castShadows />
4074
+ <mesh castShadow />
4075
4075
  </Stage>
4076
4076
  </Canvas>
4077
4077
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-three/drei",
3
- "version": "9.88.3",
3
+ "version": "9.88.5",
4
4
  "private": false,
5
5
  "description": "useful add-ons for react-three-fiber",
6
6
  "keywords": [
@@ -27,6 +27,7 @@
27
27
  "main": "index.cjs.js",
28
28
  "module": "index.js",
29
29
  "types": "index.d.ts",
30
+ "react-native": "native/index.cjs.js",
30
31
  "sideEffects": false,
31
32
  "commitlint": {
32
33
  "extends": [
@@ -58,7 +59,7 @@
58
59
  "stats.js": "^0.17.0",
59
60
  "suspend-react": "^0.1.3",
60
61
  "three-mesh-bvh": "^0.6.7",
61
- "three-stdlib": "^2.27.3",
62
+ "three-stdlib": "^2.28.0",
62
63
  "troika-three-text": "^0.47.2",
63
64
  "utility-types": "^3.10.0",
64
65
  "uuid": "^9.0.1",