Skip to content

Commit 5e06e30

Browse files
committed
utils version bump
1 parent 2656e90 commit 5e06e30

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,14 +1,14 @@
11
{
22
"name": "detritus-client-socket",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "A TypeScript NodeJS library to interact with Discord's Gateway",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [
88
"lib/**/*"
99
],
1010
"dependencies": {
11-
"detritus-utils": "^0.2.5",
11+
"detritus-utils": "^0.2.6",
1212
"ws": "^7.2.0"
1313
},
1414
"devDependencies": {

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.4.4',
3+
VERSION: '0.4.5',
44
});
55

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

0 commit comments

Comments
 (0)