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 2656e90 commit 5e06e30Copy full SHA for 5e06e30
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "detritus-client-socket",
3
- "version": "0.4.4",
+ "version": "0.4.5",
4
"description": "A TypeScript NodeJS library to interact with Discord's Gateway",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
7
"files": [
8
"lib/**/*"
9
],
10
"dependencies": {
11
- "detritus-utils": "^0.2.5",
+ "detritus-utils": "^0.2.6",
12
"ws": "^7.2.0"
13
},
14
"devDependencies": {
src/constants.ts
@@ -1,6 +1,6 @@
export const Package = Object.freeze({
URL: 'https://github.com/detritusjs/client-socket',
- VERSION: '0.4.4',
+ VERSION: '0.4.5',
});
function normalize(object: {[key: string]: any}) {
0 commit comments