Skip to content

Commit

Permalink
fix: add tsdx to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Sep 18, 2020
1 parent 9d5d3f1 commit fbb4281
Show file tree
Hide file tree
Showing 18 changed files with 38,876 additions and 10,272 deletions.
5,036 changes: 4,200 additions & 836 deletions packages/auth/package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"@stacks/profile": "^1.0.0",
"cross-fetch": "^3.0.5",
"jsontokens": "^3.0.0",
"query-string": "^6.13.1"
"query-string": "^6.13.1",
"tsdx": "^0.13.3"
},
"devDependencies": {
"@types/jest": "24.9.0",
Expand Down
10,411 changes: 8,663 additions & 1,748 deletions packages/cli/package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"minimist": ">=1.2.3"
},
"dependencies": {
"@stacks/transactions": "^1.0.0",
"@stacks/network": "^1.0.0",
"@stacks/transactions": "^1.0.0",
"ajv": "^4.11.5",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
Expand All @@ -98,6 +98,7 @@
"node-fetch": "^2.6.0",
"ripemd160": "^2.0.1",
"ts-node": "^8.10.2",
"tsdx": "^0.13.3",
"typescript": "^3.9.7",
"winston": "^3.2.1",
"zone-file": "^0.2.2"
Expand Down
5,025 changes: 4,184 additions & 841 deletions packages/common/package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
},
"dependencies": {
"bitcoinjs-lib": "^5.1.10",
"cross-fetch": "^3.0.5"
"cross-fetch": "^3.0.5",
"tsdx": "^0.13.3"
},
"devDependencies": {
"@types/jest": "24.9.0",
Expand Down
5,025 changes: 4,184 additions & 841 deletions packages/encryption/package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"elliptic": "^6.5.2",
"randombytes": "^2.1.0",
"ripemd160-min": "^0.0.6",
"sha.js": "^2.4.11"
"sha.js": "^2.4.11",
"tsdx": "^0.13.3"
},
"devDependencies": {
"@types/jest": "24.9.0",
Expand Down
Loading

0 comments on commit fbb4281

Please sign in to comment.