react-native-compressor 1.8.4 → 1.8.5

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/README.md CHANGED
@@ -5,12 +5,11 @@
5
5
 
6
6
  <div align="center">
7
7
 
8
+ [![GitHub Repo stars](https://img.shields.io/badge/React_Native-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](#Installation)
9
+ [![GitHub Repo stars](https://img.shields.io/badge/Expo-1B1F23?style=for-the-badge&logo=expo&logoColor=white)](#managed-expo)
8
10
  [![GitHub Repo stars](https://img.shields.io/static/v1?style=for-the-badge&message=Discord&color=5865F2&logo=Discord&logoColor=FFFFFF&label=)](https://discord.gg/6Wx8Em8KAN)
9
11
  [![GitHub Repo stars](https://img.shields.io/github/stars/numandev1/react-native-compressor?style=for-the-badge&logo=github)](https://github.com/numandev1/react-native-compressor/stargazers)
10
- [![GitHub Repo stars](https://img.shields.io/npm/v/react-native-compressor?style=for-the-badge&message=npm&&color=CB3837&logo=npm&logoColor=FFFFFF&label=)](https://www.npmjs.com/package/react-native-compressor)
11
- ![npm](https://img.shields.io/static/v1?style=for-the-badge&message=TypeScript&color=3178C6&logo=TypeScript&logoColor=FFFFFF&label=)
12
12
  ![npm](https://img.shields.io/npm/dt/react-native-compressor?style=for-the-badge)
13
- [![GitHub Repo stars](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge)](http://makeapullrequest.com)
14
13
 
15
14
  </div>
16
15
 
@@ -1,3 +1,5 @@
1
- declare const _default: any;
1
+ import { ConfigPlugin } from '@expo/config-plugins';
2
+ type Props = {};
3
+ declare const _default: ConfigPlugin<Props>;
2
4
  export default _default;
3
5
  //# sourceMappingURL=compressor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"compressor.d.ts","sourceRoot":"","sources":["../../../src/expo-plugin/compressor.ts"],"names":[],"mappings":";AAQA,wBAA0E"}
1
+ {"version":3,"file":"compressor.d.ts","sourceRoot":"","sources":["../../../src/expo-plugin/compressor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAuB,MAAM,sBAAsB,CAAC;AAGzE,KAAK,KAAK,GAAG,EAAE,CAAC;;AAIhB,wBAA0E"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-compressor",
3
- "version": "1.8.4",
3
+ "version": "1.8.5",
4
4
  "description": "This library compress image, video and audio",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -82,15 +82,16 @@
82
82
  "eslint-config-prettier": "^8.5.0",
83
83
  "eslint-plugin-ft-flow": "^3.0.0",
84
84
  "eslint-plugin-prettier": "^5.0.0",
85
- "prettier": "^3.0.1",
86
85
  "jest": "^28.1.1",
87
86
  "pod-install": "^0.1.0",
87
+ "prettier": "^3.0.1",
88
88
  "react": "18.2.0",
89
89
  "react-native": "0.72.4",
90
90
  "react-native-builder-bob": "^0.20.0",
91
91
  "release-it": "^15.0.0",
92
92
  "turbo": "^1.10.7",
93
- "typescript": "^5.0.2"
93
+ "typescript": "^5.0.2",
94
+ "@expo/config-plugins": "^7.2.5"
94
95
  },
95
96
  "resolutions": {
96
97
  "@types/react": "17.0.21"