mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-04-18 03:00:22 -04:00
chore: Release 1.2.3 (#968)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@farcaster/hubble': patch
|
||||
---
|
||||
|
||||
Add --watch to hub status command and more readable output
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@farcaster/core': patch
|
||||
---
|
||||
|
||||
Remove unnecessary @faker-js/faker dependency from core
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@farcaster/core': minor
|
||||
'@farcaster/hubble': patch
|
||||
'@farcaster/hub-nodejs': patch
|
||||
'@farcaster/hub-web': patch
|
||||
---
|
||||
|
||||
replace @noble/ed25519 with faster and more secure @noble/curves
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@farcaster/hubble': patch
|
||||
---
|
||||
|
||||
fix(eth): add stronger retry logic to eth events provider
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@farcaster/hubble': patch
|
||||
---
|
||||
|
||||
Include semver as explicit dependency
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@farcaster/hubble': patch
|
||||
---
|
||||
|
||||
Switch from `rocksdb` to `@farcaster/rocksdb` NPM package
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@farcaster/hubble': patch
|
||||
---
|
||||
|
||||
Add @faker-js/faker as prod dependency
|
||||
@@ -1,5 +1,18 @@
|
||||
# @farcaster/hubble
|
||||
|
||||
## 1.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c4891754: Add --watch to hub status command and more readable output
|
||||
- 2ca66b17: replace @noble/ed25519 with faster and more secure @noble/curves
|
||||
- 43444471: fix(eth): add stronger retry logic to eth events provider
|
||||
- ea55abcb: Include semver as explicit dependency
|
||||
- fe755fbd: Switch from `rocksdb` to `@farcaster/rocksdb` NPM package
|
||||
- 651df412: Add @faker-js/faker as prod dependency
|
||||
- Updated dependencies [2ca66b17]
|
||||
- @farcaster/hub-nodejs@0.7.3
|
||||
|
||||
## 1.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/hubble",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"description": "Farcaster Hub",
|
||||
"author": "",
|
||||
"license": "",
|
||||
@@ -49,7 +49,7 @@
|
||||
"@chainsafe/libp2p-gossipsub": "6.1.0",
|
||||
"@chainsafe/libp2p-noise": "^11.0.0 ",
|
||||
"@faker-js/faker": "~7.6.0",
|
||||
"@farcaster/hub-nodejs": "^0.7.2",
|
||||
"@farcaster/hub-nodejs": "^0.7.3",
|
||||
"@farcaster/rocksdb": "^5.5.0",
|
||||
"@grpc/grpc-js": "~1.8.7",
|
||||
"@libp2p/interface-connection": "^3.0.2",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @farcaster/core
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2ca66b17: replace @noble/ed25519 with faster and more secure @noble/curves
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 651df412: Remove unnecessary @faker-js/faker dependency from core
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/core",
|
||||
"version": "0.7.2",
|
||||
"version": "0.8.0",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @farcaster/hub-nodejs
|
||||
|
||||
## 0.7.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2ca66b17: replace @noble/ed25519 with faster and more secure @noble/curves
|
||||
- Updated dependencies [651df412]
|
||||
- Updated dependencies [2ca66b17]
|
||||
- @farcaster/core@0.8.0
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/hub-nodejs",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@@ -16,7 +16,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@farcaster/core": "0.7.2",
|
||||
"@farcaster/core": "0.8.0",
|
||||
"@grpc/grpc-js": "^1.8.13",
|
||||
"@noble/hashes": "^1.3.0",
|
||||
"ethers": "~6.2.1",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @farcaster/hub-web
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2ca66b17: replace @noble/ed25519 with faster and more secure @noble/curves
|
||||
- Updated dependencies [651df412]
|
||||
- Updated dependencies [2ca66b17]
|
||||
- @farcaster/core@0.8.0
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/hub-web",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@@ -29,7 +29,7 @@
|
||||
"ts-proto": "^1.146.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@farcaster/core": "^0.7.2",
|
||||
"@farcaster/core": "^0.8.0",
|
||||
"@improbable-eng/grpc-web": "^0.15.0",
|
||||
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
|
||||
"rxjs": "^7.8.0"
|
||||
|
||||
Reference in New Issue
Block a user