logbubble 0.2.0 → 0.2.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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,10 @@ A lightweight, floating log viewer for monitoring network requests and console l
8
8
 
9
9
  [View on npm](https://www.npmjs.com/package/logbubble)
10
10
 
11
+ ## Demo Video
12
+
13
+ [![Watch the demo](https://img.youtube.com/vi/pU-_eQViwQI/0.jpg)](https://youtu.be/pU-_eQViwQI)
14
+
11
15
  ## Features
12
16
 
13
17
  ✨ **Floating UI**: Non-intrusive bubble interface that stays accessible without blocking your app
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logbubble",
3
- "version": "0.2.0",
3
+ "version": "0.2.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",