Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 79 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/common-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "git+https://github.com/tkey/tkey.git"
},
"scripts": {
"test": "cross-env MOCKED=true mocha --config ../../.mocharc.json ",
"test": "cross-env MOCKED=true node --test -r esbuild-register test/*.ts",
"coverage": "nyc npm test",
"coverage-production": "nyc npm run test-production",
"test-development": "cross-env MOCKED=false METADATA=http://localhost:5051 mocha --config ../../.mocharc.json ",
Expand All @@ -43,16 +43,16 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@noble/curves": "^1.6.0",
"@toruslabs/customauth": "^20.3.0",
"@toruslabs/eccrypto": "^5.0.4",
"@toruslabs/eccrypto": "^6.0.0-0",
"@toruslabs/torus.js": "^15.1.0",
"bn.js": "^5.2.1",
"elliptic": "^6.5.5",
"ts-custom-error": "^3.3.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/elliptic": "^6.4.18"
"@types/elliptic": "^6.4.18",
"esbuild-register": "^3.6.0"
},
"bugs": {
"url": "https://github.com/tkey/tkey/issues"
Expand Down
24 changes: 0 additions & 24 deletions packages/common-types/src/base/BNUtils.ts

This file was deleted.

Loading
Loading