Skip to content

Commit 9bfdaa5

Browse files
committed
chore: bump package versions to 1.35.0
1 parent 497d67c commit 9bfdaa5

File tree

19 files changed

+100
-100
lines changed

19 files changed

+100
-100
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"npmClient": "yarn",
66
"useNx": true,
7-
"version": "1.34.1",
7+
"version": "1.35.0",
88
"stream": true,
99
"command": {
1010
"version": {

packages/api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.34.1",
14+
"version": "1.35.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -78,10 +78,10 @@
7878
"dependencies": {
7979
"@chainsafe/persistent-merkle-tree": "^1.2.1",
8080
"@chainsafe/ssz": "^1.2.2",
81-
"@lodestar/config": "^1.34.1",
82-
"@lodestar/params": "^1.34.1",
83-
"@lodestar/types": "^1.34.1",
84-
"@lodestar/utils": "^1.34.1",
81+
"@lodestar/config": "^1.35.0",
82+
"@lodestar/params": "^1.35.0",
83+
"@lodestar/types": "^1.35.0",
84+
"@lodestar/utils": "^1.35.0",
8585
"eventsource": "^2.0.2",
8686
"qs": "^6.11.1"
8787
},

packages/beacon-node/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.34.1",
14+
"version": "1.35.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -138,18 +138,18 @@
138138
"@libp2p/peer-id": "^5.1.0",
139139
"@libp2p/prometheus-metrics": "^4.3.15",
140140
"@libp2p/tcp": "^10.1.8",
141-
"@lodestar/api": "^1.34.1",
142-
"@lodestar/config": "^1.34.1",
143-
"@lodestar/db": "^1.34.1",
144-
"@lodestar/fork-choice": "^1.34.1",
145-
"@lodestar/light-client": "^1.34.1",
146-
"@lodestar/logger": "^1.34.1",
147-
"@lodestar/params": "^1.34.1",
148-
"@lodestar/reqresp": "^1.34.1",
149-
"@lodestar/state-transition": "^1.34.1",
150-
"@lodestar/types": "^1.34.1",
151-
"@lodestar/utils": "^1.34.1",
152-
"@lodestar/validator": "^1.34.1",
141+
"@lodestar/api": "^1.35.0",
142+
"@lodestar/config": "^1.35.0",
143+
"@lodestar/db": "^1.35.0",
144+
"@lodestar/fork-choice": "^1.35.0",
145+
"@lodestar/light-client": "^1.35.0",
146+
"@lodestar/logger": "^1.35.0",
147+
"@lodestar/params": "^1.35.0",
148+
"@lodestar/reqresp": "^1.35.0",
149+
"@lodestar/state-transition": "^1.35.0",
150+
"@lodestar/types": "^1.35.0",
151+
"@lodestar/utils": "^1.35.0",
152+
"@lodestar/validator": "^1.35.0",
153153
"@multiformats/multiaddr": "^12.1.3",
154154
"datastore-core": "^10.0.2",
155155
"datastore-fs": "^10.0.6",

packages/cli/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/lodestar",
3-
"version": "1.34.1",
3+
"version": "1.35.0",
44
"description": "Command line interface for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -74,18 +74,18 @@
7474
"@libp2p/crypto": "^5.0.15",
7575
"@libp2p/interface": "^2.7.0",
7676
"@libp2p/peer-id": "^5.1.0",
77-
"@lodestar/api": "^1.34.1",
78-
"@lodestar/beacon-node": "^1.34.1",
77+
"@lodestar/api": "^1.35.0",
78+
"@lodestar/beacon-node": "^1.35.0",
7979
"@lodestar/bun": "git+https://github.com/ChainSafe/lodestar-bun.git",
80-
"@lodestar/config": "^1.34.1",
81-
"@lodestar/db": "^1.34.1",
82-
"@lodestar/light-client": "^1.34.1",
83-
"@lodestar/logger": "^1.34.1",
84-
"@lodestar/params": "^1.34.1",
85-
"@lodestar/state-transition": "^1.34.1",
86-
"@lodestar/types": "^1.34.1",
87-
"@lodestar/utils": "^1.34.1",
88-
"@lodestar/validator": "^1.34.1",
80+
"@lodestar/config": "^1.35.0",
81+
"@lodestar/db": "^1.35.0",
82+
"@lodestar/light-client": "^1.35.0",
83+
"@lodestar/logger": "^1.35.0",
84+
"@lodestar/params": "^1.35.0",
85+
"@lodestar/state-transition": "^1.35.0",
86+
"@lodestar/types": "^1.35.0",
87+
"@lodestar/utils": "^1.35.0",
88+
"@lodestar/validator": "^1.35.0",
8989
"@multiformats/multiaddr": "^12.1.3",
9090
"deepmerge": "^4.3.1",
9191
"ethers": "^6.7.0",
@@ -100,7 +100,7 @@
100100
"yargs": "^17.7.1"
101101
},
102102
"devDependencies": {
103-
"@lodestar/test-utils": "^1.34.1",
103+
"@lodestar/test-utils": "^1.35.0",
104104
"@types/debug": "^4.1.7",
105105
"@types/inquirer": "^9.0.3",
106106
"@types/proper-lockfile": "^4.1.4",

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/config",
3-
"version": "1.34.1",
3+
"version": "1.35.0",
44
"description": "Chain configuration required for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -67,8 +67,8 @@
6767
],
6868
"dependencies": {
6969
"@chainsafe/ssz": "^1.2.2",
70-
"@lodestar/params": "^1.34.1",
71-
"@lodestar/types": "^1.34.1",
72-
"@lodestar/utils": "^1.34.1"
70+
"@lodestar/params": "^1.35.0",
71+
"@lodestar/types": "^1.35.0",
72+
"@lodestar/utils": "^1.35.0"
7373
}
7474
}

packages/db/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/db",
3-
"version": "1.34.1",
3+
"version": "1.35.0",
44
"description": "DB modules of Lodestar",
55
"author": "ChainSafe Systems",
66
"homepage": "https://github.com/ChainSafe/lodestar#readme",
@@ -51,12 +51,12 @@
5151
"dependencies": {
5252
"@chainsafe/ssz": "^1.2.2",
5353
"@lodestar/bun": "git+https://github.com/ChainSafe/lodestar-bun.git",
54-
"@lodestar/config": "^1.34.1",
55-
"@lodestar/utils": "^1.34.1",
54+
"@lodestar/config": "^1.35.0",
55+
"@lodestar/utils": "^1.35.0",
5656
"classic-level": "^1.4.1",
5757
"it-all": "^3.0.4"
5858
},
5959
"devDependencies": {
60-
"@lodestar/logger": "^1.34.1"
60+
"@lodestar/logger": "^1.35.0"
6161
}
6262
}

packages/flare/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/flare",
3-
"version": "1.34.1",
3+
"version": "1.35.0",
44
"description": "Beacon chain debugging tool",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -59,12 +59,12 @@
5959
"dependencies": {
6060
"@chainsafe/bls-keygen": "^0.4.0",
6161
"@chainsafe/blst": "^2.2.0",
62-
"@lodestar/api": "^1.34.1",
63-
"@lodestar/config": "^1.34.1",
64-
"@lodestar/params": "^1.34.1",
65-
"@lodestar/state-transition": "^1.34.1",
66-
"@lodestar/types": "^1.34.1",
67-
"@lodestar/utils": "^1.34.1",
62+
"@lodestar/api": "^1.35.0",
63+
"@lodestar/config": "^1.35.0",
64+
"@lodestar/params": "^1.35.0",
65+
"@lodestar/state-transition": "^1.35.0",
66+
"@lodestar/types": "^1.35.0",
67+
"@lodestar/utils": "^1.35.0",
6868
"source-map-support": "^0.5.21",
6969
"yargs": "^17.7.1"
7070
},

packages/fork-choice/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.34.1",
14+
"version": "1.35.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -40,11 +40,11 @@
4040
},
4141
"dependencies": {
4242
"@chainsafe/ssz": "^1.2.2",
43-
"@lodestar/config": "^1.34.1",
44-
"@lodestar/params": "^1.34.1",
45-
"@lodestar/state-transition": "^1.34.1",
46-
"@lodestar/types": "^1.34.1",
47-
"@lodestar/utils": "^1.34.1"
43+
"@lodestar/config": "^1.35.0",
44+
"@lodestar/params": "^1.35.0",
45+
"@lodestar/state-transition": "^1.35.0",
46+
"@lodestar/types": "^1.35.0",
47+
"@lodestar/utils": "^1.35.0"
4848
},
4949
"keywords": [
5050
"ethereum",

packages/light-client/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.34.1",
14+
"version": "1.35.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -72,11 +72,11 @@
7272
"@chainsafe/blst": "^2.2.0",
7373
"@chainsafe/persistent-merkle-tree": "^1.2.1",
7474
"@chainsafe/ssz": "^1.2.2",
75-
"@lodestar/api": "^1.34.1",
76-
"@lodestar/config": "^1.34.1",
77-
"@lodestar/params": "^1.34.1",
78-
"@lodestar/types": "^1.34.1",
79-
"@lodestar/utils": "^1.34.1",
75+
"@lodestar/api": "^1.35.0",
76+
"@lodestar/config": "^1.35.0",
77+
"@lodestar/params": "^1.35.0",
78+
"@lodestar/types": "^1.35.0",
79+
"@lodestar/utils": "^1.35.0",
8080
"mitt": "^3.0.0"
8181
},
8282
"devDependencies": {

packages/logger/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.34.1",
14+
"version": "1.35.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -66,14 +66,14 @@
6666
},
6767
"types": "lib/index.d.ts",
6868
"dependencies": {
69-
"@lodestar/utils": "^1.34.1",
69+
"@lodestar/utils": "^1.35.0",
7070
"winston": "^3.8.2",
7171
"winston-daily-rotate-file": "^4.7.1",
7272
"winston-transport": "^4.5.0"
7373
},
7474
"devDependencies": {
7575
"@chainsafe/threads": "^1.11.3",
76-
"@lodestar/test-utils": "^1.34.1",
76+
"@lodestar/test-utils": "^1.35.0",
7777
"@types/triple-beam": "^1.3.2",
7878
"triple-beam": "^1.3.0"
7979
},

0 commit comments

Comments
 (0)