sentisense 0.57.0 → 0.58.0

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/cli.cjs CHANGED
@@ -1331,7 +1331,7 @@ var flowsCommand = {
1331
1331
  };
1332
1332
 
1333
1333
  // src/version.ts
1334
- var VERSION = "0.57.0";
1334
+ var VERSION = "0.58.0";
1335
1335
 
1336
1336
  // src/resources/analyst.ts
1337
1337
  var Analyst = class {
package/dist/index.cjs CHANGED
@@ -1346,7 +1346,7 @@ var Trackers = class {
1346
1346
  };
1347
1347
 
1348
1348
  // src/version.ts
1349
- var VERSION = "0.57.0";
1349
+ var VERSION = "0.58.0";
1350
1350
 
1351
1351
  // src/client.ts
1352
1352
  var DEFAULT_BASE_URL = "https://app.sentisense.ai";