|
1 | 1 | { |
2 | 2 | "name": "react-native-quick-crypto-example", |
3 | 3 | "description": "Example app for react-native-quick-crypto", |
4 | | - "version": "0.7.10", |
| 4 | + "version": "0.7.11", |
5 | 5 | "private": true, |
6 | 6 | "packageManager": "bun@1.1.26", |
7 | 7 | "scripts": { |
8 | | - "clean": "del-cli android/app/build ios/build ios/Pods", |
9 | | - "deepclean": "del-cli node_modules", |
10 | 8 | "android": "react-native run-android", |
11 | 9 | "ios": "react-native run-ios", |
| 10 | + "clean": "del-cli android/app/build ios/build ios/Pods", |
| 11 | + "deepclean": "del-cli node_modules", |
| 12 | + "bundle-install": "bundle install", |
12 | 13 | "tsc": "tsc --noEmit", |
13 | 14 | "typescript": "tsc --noEmit", |
14 | 15 | "lint": "eslint \"**/*.{js,ts,tsx}\"", |
|
32 | 33 | "react-native": "0.72.7", |
33 | 34 | "react-native-fast-encoder": "^0.1.12", |
34 | 35 | "react-native-quick-base64": "^2.1.2", |
35 | | - "react-native-quick-crypto": "workspace:*", |
| 36 | + "react-native-quick-crypto": "0.7.11", |
36 | 37 | "react-native-safe-area-context": "^4.5.0", |
37 | 38 | "react-native-screens": "^3.20.0", |
38 | 39 | "readable-stream": "^4.5.2", |
|
0 commit comments