|
1 | 1 | {
|
2 | 2 | "name": "react-native-quick-crypto-example",
|
3 |
| - "version": "1.0.0-beta.5", |
| 3 | + "version": "1.0.0-beta.6", |
4 | 4 | "private": true,
|
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
|
17 | 17 | "start": "react-native start",
|
18 | 18 | "pods": "RCT_NEW_ARCH_ENABLED=1 bundle exec pod install --project-directory=ios",
|
19 | 19 | "build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
|
20 |
| - "build:ios": "cd ios && xcodebuild -workspace QuickCrytpExample.xcworkspace -scheme QuickCrytpExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO", |
21 |
| - "release": "release-it" |
| 20 | + "build:ios": "cd ios && xcodebuild -workspace QuickCrytpExample.xcworkspace -scheme QuickCrytpExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO" |
22 | 21 | },
|
23 | 22 | "dependencies": {
|
24 | 23 | "@craftzdog/react-native-buffer": "6.0.5",
|
|
37 | 36 | "react-native-bouncy-checkbox": "4.0.1",
|
38 | 37 | "react-native-nitro-modules": "0.18.1",
|
39 | 38 | "react-native-quick-base64": "2.1.2",
|
40 |
| - "react-native-quick-crypto": "workspace:*", |
| 39 | + "react-native-quick-crypto": "1.0.0-beta.5", |
41 | 40 | "react-native-safe-area-context": "4.14.0",
|
42 | 41 | "react-native-screens": "3.35.0",
|
43 | 42 | "react-native-vector-icons": "^10.1.0",
|
|
77 | 76 | },
|
78 | 77 | "engines": {
|
79 | 78 | "node": ">=18"
|
80 |
| - }, |
81 |
| - "release-it": { |
82 |
| - "npm": { |
83 |
| - "publish": false |
84 |
| - }, |
85 |
| - "git": false, |
86 |
| - "github": { |
87 |
| - "release": false |
88 |
| - }, |
89 |
| - "plugins": { |
90 |
| - "@release-it/bumper": { |
91 |
| - "out": { |
92 |
| - "file": "package.json", |
93 |
| - "path": [ |
94 |
| - "dependencies.react-native-quick-crypto" |
95 |
| - ] |
96 |
| - } |
97 |
| - } |
98 |
| - } |
99 | 79 | }
|
100 | 80 | }
|
0 commit comments