Skip to content

Commit

Permalink
Fix PoR implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Apr 28, 2024
1 parent d0521f4 commit 26b5c51
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 138 deletions.
4 changes: 2 additions & 2 deletions deno.lock

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

6 changes: 3 additions & 3 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.3",
"version": "2.0.4",
"description": "NDNts Auxiliary Package for Web and Deno",
"scripts": {
"test": "deno test --no-check",
Expand All @@ -24,11 +24,11 @@
"eventemitter3": "^5.0.1",
"jose": "^5.2.4",
"tslib": "^2.6.2",
"type-fest": "^4.15.0",
"type-fest": "^4.17.0",
"uuid": "^9.0.1",
"wait-your-turn": "^1.0.1",
"y-protocols": "^1.0.6",
"yjs": "^13.6.14"
"yjs": "^13.6.15"
},
"devDependencies": {
"@ndn/endpoint": "https://ndnts-nightly.ndn.today/endpoint.tgz",
Expand Down
Loading

0 comments on commit 26b5c51

Please sign in to comment.