react-native-reanimated 4.5.1 → 4.5.2

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.
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "4.5.x": {
8
8
  "react-native": ["0.83", "0.84", "0.85", "0.86"],
9
- "react-native-worklets": ["0.10.x"]
9
+ "react-native-worklets": ["0.10.x", "0.11.x"]
10
10
  },
11
11
  "4.4.x": {
12
12
  "react-native": ["0.83", "0.84", "0.85", "0.86"],
@@ -5,5 +5,5 @@
5
5
  * version used to build the native part of the library in runtime. Remember to
6
6
  * keep this in sync with the version declared in `package.json`
7
7
  */
8
- export const jsVersion = '4.5.1';
8
+ export const jsVersion = '4.5.2';
9
9
  //# sourceMappingURL=jsVersion.js.map
@@ -3,5 +3,5 @@
3
3
  * version used to build the native part of the library in runtime. Remember to
4
4
  * keep this in sync with the version declared in `package.json`
5
5
  */
6
- export declare const jsVersion = "4.5.1";
6
+ export declare const jsVersion = "4.5.2";
7
7
  //# sourceMappingURL=jsVersion.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-reanimated",
3
- "version": "4.5.1",
3
+ "version": "4.5.2",
4
4
  "description": "More powerful alternative to Animated library for React Native.",
5
5
  "keywords": [
6
6
  "react-native",
@@ -102,7 +102,7 @@
102
102
  "peerDependencies": {
103
103
  "react": "*",
104
104
  "react-native": "0.83 - 0.86",
105
- "react-native-worklets": "0.10.x"
105
+ "react-native-worklets": "0.10.x - 0.11.x"
106
106
  },
107
107
  "devDependencies": {
108
108
  "@babel/core": "7.28.4",
@@ -136,7 +136,7 @@
136
136
  "react-native": "0.86.0",
137
137
  "react-native-svg": "15.15.4",
138
138
  "react-native-web": "0.21.1",
139
- "react-native-worklets": "0.10.1",
139
+ "react-native-worklets": "0.11.0",
140
140
  "react-test-renderer": "19.2.3",
141
141
  "typescript": "5.9.3"
142
142
  },
@@ -4,4 +4,4 @@
4
4
  * version used to build the native part of the library in runtime. Remember to
5
5
  * keep this in sync with the version declared in `package.json`
6
6
  */
7
- export const jsVersion = '4.5.1';
7
+ export const jsVersion = '4.5.2';