Skip to content

Commit

Permalink
Point to Brimcap that uses new build-zeek artifact (#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jan 17, 2024
1 parent 3ddce27 commit 9563abc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions apps/zui/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"asarUnpack": ["zdeps", "LICENSE.txt", "acknowledgments.txt", "**/*.node"],
"directories": {"output": "../../dist/apps/zui"},
"protocols": [{"name": "zui", "schemes": ["zui"]}],
"mac": {
"binaries": [
"zdeps/zeek/lib/zeek/plugins/Corelight_CommunityID/lib/Corelight-CommunityID.darwin-x86_64.so"
]
},
"linux": {"target": ["deb", "rpm"]},
"rpm": {"depends": ["openssl"]},
"deb": {"depends": ["openssl"]},
Expand Down
2 changes: 1 addition & 1 deletion apps/zui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"acorn": "^7.4.1",
"ajv": "^6.9.1",
"animejs": "^3.2.0",
"brimcap": "brimdata/brimcap#v1.5.5",
"brimcap": "brimdata/brimcap#v1.6.0-beta1",
"chalk": "^4.1.0",
"chevrotain": "^10.5.0",
"chrono-node": "^2.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6841,12 +6841,12 @@ __metadata:
languageName: node
linkType: hard

"brimcap@brimdata/brimcap#v1.5.5":
"brimcap@brimdata/brimcap#v1.6.0-beta1":
version: 1.1.2
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=c6873a9cac9c5735f0af438033f4a36c26292ad1"
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=48c5cd406c9b45a2ce30426b02df6ecdceed53c6"
bin:
brimcap: build/dist/brimcap
checksum: 32eed65d0f64dd61ee16c8bfb0dd70f88f8fd77b2f69356b62ac2c9de25db179d1e03fe6f31ac95887cd7b6526166f79c4948b21d4bd761b4aaf404106a7e0af
checksum: 30c7f2721128e707eaafaf97601644528e0d9bc88ecd895379ee61b0e8ce18cde71b9981eab472a791960a37620392b2a8aa25e4143cfbb2ff8db168c63201d0
languageName: node
linkType: hard

Expand Down Expand Up @@ -19207,7 +19207,7 @@ __metadata:
acorn: ^7.4.1
ajv: ^6.9.1
animejs: ^3.2.0
brimcap: "brimdata/brimcap#v1.5.5"
brimcap: "brimdata/brimcap#v1.6.0-beta1"
chalk: ^4.1.0
chevrotain: ^10.5.0
chrono-node: ^2.5.0
Expand Down

0 comments on commit 9563abc

Please sign in to comment.