react-native-nitro-image-pipeline 0.3.0 → 0.3.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.
- package/android/build.gradle +1 -1
- package/package.json +5 -5
package/android/build.gradle
CHANGED
|
@@ -140,7 +140,7 @@ dependencies {
|
|
|
140
140
|
|
|
141
141
|
// Add a dependency on NitroImage
|
|
142
142
|
implementation project(":react-native-nitro-image")
|
|
143
|
-
// Coil
|
|
143
|
+
// Coil, uses 3.3.0 as 3.4+ depends on kotlin 2.3, RN up to 0.85 (maybe also 0.86) is set to kotlin 2.1
|
|
144
144
|
implementation("io.coil-kt.coil3:coil:3.3.0")
|
|
145
145
|
implementation("io.coil-kt.coil3:coil-network-okhttp:3.3.0")
|
|
146
146
|
implementation("io.coil-kt.coil3:coil-gif:3.3.0")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-nitro-image-pipeline",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "High-performance image loading, caching, and processing for React Native, built with Nitro Modules",
|
|
5
5
|
"main": "./lib/commonjs/index.js",
|
|
6
6
|
"module": "./lib/module/index.js",
|
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
"@types/jest": "^30.0.0",
|
|
67
67
|
"@types/react": "19.2.0",
|
|
68
68
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
69
|
-
"nitrogen": "0.
|
|
69
|
+
"nitrogen": "0.36.1",
|
|
70
70
|
"react": "19.2.3",
|
|
71
71
|
"react-native": "0.84.1",
|
|
72
|
-
"react-native-builder-bob": "^0.
|
|
73
|
-
"react-native-nitro-modules": "0.
|
|
74
|
-
"semantic-release": "^25.0.
|
|
72
|
+
"react-native-builder-bob": "^0.43.0",
|
|
73
|
+
"react-native-nitro-modules": "0.36.1",
|
|
74
|
+
"semantic-release": "^25.0.5",
|
|
75
75
|
"typescript": "^5.8.3"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|