## Why is this change needed?

Describe why this issue should be fixed and link to any relevant design
docs, issues or other relevant items.

## Merge Checklist

_Choose all relevant options below by adding an `x` now or at any time
before submitting for review_

- [ ] PR title adheres to the [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/) standard
- [ ] PR has a
[changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets)
- [ ] PR has been tagged with a change label(s) (i.e. documentation,
feature, bugfix, or chore)
- [ ] PR includes
[documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs)
if necessary.
This commit is contained in:
Shane da Silva
2025-05-07 13:27:34 -07:00
committed by GitHub
parent 7ec9ad4bdd
commit 733894b774
5 changed files with 16 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
---
"@farcaster/core": patch
---
fix: Update isMergeFailureHubEvent type guard to return correct type

View File

@@ -1,5 +1,11 @@
# @farcaster/core
## 0.16.4
### Patch Changes
- 7ec9ad4b: fix: Update isMergeFailureHubEvent type guard to return correct type
## 0.16.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@farcaster/core",
"version": "0.16.3",
"version": "0.16.4",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @farcaster/hub-nodejs
## 0.13.5
### Patch Changes
- Updated dependencies [7ec9ad4b]
- @farcaster/core@0.16.4
## 0.13.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@farcaster/hub-nodejs",
"version": "0.13.4",
"version": "0.13.5",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@@ -20,7 +20,7 @@
"url": "https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/hub-nodejs"
},
"dependencies": {
"@farcaster/core": "0.16.3",
"@farcaster/core": "0.16.4",
"@grpc/grpc-js": "~1.11.1",
"@noble/hashes": "^1.3.0",
"neverthrow": "^6.0.0"