expo-video-thumbnails 9.0.4-canary-20250404-3c3b5fd → 9.1.0
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/CHANGELOG.md +4 -0
- package/android/build.gradle +2 -2
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
|
|
11
11
|
### 💡 Others
|
|
12
12
|
|
|
13
|
+
## 9.1.0 — 2025-04-04
|
|
14
|
+
|
|
15
|
+
### 💡 Others
|
|
16
|
+
|
|
13
17
|
- [Android] Started using expo modules gradle plugin. ([#34176](https://github.com/expo/expo/pull/34176) by [@lukmccall](https://github.com/lukmccall))
|
|
14
18
|
- [apple] Migrate remaining `expo-module.config.json` to unified platform syntax. ([#34445](https://github.com/expo/expo/pull/34445) by [@reichhartd](https://github.com/reichhartd))
|
|
15
19
|
- [iOS] Fix warnings which will become errors in Swift 6. ([#35288](https://github.com/expo/expo/pull/35288) by [@behenate](https://github.com/behenate))
|
package/android/build.gradle
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-video-thumbnails",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "Provides function that let you generate an image from video.",
|
|
5
5
|
"main": "build/VideoThumbnails.js",
|
|
6
6
|
"types": "build/VideoThumbnails.d.ts",
|
|
@@ -34,9 +34,10 @@
|
|
|
34
34
|
"homepage": "https://docs.expo.dev/versions/latest/sdk/video-thumbnails/",
|
|
35
35
|
"dependencies": {},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"expo-module-scripts": "4.0
|
|
37
|
+
"expo-module-scripts": "^4.1.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"expo": "
|
|
41
|
-
}
|
|
40
|
+
"expo": "*"
|
|
41
|
+
},
|
|
42
|
+
"gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
|
|
42
43
|
}
|