cloudstorm
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -40,3 +40,3 @@ /// <reference types="node" /> | ||
constructor(address: string, options: import("../Types").IClientWSOptions); | ||
get status(): 2 | 3 | 4 | 1; | ||
get status(): 1 | 2 | 3 | 4; | ||
connect(): Promise<void>; | ||
@@ -43,0 +43,0 @@ close(code: number, reason?: string): Promise<void>; |
@@ -1,18 +0,2 @@ | ||
export interface IntentFlags { | ||
GUILDS: number; | ||
GUILD_MEMBERS: number; | ||
GUILD_BANS: number; | ||
GUILD_EMOJIS_AND_STICKERS: number; | ||
GUILD_INTEGRATIONS: number; | ||
GUILD_WEBHOOKS: number; | ||
GUILD_INVITES: number; | ||
GUILD_VOICE_STATES: number; | ||
GUILD_PRESENCES: number; | ||
GUILD_MESSAGES: number; | ||
GUILD_MESSAGE_REACTIONS: number; | ||
GUILD_MESSAGE_TYPING: number; | ||
DIRECT_MESSAGES: number; | ||
DIRECT_MESSAGE_REACTIONS: number; | ||
DIRECT_MESSAGE_TYPING: number; | ||
} | ||
export declare type IntentFlags = (typeof import("./Intents"))["flags"]; | ||
export declare type IntentResolvable = number | Array<number> | keyof IntentFlags | Array<keyof IntentFlags>; | ||
@@ -19,0 +3,0 @@ export interface IWSMessage { |
{ | ||
"name": "cloudstorm", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Minimalistic Discord Gateway library", | ||
@@ -17,3 +17,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"snowtransfer": "^0.4.3" | ||
"snowtransfer": "^0.5.1" | ||
}, | ||
@@ -23,7 +23,7 @@ "devDependencies": { | ||
"@types/node": "17.0.23", | ||
"@typescript-eslint/eslint-plugin": "^5.17.0", | ||
"@typescript-eslint/parser": "^5.17.0", | ||
"eslint": "^8.12.0", | ||
"typedoc": "^0.22.13", | ||
"typedoc-plugin-mdn-links": "^1.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.21.0", | ||
"@typescript-eslint/parser": "^5.21.0", | ||
"eslint": "^8.14.0", | ||
"typedoc": "^0.22.15", | ||
"typedoc-plugin-mdn-links": "^1.0.6", | ||
"typedoc-plugin-missing-exports": "^0.22.6", | ||
@@ -30,0 +30,0 @@ "typescript": "^4.6.3" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118085
2251
+ Addedsnowtransfer@0.5.6(transitive)
- Removedsnowtransfer@0.4.3(transitive)
Updatedsnowtransfer@^0.5.1