File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hollowdb-prover" ,
3
3
"description" : " Zero-knowledge proof generator utiity for HollowDB" ,
4
- "version" : " 0.1.5 " ,
4
+ "version" : " 0.1.6 " ,
5
5
"author" :
" FirstBatch Team <[email protected] >" ,
6
6
"contributors" : [
7
7
" Erhan Tezcan <[email protected] >"
41
41
"targets" : {
42
42
"cjs" : {
43
43
"outputFormat" : " commonjs" ,
44
- "isLibrary" : false ,
45
- "context" : " node" ,
46
- "scopeHoist" : false ,
47
- "includeNodeModules" : false ,
48
- "optimize" : false
44
+ "isLibrary" : true ,
45
+ "context" : " node"
49
46
},
50
47
"mjs" : {
51
48
"outputFormat" : " esmodule" ,
52
- "isLibrary" : false ,
53
- "context" : " node" ,
54
- "scopeHoist" : false ,
55
- "includeNodeModules" : false ,
56
- "optimize" : false
49
+ "isLibrary" : true ,
50
+ "context" : " node"
57
51
}
58
52
},
59
53
"engines" : {
You can’t perform that action at this time.
0 commit comments