logbubble 0.1.0 → 0.1.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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/logbubble.svg)](https://badge.fury.io/js/logbubble)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
- [![GitHub](https://img.shields.io/badge/GitHub-LogBubble-blue)](https://github.com/dktiwary007/LogBubble)
5
+ [![GitHub](https://img.shields.io/badge/GitHub-LogBubble-blue)](https://github.com/dkumar600/LogBubble)
6
6
 
7
7
  A lightweight, floating log viewer for monitoring network requests and console logs in web applications. Perfect for debugging web apps, Capacitor apps, and Progressive Web Apps (PWAs) directly on mobile devices or in production-like environments.
8
8
 
@@ -218,7 +218,7 @@ Make sure your app is using native `fetch` or `XMLHttpRequest` APIs. Some custom
218
218
 
219
219
  ## Support
220
220
 
221
- For issues, feature requests, or questions, please open an issue on [GitHub](https://github.com/dktiwary007/LogBubble/issues).
221
+ For issues, feature requests, or questions, please open an issue on [GitHub](https://github.com/dkumar600/LogBubble/issues).
222
222
 
223
223
  ## License
224
224
 
@@ -226,7 +226,7 @@ MIT
226
226
 
227
227
  ## Contributing
228
228
 
229
- Contributions are welcome! Please feel free to submit issues or pull requests on [GitHub](https://github.com/dktiwary007/LogBubble).
229
+ Contributions are welcome! Please feel free to submit issues or pull requests on [GitHub](https://github.com/dkumar600/LogBubble).
230
230
 
231
231
  ### Getting Started with Development
232
232
 
@@ -241,4 +241,4 @@ If you want to contribute to LogBubble:
241
241
 
242
242
  Built with ❤️ for developers who need better mobile debugging tools.
243
243
 
244
- **Made by [Deepak Kumar](https://github.com/dktiwary007)**
244
+ **Made by [Deepak Kumar](https://github.com/dkumar600)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logbubble",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "LogBubble: Web floating logger for network and console logs",
5
5
  "main": "dist/init.js",
6
6
  "types": "dist/init.d.ts",