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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ghostty-web
|
|
2
2
|
|
|
3
|
-

|
|
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.
|
|
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": "
|
|
40
|
+
"license": "MIT",
|
|
41
41
|
"author": "Coder",
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|