@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 +1 -1
- package/package.json +1 -1
- package/README.md +0 -12
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.
|
|
32433
|
+
var version = "0.0.3";
|
|
32434
32434
|
|
|
32435
32435
|
//#endregion
|
|
32436
32436
|
//#region src/composerAction.ts
|
package/package.json
CHANGED
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
|
-
```
|