@dittolive/ditto 4.13.1 → 4.15.0-experimental-b6835ba.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/README.md +2 -2
- package/node/ditto.cjs.js +4 -4
- package/node/ditto.darwin-arm64.node +0 -0
- package/node/ditto.darwin-x64.node +0 -0
- package/node/ditto.linux-arm64.node +0 -0
- package/node/ditto.linux-x64.node +0 -0
- package/node/ditto.win32-x64.node +0 -0
- package/package.json +1 -1
- package/react-native/ditto.es6.js +1 -1
- package/types/ditto.d.ts +3 -3
- package/web/ditto.es6.js +1 -1
- package/web/ditto.umd.js +1 -1
- package/web/ditto.wasm +0 -0
package/types/ditto.d.ts
CHANGED
|
@@ -6269,9 +6269,9 @@ declare class Logger {
|
|
|
6269
6269
|
* the `path` parameter. When uncompressed, the file contains one JSON value
|
|
6270
6270
|
* per line with the oldest entry on the first line (JSON lines format).
|
|
6271
6271
|
*
|
|
6272
|
-
*
|
|
6273
|
-
*
|
|
6274
|
-
*
|
|
6272
|
+
* Ditto limits the amount of logs it retains on disk to 15 MB and a maximum
|
|
6273
|
+
* age of three days. Older logs are periodically discarded once one of these
|
|
6274
|
+
* limits is reached.
|
|
6275
6275
|
*
|
|
6276
6276
|
* This method currently only exports logs from the most recently created
|
|
6277
6277
|
* Ditto instance, even when multiple instances are running in the same
|