Skip to content

Commit

Permalink
Adjust expected VNG export size due to zed/4960 (#2951)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jan 3, 2024
1 parent f0de071 commit 080258f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/zui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"use-resize-observer": "^8.0.0",
"web-file-polyfill": "^1.0.4",
"web-streams-polyfill": "^3.2.0",
"zed": "brimdata/zed#bfc83ec158b02f80a256078b123f96b0cab9fb58",
"zed": "brimdata/zed#bbaa82066253a9121ed67d37a9dbe599c30fbd44",
"zui-test-data": "workspace:*"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zui-player/tests/export.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const formats = [
{ label: 'JSON', expectedSize: 13659 },
{ label: 'NDJSON', expectedSize: 13657 },
{ label: 'TSV', expectedSize: 10797 },
{ label: 'VNG', expectedSize: 8053 },
{ label: 'VNG', expectedSize: 8052 },
{ label: 'Zeek', expectedSize: 10138 },
{ label: 'ZJSON', expectedSize: 18007 },
{ label: 'ZNG', expectedSize: 3745 },
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19099,10 +19099,10 @@ __metadata:
languageName: node
linkType: hard

"zed@brimdata/zed#bfc83ec158b02f80a256078b123f96b0cab9fb58":
"zed@brimdata/zed#bbaa82066253a9121ed67d37a9dbe599c30fbd44":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=bfc83ec158b02f80a256078b123f96b0cab9fb58"
checksum: 2b9a4634299c200cde8e21b51a23472fc378b7b49a55e3ca8dd8a4eb5cdc027262cfc7a12f7416f51722bb11205fbb207878a7920aac0690184262dd2c1684d7
resolution: "zed@https://github.com/brimdata/zed.git#commit=bbaa82066253a9121ed67d37a9dbe599c30fbd44"
checksum: 0bcf867e9acd6605c775d4b3c62d1e92d575c07629ba5cd46ba24925139397a77b0f48283e38213fbd559a591be0c930256e9c051c1d2b46cee82aa012155b7f
languageName: node
linkType: hard

Expand Down Expand Up @@ -19298,7 +19298,7 @@ __metadata:
use-resize-observer: ^8.0.0
web-file-polyfill: ^1.0.4
web-streams-polyfill: ^3.2.0
zed: "brimdata/zed#bfc83ec158b02f80a256078b123f96b0cab9fb58"
zed: "brimdata/zed#bbaa82066253a9121ed67d37a9dbe599c30fbd44"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit 080258f

Please sign in to comment.