expo-image-manipulator 13.0.7-canary-20250331-817737a → 13.0.7-canary-20250402-161f57b
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/android/build.gradle +2 -2
- package/expo-module.config.json +7 -1
- package/package.json +6 -5
package/android/build.gradle
CHANGED
|
@@ -4,13 +4,13 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '13.0.
|
|
7
|
+
version = '13.0.7-canary-20250402-161f57b'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.imagemanipulator"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 23
|
|
13
|
-
versionName "13.0.
|
|
13
|
+
versionName "13.0.7-canary-20250402-161f57b"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
package/expo-module.config.json
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"modules": ["ImageManipulatorModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.imagemanipulator.ImageManipulatorModule"]
|
|
7
|
+
"modules": ["expo.modules.imagemanipulator.ImageManipulatorModule"],
|
|
8
|
+
"publication": {
|
|
9
|
+
"groupId": "host.exp.exponent",
|
|
10
|
+
"artifactId": "expo.modules.imagemanipulator",
|
|
11
|
+
"version": "13.0.7-canary-20250402-161f57b",
|
|
12
|
+
"repository": "https://maven.pkg.github.com/expo/expo"
|
|
13
|
+
}
|
|
8
14
|
}
|
|
9
15
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-image-manipulator",
|
|
3
|
-
"version": "13.0.7-canary-
|
|
3
|
+
"version": "13.0.7-canary-20250402-161f57b",
|
|
4
4
|
"description": "Provides functions that let you manipulation images on the local file system, eg: resize, crop.",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -31,12 +31,13 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"homepage": "https://docs.expo.dev/versions/latest/sdk/imagemanipulator/",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"expo-image-loader": "5.0.1-canary-
|
|
34
|
+
"expo-image-loader": "5.0.1-canary-20250402-161f57b"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"expo-module-scripts": "4.0.5-canary-
|
|
37
|
+
"expo-module-scripts": "4.0.5-canary-20250402-161f57b"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"expo": "53.0.0-canary-
|
|
41
|
-
}
|
|
40
|
+
"expo": "53.0.0-canary-20250402-161f57b"
|
|
41
|
+
},
|
|
42
|
+
"gitHead": "161f57bb5f579c84f8fa0337ec596034e21760f6"
|
|
42
43
|
}
|