Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Nov 16, 2024
1 parent 681580e commit 3f90f33
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 112 deletions.
5 changes: 3 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"exclude": [
"dist/"
]
}
}
},
"nodeModulesDir": "manual"
}
10 changes: 5 additions & 5 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": "4.0.0",
"version": "4.0.1",
"description": "NDNts Auxiliary Package for Web and Deno",
"scripts": {
"test": "deno test --no-check",
Expand All @@ -24,8 +24,8 @@
"event-iterator": "^2.0.0",
"eventemitter3": "^5.0.1",
"jose": "^5.9.6",
"tslib": "^2.8.0",
"type-fest": "^4.26.1",
"tslib": "^2.8.1",
"type-fest": "^4.27.0",
"uuid": "^10.0.0",
"wait-your-turn": "^1.0.1",
"y-protocols": "^1.0.6",
Expand Down
Loading

0 comments on commit 3f90f33

Please sign in to comment.