@tavus/cvi-ui 0.0.3-beta.0 → 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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1373,7 +1373,7 @@ const info = new Command().name("info").description("get information about your
|
|
|
1373
1373
|
});
|
|
1374
1374
|
//#endregion
|
|
1375
1375
|
//#region package.json
|
|
1376
|
-
var version = "0.0.3
|
|
1376
|
+
var version = "0.0.3";
|
|
1377
1377
|
//#endregion
|
|
1378
1378
|
//#region src/index.ts
|
|
1379
1379
|
process.on("SIGINT", () => process.exit(0));
|