0.0.1-alpha

Signed-off-by: T-Hax <>
This commit is contained in:
T-Hax 2023-05-08 23:24:45 +00:00
parent cd67a41ceb
commit b7f9cee37c
10 changed files with 21 additions and 10 deletions

8
.yarn/versions/6e834995.yml vendored Normal file
View File

@ -0,0 +1,8 @@
undecided:
- "@tornado/sdk-monorepo"
- "@tornado/sdk"
- "@tornado/sdk-chain"
- "@tornado/sdk-core"
- "@tornado/sdk-crypto"
- "@tornado/sdk-data"
- "@tornado/sdk-utils"

View File

@ -14,7 +14,7 @@
"crypto",
"zk"
],
"version": "0.0.0-alpha",
"version": "0.0.1-alpha",
"engines": {
"node": "^18"
},

View File

@ -13,7 +13,7 @@
"crypto",
"zk"
],
"version": "0.0.0-alpha",
"version": "0.0.1-alpha",
"engines": {
"node": "^18"
},

View File

@ -3,14 +3,17 @@
"author": "T-Hax",
"license": "ISC",
"description": "Tornado SDK cryptographic primitives.",
"repository": "https://development.tornadocash.community/T-Hax/sdk-crypto",
"repository": {
"type": "git",
"url": "https://development.tornadocash.community/T-Hax/sdk-monorepo"
},
"homepage": "https://tornadocash.community",
"keywords": [
"ethereum",
"crypto",
"zk"
],
"version": "0.0.0-alpha",
"version": "0.0.1-alpha",
"engines": {
"node": "^18"
},

View File

@ -13,7 +13,7 @@
"crypto",
"zk"
],
"version": "0.0.0-alpha",
"version": "0.0.1-alpha",
"engines": {
"node": "^18"
},

View File

@ -13,7 +13,7 @@
"crypto",
"zk"
],
"version": "0.0.0-alpha",
"version": "0.0.1-alpha",
"engines": {
"node": "^18"
},

View File

@ -13,7 +13,7 @@
"crypto",
"zk"
],
"version": "0.0.0-alpha",
"version": "0.0.1-alpha",
"engines": {
"node": "^18"
},

View File

@ -13,7 +13,7 @@
"crypto",
"zk"
],
"version": "0.0.0-alpha",
"version": "0.0.1-alpha",
"engines": {
"node": "^18"
},

View File

@ -1,6 +1,6 @@
# History
### 0.0.0-alpha
### 0.0.0-alpha, 0.0.1-alpha
This is to be considered the first alpha release before production tests. Last few days have been troublesome and for this reason later update pushed. API docs are barebones but they exist.

View File

@ -10,7 +10,7 @@
"crypto",
"zk"
],
"version": "0.0.0-alpha",
"version": "0.0.1-alpha",
"engines": {
"node": "^18"
},