0.0.7-alpha
Signed-off-by: T-Hax <>
This commit is contained in:
parent
2179a5bad2
commit
f63a99c27e
147 changed files with 49 additions and 5251781 deletions
|
@ -13,11 +13,14 @@
|
|||
"crypto",
|
||||
"zk"
|
||||
],
|
||||
"version": "0.0.2-alpha",
|
||||
"version": "0.0.7-alpha",
|
||||
"engines": {
|
||||
"node": "^18"
|
||||
},
|
||||
"main": "./build/index.js",
|
||||
"files": [
|
||||
"build/**/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ethersproject/providers": "^5.7.2",
|
||||
"@tornado/sdk-data": "workspace:*",
|
||||
|
@ -66,11 +69,6 @@
|
|||
"clean": "rm -rf --interactive=never docs/*",
|
||||
"format": "prettier src/*.ts -w"
|
||||
},
|
||||
"files": [
|
||||
"build/lib/**/*",
|
||||
"build/index.*",
|
||||
"build/types/**/*"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"compilerOptions": {
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~NODE 18 STANDARD~~~~~~~~~~~~~~~~~~~~~~~
|
||||
"target": "es2022",
|
||||
"module": "NodeNext",
|
||||
"module": "CommonJS",
|
||||
"lib": ["es2022"],
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue