@agenticmail/core 0.9.22 → 0.9.23

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.d.cts CHANGED
@@ -3930,7 +3930,7 @@ declare function redactObject<T>(input: T, _depth?: number): T;
3930
3930
  * `~/.agenticmail/operator-prefs.json`:
3931
3931
  *
3932
3932
  * ```json
3933
- * { "version": 1, "operatorEmail": "ope@gmail.com" }
3933
+ * { "version": 1, "operatorEmail": "you@example.com" }
3934
3934
  * ```
3935
3935
  *
3936
3936
  * Atomic writes (tmp + rename), tolerant of missing / corrupt
package/dist/index.d.ts CHANGED
@@ -3930,7 +3930,7 @@ declare function redactObject<T>(input: T, _depth?: number): T;
3930
3930
  * `~/.agenticmail/operator-prefs.json`:
3931
3931
  *
3932
3932
  * ```json
3933
- * { "version": 1, "operatorEmail": "ope@gmail.com" }
3933
+ * { "version": 1, "operatorEmail": "you@example.com" }
3934
3934
  * ```
3935
3935
  *
3936
3936
  * Atomic writes (tmp + rename), tolerant of missing / corrupt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/core",
3
- "version": "0.9.22",
3
+ "version": "0.9.23",
4
4
  "description": "Core SDK for AgenticMail — email, SMS, and phone call-control for AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",