@maria_rcks/t1code 0.0.1 → 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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +7 -2
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.1";
32433
+ var version = "0.0.3";
32434
32434
 
32435
32435
  //#endregion
32436
32436
  //#region src/composerAction.ts
package/package.json CHANGED
@@ -1,17 +1,22 @@
1
1
  {
2
2
  "name": "@maria_rcks/t1code",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Terminal-first T3 Code fork with an OpenTUI client",
5
+ "homepage": "https://github.com/maria-rcks/t1code#readme",
6
+ "bugs": {
7
+ "url": "https://github.com/maria-rcks/t1code/issues"
8
+ },
5
9
  "license": "MIT",
6
10
  "repository": {
7
11
  "type": "git",
8
- "url": "https://github.com/maria-rcks/t1code",
12
+ "url": "git+https://github.com/maria-rcks/t1code.git",
9
13
  "directory": "apps/tui"
10
14
  },
11
15
  "bin": {
12
16
  "t1code": "./bin/t1code.js"
13
17
  },
14
18
  "files": [
19
+ "README.md",
15
20
  "bin",
16
21
  "dist"
17
22
  ],