react-native-inapp-inspector 1.0.5 → 1.0.6

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 +8 -0
  2. package/package.json +11 -1
package/README.md CHANGED
@@ -92,6 +92,14 @@ subscribeAnalyticsEvents((events) => {
92
92
 
93
93
  ---
94
94
 
95
+ ## Support
96
+
97
+ If you find this project useful, consider sponsoring its development on GitHub Sponsors:
98
+
99
+ [![GitHub Sponsors](https://img.shields.io/badge/Sponsor-@vengatmacuser-ea4aaa?logo=githubsponsors&logoColor=white)](https://github.com/sponsors/vengatmacuser)
100
+
101
+ ---
102
+
95
103
  ## License
96
104
 
97
105
  This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-inapp-inspector",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A self-contained network, console, analytics, and webview inspector for React Native applications.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,7 +40,17 @@
40
40
  "debug-tool"
41
41
  ],
42
42
  "author": "Vengateswaran Balakrishnan",
43
+ "contributors": [
44
+ {
45
+ "name": "Vengateswaran Balakrishnan",
46
+ "url": "https://github.com/vengatmacuser"
47
+ }
48
+ ],
43
49
  "license": "MIT",
50
+ "funding": {
51
+ "type": "github",
52
+ "url": "https://github.com/sponsors/vengatmacuser"
53
+ },
44
54
  "peerDependencies": {
45
55
  "@react-navigation/native": ">=6.0.0",
46
56
  "react": ">=18.0.0",