@tavus/cvi-ui 0.0.2-beta.0 → 0.0.2
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1054,7 +1054,7 @@ const info = new Command().name("info").description("get information about your
|
|
|
1054
1054
|
});
|
|
1055
1055
|
//#endregion
|
|
1056
1056
|
//#region package.json
|
|
1057
|
-
var version = "0.0.2
|
|
1057
|
+
var version = "0.0.2";
|
|
1058
1058
|
//#endregion
|
|
1059
1059
|
//#region src/index.ts
|
|
1060
1060
|
process.on("SIGINT", () => process.exit(0));
|