@rasputin-ai/elysia 0.5.1 → 0.5.3
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/sdk-meta.d.ts +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -187,7 +187,7 @@ Defaults work for most apps. Customize to exclude noisy sources, redact fields,
|
|
|
187
187
|
| `maxObjectKeys` | `30` | Maximum properties retained from one object |
|
|
188
188
|
| `maxArrayElements` | `20` | Maximum items retained from one array, map, or set |
|
|
189
189
|
| `maxStringLength` | `500` | Maximum characters retained from one string |
|
|
190
|
-
| `maxSerializedValueBytes` | `
|
|
190
|
+
| `maxSerializedValueBytes` | `16 KiB` | Maximum retained size of one captured value |
|
|
191
191
|
| `runtimeStateTargetBytes` | `256 KiB` | Soft size goal for the snapshot sent with an error; extra reconstruction data is dropped first |
|
|
192
192
|
| `maxRuntimeStateBytes` | `512 KiB` | Hard size limit for that snapshot; values are dropped before call history |
|
|
193
193
|
| `redactKeys` | `[]` | Additional property names to redact (case- and separator-insensitive) |
|
package/dist/index.js
CHANGED
package/dist/sdk-meta.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rasputin-ai/elysia",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Official Rasputin AI SDK for Elysia.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@rasputin-ai/core": "0.5.
|
|
39
|
-
"@rasputin-ai/node": "0.5.
|
|
38
|
+
"@rasputin-ai/core": "0.5.3",
|
|
39
|
+
"@rasputin-ai/node": "0.5.3"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"elysia": ">=1.4.0 <2"
|