Skip to content

Commit 3420f2b

Browse files
committed
chore: bump package versions to 1.35.0
1 parent c1880f6 commit 3420f2b

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
".": {
@@ -134,18 +134,18 @@
134134
"@libp2p/peer-id": "^5.1.0",
135135
"@libp2p/prometheus-metrics": "^4.3.15",
136136
"@libp2p/tcp": "^10.1.8",
137-
"@lodestar/api": "^1.34.1",
138-
"@lodestar/config": "^1.34.1",
139-
"@lodestar/db": "^1.34.1",
140-
"@lodestar/fork-choice": "^1.34.1",
141-
"@lodestar/light-client": "^1.34.1",
142-
"@lodestar/logger": "^1.34.1",
143-
"@lodestar/params": "^1.34.1",
144-
"@lodestar/reqresp": "^1.34.1",
145-
"@lodestar/state-transition": "^1.34.1",
146-
"@lodestar/types": "^1.34.1",
147-
"@lodestar/utils": "^1.34.1",
148-
"@lodestar/validator": "^1.34.1",
137+
"@lodestar/api": "^1.35.0",
138+
"@lodestar/config": "^1.35.0",
139+
"@lodestar/db": "^1.35.0",
140+
"@lodestar/fork-choice": "^1.35.0",
141+
"@lodestar/light-client": "^1.35.0",
142+
"@lodestar/logger": "^1.35.0",
143+
"@lodestar/params": "^1.35.0",
144+
"@lodestar/reqresp": "^1.35.0",
145+
"@lodestar/state-transition": "^1.35.0",
146+
"@lodestar/types": "^1.35.0",
147+
"@lodestar/utils": "^1.35.0",
148+
"@lodestar/validator": "^1.35.0",
149149
"@multiformats/multiaddr": "^12.1.3",
150150
"datastore-core": "^10.0.2",
151151
"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",
@@ -63,17 +63,17 @@
6363
"@libp2p/crypto": "^5.0.15",
6464
"@libp2p/interface": "^2.7.0",
6565
"@libp2p/peer-id": "^5.1.0",
66-
"@lodestar/api": "^1.34.1",
67-
"@lodestar/beacon-node": "^1.34.1",
68-
"@lodestar/config": "^1.34.1",
69-
"@lodestar/db": "^1.34.1",
70-
"@lodestar/light-client": "^1.34.1",
71-
"@lodestar/logger": "^1.34.1",
72-
"@lodestar/params": "^1.34.1",
73-
"@lodestar/state-transition": "^1.34.1",
74-
"@lodestar/types": "^1.34.1",
75-
"@lodestar/utils": "^1.34.1",
76-
"@lodestar/validator": "^1.34.1",
66+
"@lodestar/api": "^1.35.0",
67+
"@lodestar/beacon-node": "^1.35.0",
68+
"@lodestar/config": "^1.35.0",
69+
"@lodestar/db": "^1.35.0",
70+
"@lodestar/light-client": "^1.35.0",
71+
"@lodestar/logger": "^1.35.0",
72+
"@lodestar/params": "^1.35.0",
73+
"@lodestar/state-transition": "^1.35.0",
74+
"@lodestar/types": "^1.35.0",
75+
"@lodestar/utils": "^1.35.0",
76+
"@lodestar/validator": "^1.35.0",
7777
"@multiformats/multiaddr": "^12.1.3",
7878
"deepmerge": "^4.3.1",
7979
"ethers": "^6.7.0",
@@ -88,7 +88,7 @@
8888
"yargs": "^17.7.1"
8989
},
9090
"devDependencies": {
91-
"@lodestar/test-utils": "^1.34.1",
91+
"@lodestar/test-utils": "^1.35.0",
9292
"@types/debug": "^4.1.7",
9393
"@types/inquirer": "^9.0.3",
9494
"@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)