Skip to content

Commit bbc35e2

Browse files
committed
Update package.json
1 parent 48c6092 commit bbc35e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detritus-client-socket",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "A TypeScript NodeJS library to interact with Discord's Gateway",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -17,7 +17,7 @@
1717
"peerDependencies": {
1818
"erlpack": "^0.1.2",
1919
"pako": "^1.0.10",
20-
"sodium-native": "^2.4.2",
20+
"sodium-native": "^2.4.6",
2121
"tweetnacl": "^1.0.1",
2222
"uws": "10.148.1"
2323
},

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const Package = Object.freeze({
22
URL: 'https://github.com/detritusjs/client-socket',
3-
VERSION: '0.3.3',
3+
VERSION: '0.3.4',
44
});
55

66
function normalize(object: {[key: string]: any}) {

0 commit comments

Comments
 (0)