@dawidzawada/bonjour-zeroconf 1.2.0-alpha.0 → 1.2.0
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 +8 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -276,6 +276,14 @@ enum BonjourFail {
|
|
|
276
276
|
}
|
|
277
277
|
```
|
|
278
278
|
|
|
279
|
+
## Nitro compatibility table
|
|
280
|
+
|
|
281
|
+
| Bonjour version 🥖 | Recommended Nitro Version |
|
|
282
|
+
| ------------------ | ------------------------- |
|
|
283
|
+
| 1.2.X | 0.32.X |
|
|
284
|
+
| 1.1.X | 0.31.X |
|
|
285
|
+
| 1.0.X | 0.31.X |
|
|
286
|
+
|
|
279
287
|
## Contributing
|
|
280
288
|
|
|
281
289
|
- [Development workflow](CONTRIBUTING.md#development-workflow)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dawidzawada/bonjour-zeroconf",
|
|
3
|
-
"version": "1.2.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "React Native Zeroconf scanner using Bonjour (iOS) and NSD (Android). Powered by Nitro Modules.",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -95,12 +95,12 @@
|
|
|
95
95
|
"eslint-config-prettier": "^10.1.8",
|
|
96
96
|
"eslint-plugin-prettier": "^5.5.4",
|
|
97
97
|
"jest": "^29.7.0",
|
|
98
|
-
"nitrogen": "0.32.
|
|
98
|
+
"nitrogen": "0.32.2",
|
|
99
99
|
"prettier": "^3.6.2",
|
|
100
100
|
"react": "19.1.0",
|
|
101
101
|
"react-native": "0.81.1",
|
|
102
102
|
"react-native-builder-bob": "^0.40.13",
|
|
103
|
-
"react-native-nitro-modules": "0.32.
|
|
103
|
+
"react-native-nitro-modules": "0.32.2",
|
|
104
104
|
"release-it": "^19.0.4",
|
|
105
105
|
"turbo": "^2.5.6",
|
|
106
106
|
"typescript": "^5.9.2"
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"peerDependencies": {
|
|
109
109
|
"react": "*",
|
|
110
110
|
"react-native": "*",
|
|
111
|
-
"react-native-nitro-modules": "0.32.
|
|
111
|
+
"react-native-nitro-modules": "0.32.2"
|
|
112
112
|
},
|
|
113
113
|
"workspaces": [
|
|
114
114
|
"example"
|