mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-02-07 03:15:04 -05:00
bump versions (#498)
This commit is contained in:
committed by
GitHub
parent
9558382d60
commit
d9ff6b3030
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@farcaster/protobufs': patch
|
||||
'@farcaster/js': patch
|
||||
---
|
||||
|
||||
chore: delete unused dependencies in packages
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@farcaster/protobufs': patch
|
||||
'@farcaster/utils': patch
|
||||
'@farcaster/js': patch
|
||||
---
|
||||
|
||||
add subscribe grpc method and support event streaming
|
||||
@@ -1,5 +1,14 @@
|
||||
# @farcaster/hubble
|
||||
|
||||
## 1.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9558382]
|
||||
- Updated dependencies [6be9983]
|
||||
- @farcaster/protobufs@0.1.3
|
||||
- @farcaster/utils@0.2.2
|
||||
|
||||
## 1.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/hubble",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "Farcaster Hub",
|
||||
"author": "",
|
||||
"license": "",
|
||||
@@ -42,8 +42,8 @@
|
||||
"@chainsafe/libp2p-gossipsub": "^4.1.1",
|
||||
"@chainsafe/libp2p-noise": "^8.0.2",
|
||||
"@grpc/grpc-js": "^1.7.3",
|
||||
"@farcaster/protobufs": "0.1.2",
|
||||
"@farcaster/utils": "0.2.1",
|
||||
"@farcaster/protobufs": "0.1.3",
|
||||
"@farcaster/utils": "0.2.2",
|
||||
"@libp2p/interface-connection": "^3.0.2",
|
||||
"@libp2p/interface-peer-id": "^1.0.4",
|
||||
"@libp2p/interface-peer-info": "^1.0.3",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @farcaster/js
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9558382: chore: delete unused dependencies in packages
|
||||
- 6be9983: add subscribe grpc method and support event streaming
|
||||
- Updated dependencies [9558382]
|
||||
- Updated dependencies [6be9983]
|
||||
- @farcaster/protobufs@0.1.3
|
||||
- @farcaster/utils@0.2.2
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/js",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@@ -16,8 +16,8 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@farcaster/protobufs": "0.1.2",
|
||||
"@farcaster/utils": "0.2.1",
|
||||
"@farcaster/protobufs": "0.1.3",
|
||||
"@farcaster/utils": "0.2.2",
|
||||
"@noble/hashes": "^1.1.5",
|
||||
"ethers": "^5.7.2",
|
||||
"neverthrow": "^6.0.0"
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @farcaster/protobufs
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9558382: chore: delete unused dependencies in packages
|
||||
- 6be9983: add subscribe grpc method and support event streaming
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/protobufs",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @farcaster/utils
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6be9983: add subscribe grpc method and support event streaming
|
||||
- Updated dependencies [9558382]
|
||||
- Updated dependencies [6be9983]
|
||||
- @farcaster/protobufs@0.1.3
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/utils",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@@ -17,7 +17,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "^7.6.0",
|
||||
"@farcaster/protobufs": "0.1.2",
|
||||
"@farcaster/protobufs": "0.1.3",
|
||||
"@noble/ed25519": "^1.7.1",
|
||||
"@noble/hashes": "^1.1.5",
|
||||
"ethers": "^5.7.2",
|
||||
|
||||
Reference in New Issue
Block a user