File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 ],
55 "npmClient" : " yarn" ,
66 "useWorkspaces" : true ,
7- "version" : " 0.0.0 " ,
7+ "version" : " 0.0.4 " ,
88 "stream" : " true" ,
99 "command" : {
1010 "version" : {
1111 "message" : " chore(release): %s"
1212 }
1313 }
14- }
14+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " root" ,
33 "private" : true ,
4- "version" : " 0.0.3 " ,
4+ "version" : " 0.0.4 " ,
55 "engines" : {
66 "node" : " >=12.9.0"
77 },
Original file line number Diff line number Diff line change 3535 "class-transformer" : " 0.5.1" ,
3636 "class-validator" : " 0.14.0" ,
3737 "ethers" : " 5.7.2" ,
38- "executor" : " * " ,
38+ "executor" : " ^0.0.1 " ,
3939 "fastify" : " 4.14.1" ,
4040 "pino" : " 8.11.0" ,
4141 "pino-pretty" : " 10.0.0" ,
4242 "reflect-metadata" : " 0.1.13" ,
43- "types" : " * "
43+ "types" : " ^0.0.1 "
4444 },
4545 "devDependencies" : {
4646 "@types/connect" : " 3.4.35"
Original file line number Diff line number Diff line change @@ -56,4 +56,5 @@ export const RedirectedRPCMethods = {
5656 eth_getFilterLogs : "eth_getFilterLogs" ,
5757 eth_getLogs : "eth_getLogs" ,
5858 eth_maxPriorityFeePerGas : "eth_maxPriorityFeePerGas" ,
59+ eth_sendRawTransaction : "eth_sendRawTransaction" ,
5960} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " cli" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1 " ,
44 "description" : " > TODO: description" ,
55 "author" : " zincoshine <psramanuj@gmail.com>" ,
66 "homepage" : " https://https://github.com/etherspot/skandha#readme" ,
3131 "url" : " https://https://github.com/etherspot/skandha/issues"
3232 },
3333 "dependencies" : {
34- "db " : " * " ,
35- "api " : " * " ,
36- "executor" : " * " ,
37- "types " : " * " ,
34+ "api " : " ^0.0.1 " ,
35+ "db " : " ^0.0.1 " ,
36+ "executor" : " ^0.0.1 " ,
37+ "find-up " : " 5.0.0 " ,
3838 "got" : " 12.5.3" ,
3939 "js-yaml" : " 4.1.0" ,
40- "yargs " : " 17.6.2 " ,
41- "find-up " : " 5.0.0 "
40+ "types " : " ^0.0.1 " ,
41+ "yargs " : " 17.6.2 "
4242 },
4343 "devDependencies" : {
4444 "@types/js-yaml" : " 4.0.5" ,
Original file line number Diff line number Diff line change 3737 "devDependencies" : {
3838 "@types/rocksdb" : " 3.0.1" ,
3939 "prettier" : " ^2.8.4" ,
40- "types" : " * "
40+ "types" : " ^0.0.1 "
4141 }
4242}
Original file line number Diff line number Diff line change 3333 "dependencies" : {
3434 "async-mutex" : " 0.4.0" ,
3535 "ethers" : " 5.7.2" ,
36- "types " : " * " ,
37- "params " : " * "
36+ "params " : " ^0.0.1 " ,
37+ "types " : " ^0.0.1 "
3838 }
3939}
Original file line number Diff line number Diff line change 11{
22 "name" : " params" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1 " ,
44 "description" : " Various bundler parameters" ,
55 "author" : " Etherspot" ,
66 "homepage" : " https://github.com/etherspot/skandha#readme" ,
2121 "url" : " https://github.com/etherspot/skandha/issues"
2222 },
2323 "dependencies" : {
24- "types" : " * "
24+ "types" : " ^0.0.1 "
2525 },
2626 "scripts" : {
2727 "clean" : " rm -rf lib && rm -f *.tsbuildinfo" ,
You can’t perform that action at this time.
0 commit comments