jazz-react-native-media-images 0.8.39 → 0.8.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+
2
+ > jazz-react-native-media-images@0.8.44 build /home/runner/work/jazz/jazz/packages/jazz-react-native-media-images
3
+ > rm -rf ./dist && tsc --sourceMap --outDir dist
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # jazz-browser-media-images
2
2
 
3
+ ## 0.8.44
4
+
5
+ ### Patch Changes
6
+
7
+ - jazz-tools@0.8.44
8
+
9
+ ## 0.8.41
10
+
11
+ ### Patch Changes
12
+
13
+ - jazz-tools@0.8.41
14
+
3
15
  ## 0.8.39
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "jazz-react-native-media-images",
3
- "version": "0.8.39",
3
+ "version": "0.8.44",
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.39"
9
+ "jazz-tools": "0.8.44"
10
10
  },
11
11
  "devDependencies": {
12
- "@bam.tech/react-native-image-resizer": "^3.0.10",
13
- "expo-file-system": "^17.0.1",
14
- "react-native": "~0.74.5",
15
- "typescript": "^5.3.3"
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": "*",