Skip to content

Commit

Permalink
Update encrypt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
signalhub committed May 5, 2024
1 parent 18fa82b commit d66cd20
Show file tree
Hide file tree
Showing 7 changed files with 395 additions and 138 deletions.
197 changes: 193 additions & 4 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crypto-auth-token",
"version": "0.0.3",
"name": "crypto-auth-data",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"build": "nx build",
Expand All @@ -19,6 +19,7 @@
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@types/jest": "^29.5.12",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { cryptoAuth } from './lib/tokenized-auth';
export { cryptoData } from './lib/encription';
Loading

0 comments on commit d66cd20

Please sign in to comment.