expo-video-thumbnails 9.0.4-canary-20250221-ef26fed → 9.0.4-canary-20250303-4dba60e

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -13,6 +13,10 @@
13
13
  - [Android] Started using expo modules gradle plugin. ([#34176](https://github.com/expo/expo/pull/34176) by [@lukmccall](https://github.com/lukmccall))
14
14
  - [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
15
 
16
+ ## 9.0.3 - 2025-01-10
17
+
18
+ _This version does not introduce any user-facing changes._
19
+
16
20
  ## 9.0.2 — 2024-11-13
17
21
 
18
22
  _This version does not introduce any user-facing changes._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-video-thumbnails",
3
- "version": "9.0.4-canary-20250221-ef26fed",
3
+ "version": "9.0.4-canary-20250303-4dba60e",
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.5-canary-20250221-ef26fed"
37
+ "expo-module-scripts": "4.0.5-canary-20250303-4dba60e"
38
38
  },
39
39
  "peerDependencies": {
40
- "expo": "53.0.0-canary-20250221-ef26fed"
41
- }
40
+ "expo": "53.0.0-canary-20250303-4dba60e"
41
+ },
42
+ "gitHead": "4dba60e10b5d44b453073aa4968e9dbf312dea6c"
42
43
  }