0.0.1-alpha
Signed-off-by: T-Hax <>
This commit is contained in:
parent
cd67a41ceb
commit
b7f9cee37c
10 changed files with 21 additions and 10 deletions
8
.yarn/versions/6e834995.yml
vendored
Normal file
8
.yarn/versions/6e834995.yml
vendored
Normal 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"
|
|
@ -14,7 +14,7 @@
|
||||||
"crypto",
|
"crypto",
|
||||||
"zk"
|
"zk"
|
||||||
],
|
],
|
||||||
"version": "0.0.0-alpha",
|
"version": "0.0.1-alpha",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18"
|
"node": "^18"
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"crypto",
|
"crypto",
|
||||||
"zk"
|
"zk"
|
||||||
],
|
],
|
||||||
"version": "0.0.0-alpha",
|
"version": "0.0.1-alpha",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18"
|
"node": "^18"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,14 +3,17 @@
|
||||||
"author": "T-Hax",
|
"author": "T-Hax",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"description": "Tornado SDK cryptographic primitives.",
|
"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",
|
"homepage": "https://tornadocash.community",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ethereum",
|
"ethereum",
|
||||||
"crypto",
|
"crypto",
|
||||||
"zk"
|
"zk"
|
||||||
],
|
],
|
||||||
"version": "0.0.0-alpha",
|
"version": "0.0.1-alpha",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18"
|
"node": "^18"
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"crypto",
|
"crypto",
|
||||||
"zk"
|
"zk"
|
||||||
],
|
],
|
||||||
"version": "0.0.0-alpha",
|
"version": "0.0.1-alpha",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18"
|
"node": "^18"
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"crypto",
|
"crypto",
|
||||||
"zk"
|
"zk"
|
||||||
],
|
],
|
||||||
"version": "0.0.0-alpha",
|
"version": "0.0.1-alpha",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18"
|
"node": "^18"
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"crypto",
|
"crypto",
|
||||||
"zk"
|
"zk"
|
||||||
],
|
],
|
||||||
"version": "0.0.0-alpha",
|
"version": "0.0.1-alpha",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18"
|
"node": "^18"
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"crypto",
|
"crypto",
|
||||||
"zk"
|
"zk"
|
||||||
],
|
],
|
||||||
"version": "0.0.0-alpha",
|
"version": "0.0.1-alpha",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18"
|
"node": "^18"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# History
|
# 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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"crypto",
|
"crypto",
|
||||||
"zk"
|
"zk"
|
||||||
],
|
],
|
||||||
"version": "0.0.0-alpha",
|
"version": "0.0.1-alpha",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18"
|
"node": "^18"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue