Skip to content

Commit be3da48

Browse files
committed
chore: bump package versions to 1.36.0
1 parent 5317389 commit be3da48

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.35.0",
7+
"version": "1.36.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.35.0",
14+
"version": "1.36.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -76,10 +76,10 @@
7676
"dependencies": {
7777
"@chainsafe/persistent-merkle-tree": "^1.2.1",
7878
"@chainsafe/ssz": "^1.2.2",
79-
"@lodestar/config": "^1.35.0",
80-
"@lodestar/params": "^1.35.0",
81-
"@lodestar/types": "^1.35.0",
82-
"@lodestar/utils": "^1.35.0",
79+
"@lodestar/config": "^1.36.0",
80+
"@lodestar/params": "^1.36.0",
81+
"@lodestar/types": "^1.36.0",
82+
"@lodestar/utils": "^1.36.0",
8383
"eventsource": "^2.0.2",
8484
"qs": "^6.11.1"
8585
},

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.35.0",
14+
"version": "1.36.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -144,19 +144,19 @@
144144
"@libp2p/peer-id": "^5.1.0",
145145
"@libp2p/prometheus-metrics": "^4.3.15",
146146
"@libp2p/tcp": "^10.1.8",
147-
"@lodestar/api": "^1.35.0",
147+
"@lodestar/api": "^1.36.0",
148148
"@lodestar/bun": "git+https://github.com/ChainSafe/lodestar-bun.git",
149-
"@lodestar/config": "^1.35.0",
150-
"@lodestar/db": "^1.35.0",
151-
"@lodestar/fork-choice": "^1.35.0",
152-
"@lodestar/light-client": "^1.35.0",
153-
"@lodestar/logger": "^1.35.0",
154-
"@lodestar/params": "^1.35.0",
155-
"@lodestar/reqresp": "^1.35.0",
156-
"@lodestar/state-transition": "^1.35.0",
157-
"@lodestar/types": "^1.35.0",
158-
"@lodestar/utils": "^1.35.0",
159-
"@lodestar/validator": "^1.35.0",
149+
"@lodestar/config": "^1.36.0",
150+
"@lodestar/db": "^1.36.0",
151+
"@lodestar/fork-choice": "^1.36.0",
152+
"@lodestar/light-client": "^1.36.0",
153+
"@lodestar/logger": "^1.36.0",
154+
"@lodestar/params": "^1.36.0",
155+
"@lodestar/reqresp": "^1.36.0",
156+
"@lodestar/state-transition": "^1.36.0",
157+
"@lodestar/types": "^1.36.0",
158+
"@lodestar/utils": "^1.36.0",
159+
"@lodestar/validator": "^1.36.0",
160160
"@multiformats/multiaddr": "^12.1.3",
161161
"datastore-core": "^10.0.2",
162162
"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.35.0",
3+
"version": "1.36.0",
44
"description": "Command line interface for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -75,18 +75,18 @@
7575
"@libp2p/crypto": "^5.0.15",
7676
"@libp2p/interface": "^2.7.0",
7777
"@libp2p/peer-id": "^5.1.0",
78-
"@lodestar/api": "^1.35.0",
79-
"@lodestar/beacon-node": "^1.35.0",
78+
"@lodestar/api": "^1.36.0",
79+
"@lodestar/beacon-node": "^1.36.0",
8080
"@lodestar/bun": "git+https://github.com/ChainSafe/lodestar-bun.git",
81-
"@lodestar/config": "^1.35.0",
82-
"@lodestar/db": "^1.35.0",
83-
"@lodestar/light-client": "^1.35.0",
84-
"@lodestar/logger": "^1.35.0",
85-
"@lodestar/params": "^1.35.0",
86-
"@lodestar/state-transition": "^1.35.0",
87-
"@lodestar/types": "^1.35.0",
88-
"@lodestar/utils": "^1.35.0",
89-
"@lodestar/validator": "^1.35.0",
81+
"@lodestar/config": "^1.36.0",
82+
"@lodestar/db": "^1.36.0",
83+
"@lodestar/light-client": "^1.36.0",
84+
"@lodestar/logger": "^1.36.0",
85+
"@lodestar/params": "^1.36.0",
86+
"@lodestar/state-transition": "^1.36.0",
87+
"@lodestar/types": "^1.36.0",
88+
"@lodestar/utils": "^1.36.0",
89+
"@lodestar/validator": "^1.36.0",
9090
"@multiformats/multiaddr": "^12.1.3",
9191
"deepmerge": "^4.3.1",
9292
"ethers": "^6.7.0",
@@ -101,7 +101,7 @@
101101
"yargs": "^17.7.1"
102102
},
103103
"devDependencies": {
104-
"@lodestar/test-utils": "^1.35.0",
104+
"@lodestar/test-utils": "^1.36.0",
105105
"@types/debug": "^4.1.7",
106106
"@types/inquirer": "^9.0.3",
107107
"@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.35.0",
3+
"version": "1.36.0",
44
"description": "Chain configuration required for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -61,8 +61,8 @@
6161
],
6262
"dependencies": {
6363
"@chainsafe/ssz": "^1.2.2",
64-
"@lodestar/params": "^1.35.0",
65-
"@lodestar/types": "^1.35.0",
66-
"@lodestar/utils": "^1.35.0"
64+
"@lodestar/params": "^1.36.0",
65+
"@lodestar/types": "^1.36.0",
66+
"@lodestar/utils": "^1.36.0"
6767
}
6868
}

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.35.0",
3+
"version": "1.36.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.35.0",
55-
"@lodestar/utils": "^1.35.0",
54+
"@lodestar/config": "^1.36.0",
55+
"@lodestar/utils": "^1.36.0",
5656
"classic-level": "^1.4.1",
5757
"it-all": "^3.0.4"
5858
},
5959
"devDependencies": {
60-
"@lodestar/logger": "^1.35.0"
60+
"@lodestar/logger": "^1.36.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.35.0",
3+
"version": "1.36.0",
44
"description": "Beacon chain debugging tool",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -50,12 +50,12 @@
5050
"dependencies": {
5151
"@chainsafe/bls-keygen": "^0.4.0",
5252
"@chainsafe/blst": "^2.2.0",
53-
"@lodestar/api": "^1.35.0",
54-
"@lodestar/config": "^1.35.0",
55-
"@lodestar/params": "^1.35.0",
56-
"@lodestar/state-transition": "^1.35.0",
57-
"@lodestar/types": "^1.35.0",
58-
"@lodestar/utils": "^1.35.0",
53+
"@lodestar/api": "^1.36.0",
54+
"@lodestar/config": "^1.36.0",
55+
"@lodestar/params": "^1.36.0",
56+
"@lodestar/state-transition": "^1.36.0",
57+
"@lodestar/types": "^1.36.0",
58+
"@lodestar/utils": "^1.36.0",
5959
"source-map-support": "^0.5.21",
6060
"yargs": "^17.7.1"
6161
},

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.35.0",
14+
"version": "1.36.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -40,11 +40,11 @@
4040
},
4141
"dependencies": {
4242
"@chainsafe/ssz": "^1.2.2",
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"
43+
"@lodestar/config": "^1.36.0",
44+
"@lodestar/params": "^1.36.0",
45+
"@lodestar/state-transition": "^1.36.0",
46+
"@lodestar/types": "^1.36.0",
47+
"@lodestar/utils": "^1.36.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.35.0",
14+
"version": "1.36.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -67,11 +67,11 @@
6767
"@chainsafe/blst": "^2.2.0",
6868
"@chainsafe/persistent-merkle-tree": "^1.2.1",
6969
"@chainsafe/ssz": "^1.2.2",
70-
"@lodestar/api": "^1.35.0",
71-
"@lodestar/config": "^1.35.0",
72-
"@lodestar/params": "^1.35.0",
73-
"@lodestar/types": "^1.35.0",
74-
"@lodestar/utils": "^1.35.0",
70+
"@lodestar/api": "^1.36.0",
71+
"@lodestar/config": "^1.36.0",
72+
"@lodestar/params": "^1.36.0",
73+
"@lodestar/types": "^1.36.0",
74+
"@lodestar/utils": "^1.36.0",
7575
"mitt": "^3.0.0"
7676
},
7777
"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.35.0",
14+
"version": "1.36.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -62,14 +62,14 @@
6262
},
6363
"types": "lib/index.d.ts",
6464
"dependencies": {
65-
"@lodestar/utils": "^1.35.0",
65+
"@lodestar/utils": "^1.36.0",
6666
"winston": "^3.8.2",
6767
"winston-daily-rotate-file": "^4.7.1",
6868
"winston-transport": "^4.5.0"
6969
},
7070
"devDependencies": {
7171
"@chainsafe/threads": "^1.11.3",
72-
"@lodestar/test-utils": "^1.35.0",
72+
"@lodestar/test-utils": "^1.36.0",
7373
"@types/triple-beam": "^1.3.2",
7474
"triple-beam": "^1.3.0"
7575
},

0 commit comments

Comments
 (0)