@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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": "
|
|
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": "
|
|
3933
|
+
* { "version": 1, "operatorEmail": "you@example.com" }
|
|
3934
3934
|
* ```
|
|
3935
3935
|
*
|
|
3936
3936
|
* Atomic writes (tmp + rename), tolerant of missing / corrupt
|