Skip to content

Commit

Permalink
Merge pull request #1 from kataras/master
Browse files Browse the repository at this point in the history
fix(neffos.js): each message gets a unique nonce (#31)
  • Loading branch information
alpjor authored Jan 8, 2024
2 parents 18e677a + 0de8691 commit 258c1da
Show file tree
Hide file tree
Showing 6 changed files with 3,008 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/neffos.js

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

2 changes: 1 addition & 1 deletion dist/neffos.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/neffos.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neffos.js",
"type": "module",
"version": "0.1.32",
"version": "0.1.34",
"description": "javascript client for the modern neffos websocket framework",
"keywords": [
"neffos",
Expand Down Expand Up @@ -44,7 +44,7 @@
}
],
"devDependencies": {
"@types/node": "^18.11.18",
"@types/node": "18.11.18",
"@types/ws": "^8.5.4",
"babel-minify": "^0.5.2",
"dtslint": "^4.2.1",
Expand Down
Loading

0 comments on commit 258c1da

Please sign in to comment.