termweb 0.9.5 → 0.9.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 +2 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,13 +8,12 @@ Web browser in your terminal using Kitty graphics protocol.
8
8
 
9
9
  ## Demo: CLI - browsing the web in terminal
10
10
 
11
- https://github.com/user-attachments/assets/4019aaa6-754a-4793-9ce7-08da66f20790
11
+ https://github.com/user-attachments/assets/70b86b29-19b4-458b-8d5d-683f5e139908
12
12
 
13
13
 
14
14
  ## Demo: SDK: building apps with termweb as render engine
15
15
 
16
- https://github.com/user-attachments/assets/806cac11-3348-48b7-95a0-0c98fd61c873
17
-
16
+ https://github.com/user-attachments/assets/12183bb7-de8b-4e44-b884-216e304ab8ce
18
17
 
19
18
  ## Features
20
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termweb",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "Web browser in your terminal using Kitty graphics protocol. SDK for building terminal apps with web technologies.",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {
@@ -24,7 +24,7 @@
24
24
  "cli",
25
25
  "web"
26
26
  ],
27
- "author": "teamchong",
27
+ "author": "teamch",
28
28
  "license": "MIT",
29
29
  "repository": {
30
30
  "type": "git",