@maria_rcks/t1code 0.0.2 → 0.0.3

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/dist/index.mjs CHANGED
@@ -32430,7 +32430,7 @@ var WsTransport = class {
32430
32430
 
32431
32431
  //#endregion
32432
32432
  //#region package.json
32433
- var version = "0.0.2";
32433
+ var version = "0.0.3";
32434
32434
 
32435
32435
  //#endregion
32436
32436
  //#region src/composerAction.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maria_rcks/t1code",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Terminal-first T3 Code fork with an OpenTUI client",
5
5
  "homepage": "https://github.com/maria-rcks/t1code#readme",
6
6
  "bugs": {
package/README.md DELETED
@@ -1,12 +0,0 @@
1
- # @maria_rcks/t1code
2
-
3
- This package publishes the TUI from the `t1code` monorepo.
4
-
5
- - Repository: https://github.com/maria-rcks/t1code
6
- - Project README: https://github.com/maria-rcks/t1code#readme
7
-
8
- Run it with:
9
-
10
- ```bash
11
- npx @maria_rcks/t1code
12
- ```