react-native-compressor 1.9.0 → 1.10.0

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 (1) hide show
  1. package/package.json +5 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-compressor",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "Compress Image, Video, and Audio same like Whatsapp & Auto/Manual Compression | Background Upload | Download File | Create Video Thumbnail",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -84,6 +84,7 @@
84
84
  "devDependencies": {
85
85
  "@commitlint/config-conventional": "^17.0.2",
86
86
  "@evilmartians/lefthook": "^1.2.2",
87
+ "@expo/config-plugins": "^7.2.5",
87
88
  "@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
88
89
  "@react-native-community/eslint-config": "^3.0.2",
89
90
  "@release-it/conventional-changelog": "^5.0.0",
@@ -104,8 +105,7 @@
104
105
  "react-native-builder-bob": "^0.20.0",
105
106
  "release-it": "^15.0.0",
106
107
  "turbo": "^1.10.7",
107
- "typescript": "^5.0.2",
108
- "@expo/config-plugins": "^7.2.5"
108
+ "typescript": "^5.0.2"
109
109
  },
110
110
  "resolutions": {
111
111
  "@types/react": "17.0.21"
@@ -117,7 +117,6 @@
117
117
  "engines": {
118
118
  "node": ">= 16.0.0"
119
119
  },
120
- "packageManager": "^yarn@1.22.15",
121
120
  "jest": {
122
121
  "preset": "react-native",
123
122
  "modulePathIgnorePatterns": [
@@ -197,12 +196,8 @@
197
196
  "name": "RNCompressorSpec",
198
197
  "type": "modules",
199
198
  "jsSrcsDir": "src"
200
- },
201
- {
202
- "name": "RNVideoCompressorSpec",
203
- "type": "modules",
204
- "jsSrcsDir": "src"
205
199
  }
206
200
  ]
207
- }
201
+ },
202
+ "packageManager": "yarn@4.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
208
203
  }