Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #52 from Gorillas-Team/dev
Browse files Browse the repository at this point in the history
add packetUpdate typing
  • Loading branch information
Psykka authored Jan 4, 2021
2 parents 075dd08 + 1bd1eef commit 98f3aa9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gorilink",
"version": "1.3.1",
"version": "1.3.2",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
"license": "BSD",
Expand Down
4 changes: 3 additions & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ declare module 'gorilink' {

public leave(guild: string): GorilinkPlayer

public idealNodes(): GorilinkNode
public packetUpdate(packet: any): void

public idealNodes: GorilinkNode[]

public fetchTracks(query: string, source?: string): SearchResponse

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -808,9 +808,9 @@ inherits@2:
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==

ini@^1.3.5, ini@~1.3.0:
version "1.3.5"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
version "1.3.8"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==

is-binary-path@~2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 98f3aa9

Please sign in to comment.