@audienti/cli 0.1.40 → 0.1.42

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/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@ All notable changes to the Audienti CLI are documented here.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.1.42] - 2026-08-28
8
+
9
+ ### Changed
10
+
11
+ - Track the account Operator API contract update for tenant-scoped projected queue reads, explicit count availability, legacy cursor fallback, and asynchronous outcome reconciliation.
12
+
13
+ ## [0.1.41] - 2026-08-26
14
+
15
+ ### Fixed
16
+
17
+ - Track the account Operator outcome API contract update that accepts legacy null active membership statuses when recording visible read-model queue rows.
18
+
7
19
  ## [0.1.40] - 2026-08-26
8
20
 
9
21
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@audienti/cli",
3
- "version": "0.1.40",
3
+ "version": "0.1.42",
4
4
  "description": "Agent-first command-line client for Audienti.",
5
5
  "type": "module",
6
6
  "bin": {