Skip to content

Commit c97ebf7

Browse files
authored
Merge branch 'develop' into ab/langchain-enable-truncation-option
2 parents 3973f21 + 499f042 commit c97ebf7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ module.exports = [
276276
path: createCDNPath('bundle.tracing.replay.logs.metrics.min.js'),
277277
gzip: false,
278278
brotli: false,
279-
limit: '250 KB',
279+
limit: '251 KB',
280280
},
281281
{
282282
name: 'CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed',

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14680,9 +14680,9 @@ define-property@^2.0.2:
1468014680
isobject "^3.0.1"
1468114681

1468214682
defu@^6.1.2, defu@^6.1.4:
14683-
version "6.1.4"
14684-
resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.4.tgz#4e0c9cf9ff68fe5f3d7f2765cc1a012dfdcb0479"
14685-
integrity sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==
14683+
version "6.1.6"
14684+
resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.6.tgz#20970cc978d9be90ba6c792184a89c92db656e53"
14685+
integrity sha512-f8mefEW4WIVg4LckePx3mALjQSPQgFlg9U8yaPdlsbdYcHQyj9n2zL2LJEA52smeYxOvmd/nB7TpMtHGMTHcug==
1468614686

1468714687
delay@^5.0.0:
1468814688
version "5.0.0"

0 commit comments

Comments
 (0)