react-native-nitro-net 0.5.0 → 0.5.1

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-nitro-net",
3
3
  "description": "Ultra-high-performance networking to React Native by combining a memory-safe Rust core with the zero-overhead Nitro Modules JSI bridge. Provides Node.js-compatible net, tls, http(s) API.",
4
- "version": "0.5.0",
4
+ "version": "0.5.1",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
7
7
  "module": "./lib/index.js",
@@ -42,12 +42,12 @@
42
42
  "devDependencies": {
43
43
  "@types/node": "*",
44
44
  "@types/readable-stream": "^4.0.23",
45
- "react-native-nitro-modules": "0.35.0",
45
+ "react-native-nitro-modules": "^0.35.0",
46
46
  "typescript": "^5.3.3"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react-native": "*",
50
- "react-native-nitro-modules": "0.35.0"
50
+ "react-native-nitro-modules": "^0.35.0"
51
51
  },
52
52
  "packageManager": "yarn@4.12.0",
53
53
  "files": [