ghostty-web 0.2.0 → 0.2.1-next.1.ge83fa6c

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ghostty-web
2
2
 
3
- ![ghostty](https://github.com/user-attachments/assets/8ef9161e-135d-4189-a6f6-0a644a82a5de)
3
+ ![ghostty](https://github.com/user-attachments/assets/aceee7eb-d57b-4d89-ac3d-ee1885d0187a)
4
4
 
5
5
  `ghostty-web` is a fully-featured web terminal built on [Ghostty's](https://github.com/ghostty-org/ghostty)
6
6
  terminal emulation core compiled to WebAssembly. By leveraging Ghostty's production-tested VT100 parser
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ghostty-web",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-next.1.ge83fa6c",
4
4
  "description": "Web-based terminal emulator using Ghostty's VT100 parser via WebAssembly",
5
5
  "type": "module",
6
6
  "main": "./dist/ghostty-web.umd.cjs",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "bugs": "https://github.com/coder/ghostty-web/issues",
39
39
  "homepage": "https://github.com/coder/ghostty-web#readme",
40
- "license": "AGPL-3.0",
40
+ "license": "MIT",
41
41
  "author": "Coder",
42
42
  "publishConfig": {
43
43
  "access": "public"