File tree Expand file tree Collapse file tree 12 files changed +34
-34
lines changed Expand file tree Collapse file tree 12 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cerc-io/cache" ,
3
- "version" : " 0.2.94 " ,
3
+ "version" : " 0.2.95 " ,
4
4
"description" : " Generic object cache" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cerc-io/cli" ,
3
- "version" : " 0.2.94 " ,
3
+ "version" : " 0.2.95 " ,
4
4
"main" : " dist/index.js" ,
5
5
"license" : " AGPL-3.0" ,
6
6
"scripts" : {
15
15
},
16
16
"dependencies" : {
17
17
"@apollo/client" : " ^3.7.1" ,
18
- "@cerc-io/cache" : " ^0.2.94 " ,
19
- "@cerc-io/ipld-eth-client" : " ^0.2.94 " ,
18
+ "@cerc-io/cache" : " ^0.2.95 " ,
19
+ "@cerc-io/ipld-eth-client" : " ^0.2.95 " ,
20
20
"@cerc-io/libp2p" : " ^0.42.2-laconic-0.1.4" ,
21
21
"@cerc-io/nitro-node" : " ^0.1.15" ,
22
- "@cerc-io/peer" : " ^0.2.94 " ,
23
- "@cerc-io/rpc-eth-client" : " ^0.2.94 " ,
24
- "@cerc-io/util" : " ^0.2.94 " ,
22
+ "@cerc-io/peer" : " ^0.2.95 " ,
23
+ "@cerc-io/rpc-eth-client" : " ^0.2.95 " ,
24
+ "@cerc-io/util" : " ^0.2.95 " ,
25
25
"@ethersproject/providers" : " ^5.4.4" ,
26
26
"@graphql-tools/utils" : " ^9.1.1" ,
27
27
"@ipld/dag-cbor" : " ^8.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cerc-io/codegen" ,
3
- "version" : " 0.2.94 " ,
3
+ "version" : " 0.2.95 " ,
4
4
"description" : " Code generator" ,
5
5
"private" : true ,
6
6
"main" : " index.js" ,
20
20
},
21
21
"homepage" : " https://github.com/cerc-io/watcher-ts#readme" ,
22
22
"dependencies" : {
23
- "@cerc-io/util" : " ^0.2.94 " ,
23
+ "@cerc-io/util" : " ^0.2.95 " ,
24
24
"@graphql-tools/load-files" : " ^6.5.2" ,
25
25
"@npmcli/package-json" : " ^5.0.0" ,
26
26
"@poanet/solidity-flattener" : " https://github.com/vulcanize/solidity-flattener.git" ,
Original file line number Diff line number Diff line change 41
41
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
42
42
"dependencies": {
43
43
"@apollo/client": "^3.3.19",
44
- "@cerc-io/cli": "^0.2.94 ",
45
- "@cerc-io/ipld-eth-client": "^0.2.94 ",
46
- "@cerc-io/solidity-mapper": "^0.2.94 ",
47
- "@cerc-io/util": "^0.2.94 ",
44
+ "@cerc-io/cli": "^0.2.95 ",
45
+ "@cerc-io/ipld-eth-client": "^0.2.95 ",
46
+ "@cerc-io/solidity-mapper": "^0.2.95 ",
47
+ "@cerc-io/util": "^0.2.95 ",
48
48
{{ #if (subgraphPath )}}
49
- "@cerc-io/graph-node": "^0.2.94 ",
49
+ "@cerc-io/graph-node": "^0.2.95 ",
50
50
{{ /if }}
51
51
"@ethersproject/providers": "^5.4.4",
52
52
"debug": "^4.3.1",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cerc-io/graph-node" ,
3
- "version" : " 0.2.94 " ,
3
+ "version" : " 0.2.95 " ,
4
4
"main" : " dist/index.js" ,
5
5
"license" : " AGPL-3.0" ,
6
6
"devDependencies" : {
7
- "@cerc-io/solidity-mapper" : " ^0.2.94 " ,
7
+ "@cerc-io/solidity-mapper" : " ^0.2.95 " ,
8
8
"@ethersproject/providers" : " ^5.4.4" ,
9
9
"@graphprotocol/graph-ts" : " ^0.22.0" ,
10
10
"@nomiclabs/hardhat-ethers" : " ^2.0.2" ,
51
51
"dependencies" : {
52
52
"@apollo/client" : " ^3.3.19" ,
53
53
"@cerc-io/assemblyscript" : " 0.19.10-watcher-ts-0.1.2" ,
54
- "@cerc-io/cache" : " ^0.2.94 " ,
55
- "@cerc-io/ipld-eth-client" : " ^0.2.94 " ,
56
- "@cerc-io/util" : " ^0.2.94 " ,
54
+ "@cerc-io/cache" : " ^0.2.95 " ,
55
+ "@cerc-io/ipld-eth-client" : " ^0.2.95 " ,
56
+ "@cerc-io/util" : " ^0.2.95 " ,
57
57
"@types/json-diff" : " ^0.5.2" ,
58
58
"@types/yargs" : " ^17.0.0" ,
59
59
"bn.js" : " ^4.11.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cerc-io/ipld-eth-client" ,
3
- "version" : " 0.2.94 " ,
3
+ "version" : " 0.2.95 " ,
4
4
"description" : " IPLD ETH Client" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
20
20
"homepage" : " https://github.com/cerc-io/watcher-ts#readme" ,
21
21
"dependencies" : {
22
22
"@apollo/client" : " ^3.7.1" ,
23
- "@cerc-io/cache" : " ^0.2.94 " ,
24
- "@cerc-io/util" : " ^0.2.94 " ,
23
+ "@cerc-io/cache" : " ^0.2.95 " ,
24
+ "@cerc-io/util" : " ^0.2.95 " ,
25
25
"cross-fetch" : " ^3.1.4" ,
26
26
"debug" : " ^4.3.1" ,
27
27
"ethers" : " ^5.4.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cerc-io/peer" ,
3
- "version" : " 0.2.94 " ,
3
+ "version" : " 0.2.95 " ,
4
4
"description" : " libp2p module" ,
5
5
"main" : " dist/index.js" ,
6
6
"exports" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cerc-io/rpc-eth-client" ,
3
- "version" : " 0.2.94 " ,
3
+ "version" : " 0.2.95 " ,
4
4
"description" : " RPC ETH Client" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
19
19
},
20
20
"homepage" : " https://github.com/cerc-io/watcher-ts#readme" ,
21
21
"dependencies" : {
22
- "@cerc-io/cache" : " ^0.2.94 " ,
23
- "@cerc-io/ipld-eth-client" : " ^0.2.94 " ,
24
- "@cerc-io/util" : " ^0.2.94 " ,
22
+ "@cerc-io/cache" : " ^0.2.95 " ,
23
+ "@cerc-io/ipld-eth-client" : " ^0.2.95 " ,
24
+ "@cerc-io/util" : " ^0.2.95 " ,
25
25
"chai" : " ^4.3.4" ,
26
26
"ethers" : " ^5.4.4" ,
27
27
"left-pad" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cerc-io/solidity-mapper" ,
3
- "version" : " 0.2.94 " ,
3
+ "version" : " 0.2.95 " ,
4
4
"main" : " dist/index.js" ,
5
5
"license" : " AGPL-3.0" ,
6
6
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cerc-io/test" ,
3
- "version" : " 0.2.94 " ,
3
+ "version" : " 0.2.95 " ,
4
4
"main" : " dist/index.js" ,
5
5
"license" : " AGPL-3.0" ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cerc-io/tracing-client" ,
3
- "version" : " 0.2.94 " ,
3
+ "version" : " 0.2.95 " ,
4
4
"description" : " ETH VM tracing client" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cerc-io/util" ,
3
- "version" : " 0.2.94 " ,
3
+ "version" : " 0.2.95 " ,
4
4
"main" : " dist/index.js" ,
5
5
"license" : " AGPL-3.0" ,
6
6
"dependencies" : {
7
7
"@apollo/utils.keyvaluecache" : " ^1.0.1" ,
8
8
"@cerc-io/nitro-node" : " ^0.1.15" ,
9
- "@cerc-io/peer" : " ^0.2.94 " ,
10
- "@cerc-io/solidity-mapper" : " ^0.2.94 " ,
9
+ "@cerc-io/peer" : " ^0.2.95 " ,
10
+ "@cerc-io/solidity-mapper" : " ^0.2.95 " ,
11
11
"@cerc-io/ts-channel" : " 1.0.3-ts-nitro-0.1.1" ,
12
12
"@ethersproject/properties" : " ^5.7.0" ,
13
13
"@ethersproject/providers" : " ^5.4.4" ,
54
54
"yargs" : " ^17.0.1"
55
55
},
56
56
"devDependencies" : {
57
- "@cerc-io/cache" : " ^0.2.94 " ,
57
+ "@cerc-io/cache" : " ^0.2.95 " ,
58
58
"@nomiclabs/hardhat-waffle" : " ^2.0.1" ,
59
59
"@types/bunyan" : " ^1.8.8" ,
60
60
"@types/express" : " ^4.17.14" ,
You can’t perform that action at this time.
0 commit comments