sentisense 0.55.0 → 0.56.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.55.0";
1334
+ var VERSION = "0.56.0";
1335
1335
 
1336
1336
  // src/resources/analyst.ts
1337
1337
  var Analyst = class {
package/dist/index.cjs CHANGED
@@ -1335,7 +1335,7 @@ var Trackers = class {
1335
1335
  };
1336
1336
 
1337
1337
  // src/version.ts
1338
- var VERSION = "0.55.0";
1338
+ var VERSION = "0.56.0";
1339
1339
 
1340
1340
  // src/client.ts
1341
1341
  var DEFAULT_BASE_URL = "https://app.sentisense.ai";