Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expect slightly larger VNG export #2885

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/zui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"use-resize-observer": "^8.0.0",
"web-file-polyfill": "^1.0.4",
"web-streams-polyfill": "^3.2.0",
"zed": "brimdata/zed#07893a2b850bcb200c779162b74e070bf46f05f0",
"zed": "brimdata/zed#3753828089a580e3c5ae5acb2c3f062b265b5706",
"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 @@ -11,7 +11,7 @@ const formats = [
{ label: 'CSV', expectedSize: 10851 },
{ label: 'JSON', expectedSize: 13659 },
{ label: 'NDJSON', expectedSize: 13657 },
{ label: 'VNG', expectedSize: 8025 },
{ label: 'VNG', expectedSize: 8029 },
{ 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 @@ -19067,10 +19067,10 @@ __metadata:
languageName: node
linkType: hard

"zed@brimdata/zed#07893a2b850bcb200c779162b74e070bf46f05f0":
"zed@brimdata/zed#3753828089a580e3c5ae5acb2c3f062b265b5706":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=07893a2b850bcb200c779162b74e070bf46f05f0"
checksum: 8bd1d71ca593e20b96ce798a972aab9b70d0ea795a50a0cffffa9993ad7f598b64973a049df0d8d2168231a8e1835d6f67d2bb37771f344b2f24053de70239f2
resolution: "zed@https://github.com/brimdata/zed.git#commit=3753828089a580e3c5ae5acb2c3f062b265b5706"
checksum: 99c5b24f86896ee6300d44967c97ad64024f2f0cd4535357b623b768587e57ed6dfdae24786ef580a0dcaf2f2958833931fac2c491e45f26841bad6896fe4d97
languageName: node
linkType: hard

Expand Down Expand Up @@ -19264,7 +19264,7 @@ __metadata:
use-resize-observer: ^8.0.0
web-file-polyfill: ^1.0.4
web-streams-polyfill: ^3.2.0
zed: "brimdata/zed#07893a2b850bcb200c779162b74e070bf46f05f0"
zed: "brimdata/zed#3753828089a580e3c5ae5acb2c3f062b265b5706"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down
Loading