ha-frp-rn 1.0.2 → 1.0.3

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
@@ -34,7 +34,8 @@ yarn add ha-frp-rn
34
34
 
35
35
  该模块依赖于以下包:
36
36
 
37
- - react-native (^0.72.0)
37
+ - react (^18.0.0 || ^19.0.0)
38
+ - react-native (^0.72.0 || ^0.81.0)
38
39
  - ha-shared-core (本地依赖)
39
40
 
40
41
  ## 使用示例
@@ -47,5 +47,5 @@ dependencies {
47
47
  testImplementation("junit:junit:4.13.2")
48
48
  androidTestImplementation("androidx.test.ext:junit:1.2.1")
49
49
  androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
50
- implementation("com.facebook.react:react-native:0.72.0")
50
+ implementation("com.facebook.react:react-native:+")
51
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ha-frp-rn",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "React Native FRP module for network penetration",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -67,7 +67,7 @@
67
67
  "typescript": "^5.0.4"
68
68
  },
69
69
  "peerDependencies": {
70
- "react": "^18.0.0",
71
- "react-native": "^0.72.0"
70
+ "react": "^18.0.0 || ^19.0.0",
71
+ "react-native": "^0.72.0 || ^0.81.0"
72
72
  }
73
73
  }