react-native-security-suite 0.9.20 → 0.9.21

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -7
package/README.md CHANGED
@@ -46,13 +46,13 @@
46
46
  ### Using Yarn
47
47
 
48
48
  ```bash
49
- yarn add react-native-security-suite @react-native-async-storage/async-storage
49
+ yarn add react-native-security-suite
50
50
  ```
51
51
 
52
52
  ### Using NPM
53
53
 
54
54
  ```bash
55
- npm install react-native-security-suite @react-native-async-storage/async-storage
55
+ npm install react-native-security-suite
56
56
  ```
57
57
 
58
58
  ### iOS Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-security-suite",
3
- "version": "0.9.20",
3
+ "version": "0.9.21",
4
4
  "description": "Comprehensive security suite for React Native apps - Root/Jailbreak detection, SSL pinning, encryption, secure storage, screenshot protection, and network monitoring",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -106,15 +106,9 @@
106
106
  "@types/react": "^18.2.44"
107
107
  },
108
108
  "peerDependencies": {
109
- "@react-native-async-storage/async-storage": "*",
110
109
  "react": "*",
111
110
  "react-native": "*"
112
111
  },
113
- "peerDependenciesMeta": {
114
- "@react-native-async-storage/async-storage": {
115
- "optional": false
116
- }
117
- },
118
112
  "workspaces": [
119
113
  "example"
120
114
  ],