@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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-beta.0";
1057
+ var version = "0.0.2";
1058
1058
  //#endregion
1059
1059
  //#region src/index.ts
1060
1060
  process.on("SIGINT", () => process.exit(0));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tavus/cvi-ui",
3
- "version": "0.0.2-beta.0",
3
+ "version": "0.0.2",
4
4
  "description": "A CLI tool for installing and managing CVI components",
5
5
  "publishConfig": {
6
6
  "access": "public"