Skip to content

Commit

Permalink
Add experimental encryption for test (Need redesign in future)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Apr 30, 2024
1 parent 26b5c51 commit 9dd1dc1
Show file tree
Hide file tree
Showing 5 changed files with 968 additions and 675 deletions.
3 changes: 2 additions & 1 deletion deno.lock

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": "@ucla-irl/ndnts-aux",
"version": "2.0.4",
"version": "3.0.0",
"description": "NDNts Auxiliary Package for Web and Deno",
"scripts": {
"test": "deno test --no-check",
Expand All @@ -20,11 +20,12 @@
},
"dependencies": {
"@ndn/sync-api": "https://ndnts-nightly.ndn.today/sync-api.tgz",
"cbor-x": "^1.5.9",
"event-iterator": "^2.0.0",
"eventemitter3": "^5.0.1",
"jose": "^5.2.4",
"tslib": "^2.6.2",
"type-fest": "^4.17.0",
"type-fest": "^4.18.0",
"uuid": "^9.0.1",
"wait-your-turn": "^1.0.1",
"y-protocols": "^1.0.6",
Expand Down
Loading

0 comments on commit 9dd1dc1

Please sign in to comment.