Skip to content

Commit

Permalink
Adapt to change in VNG format from zed/4834 (#2874)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Nov 2, 2023
1 parent 28aede8 commit 74dea1a
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 @@ -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#c3d787d0eee18e17a396717779b0a80bbd8b5f3a",
"zed": "brimdata/zed#f89f970ecc0d42d3441d06d84beb03dda1e6baeb",
"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: 7753 },
{ label: 'VNG', expectedSize: 8025 },
{ 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#c3d787d0eee18e17a396717779b0a80bbd8b5f3a":
"zed@brimdata/zed#f89f970ecc0d42d3441d06d84beb03dda1e6baeb":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=c3d787d0eee18e17a396717779b0a80bbd8b5f3a"
checksum: 65f162435d76eeda3ae07964662ebd5e22e473f4186a664a418150820eaff48d0e62688ec3d755c83a18e37753ea6e28a15bd08473a2d4f4de2a7e782ef21bd5
resolution: "zed@https://github.com/brimdata/zed.git#commit=f89f970ecc0d42d3441d06d84beb03dda1e6baeb"
checksum: 71c30cfca70a5f04638b56027c68c99710fa140bcf32420fb3723282d56a79b9a153ca3cede2d49e6d6c7f9136a41460253ebe0752dc07c95cb9532ffbd803e0
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#c3d787d0eee18e17a396717779b0a80bbd8b5f3a"
zed: "brimdata/zed#f89f970ecc0d42d3441d06d84beb03dda1e6baeb"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit 74dea1a

Please sign in to comment.