We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c6092 commit bbc35e2Copy full SHA for bbc35e2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "detritus-client-socket",
3
- "version": "0.3.3",
+ "version": "0.3.4",
4
"description": "A TypeScript NodeJS library to interact with Discord's Gateway",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
@@ -17,7 +17,7 @@
17
"peerDependencies": {
18
"erlpack": "^0.1.2",
19
"pako": "^1.0.10",
20
- "sodium-native": "^2.4.2",
+ "sodium-native": "^2.4.6",
21
"tweetnacl": "^1.0.1",
22
"uws": "10.148.1"
23
},
src/constants.ts
export const Package = Object.freeze({
URL: 'https://github.com/detritusjs/client-socket',
- VERSION: '0.3.3',
+ VERSION: '0.3.4',
});
function normalize(object: {[key: string]: any}) {
0 commit comments