0.0.7-alpha

Signed-off-by: T-Hax <>
This commit is contained in:
T-Hax 2023-05-09 16:47:36 +00:00
parent 2179a5bad2
commit f63a99c27e
147 changed files with 49 additions and 5251781 deletions

View file

@ -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/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
@ -73,11 +76,6 @@
"clean": "rm -rf --interactive=never docs/*",
"format": "prettier src/**/*.ts -w"
},
"files": [
"build/lib/**/*",
"build/index.*",
"build/types/**/*"
],
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,5 @@
{
"include": ["./src"],
"include": ["./src/*"],
"exclude": ["node_modules"],
"ts-node": {
// Do not forget to `npm i -D tsconfig-paths`
@ -8,7 +8,7 @@
"compilerOptions": {
// ~~~~~~~~~~~~~~~~~~~~~~~~~NODE 18 STANDARD~~~~~~~~~~~~~~~~~~~~~~~
"target": "es2022",
"module": "NodeNext",
"module": "CommonJS",
"lib": ["es2022"],
"strict": true,
"esModuleInterop": true,