mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-10 13:48:06 -05:00
chore: Release @farcaster/core@0.16.4 and @farcaster/hub-nodejs@0.13.5 (#2579)
## 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:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@farcaster/core": patch
|
||||
---
|
||||
|
||||
fix: Update isMergeFailureHubEvent type guard to return correct type
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user