jazz-react-native-media-images 0.8.38 → 0.8.41
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +13 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "jazz-react-native-media-images",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.41",
|
4
4
|
"type": "module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "src/index.ts",
|
7
7
|
"license": "MIT",
|
8
8
|
"dependencies": {
|
9
|
-
"jazz-tools": "0.8.
|
9
|
+
"jazz-tools": "0.8.41"
|
10
10
|
},
|
11
11
|
"devDependencies": {
|
12
|
-
"@bam.tech/react-native-image-resizer": "^3.0.
|
13
|
-
"expo-file-system": "^
|
14
|
-
"react-native": "~0.
|
15
|
-
"typescript": "
|
12
|
+
"@bam.tech/react-native-image-resizer": "^3.0.11",
|
13
|
+
"expo-file-system": "^18.0.4",
|
14
|
+
"react-native": "~0.76.3",
|
15
|
+
"typescript": "~5.6.2"
|
16
16
|
},
|
17
17
|
"peerDependencies": {
|
18
18
|
"@bam.tech/react-native-image-resizer": "*",
|