Changed crypto-js with native NodeJS crypto

This commit is contained in:
Pablo Ferreiro
2022-05-25 17:48:21 +02:00
parent 9f951b180f
commit a66e422060
3 changed files with 9 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "signtok",
"version": "1.1.0",
"version": "1.1.1",
"description": "Sign your TikTok requests easily",
"repository": "https://github.com/pablouser1/SignTok",
"author": "Pablo Ferreiro",
@@ -11,7 +11,6 @@
},
"dependencies": {
"canvas": "^2.9.1",
"crypto-js": "^4.1.1",
"jsdom": "^19.0.0"
}
}