@guildedts/ws
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@guildedts/ws", | ||
"version": "0.4.1", | ||
"description": "The Websocket API manager for Guilded.TS.", | ||
"main": "lib/index.js", | ||
"types": "typings/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"typings" | ||
], | ||
"scripts": { | ||
"build": "run clear && tsc", | ||
"clear": "rimraf lib typings", | ||
"prepublishOnly": "run build" | ||
}, | ||
"keywords": [ | ||
"guilded", | ||
"api", | ||
"js", | ||
"ts", | ||
"types" | ||
], | ||
"contributors": [ | ||
"Gamertike (https://gamertike.com)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/guildedts/guilded.ts.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/guildedts/guilded.ts/issues" | ||
}, | ||
"homepage": "https://guildedts.js.org", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@types/ws": "^8.5.3", | ||
"ws": "^8.5.0" | ||
}, | ||
"devDependencies": { | ||
"guilded-api-typings": "workspace:^", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.6.3" | ||
} | ||
} | ||
"name": "@guildedts/ws", | ||
"version": "0.4.2", | ||
"description": "The Websocket API manager for Guilded.TS.", | ||
"main": "lib/index.js", | ||
"types": "typings/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"typings" | ||
], | ||
"keywords": [ | ||
"guilded", | ||
"api", | ||
"js", | ||
"ts", | ||
"types" | ||
], | ||
"contributors": [ | ||
"Gamertike (https://gamertike.com)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/guildedts/guilded.ts.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/guildedts/guilded.ts/issues" | ||
}, | ||
"homepage": "https://guildedts.js.org", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@types/ws": "^8.5.3", | ||
"ws": "^8.8.1" | ||
}, | ||
"devDependencies": { | ||
"guilded-api-typings": "^0.8.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.7.4" | ||
}, | ||
"scripts": { | ||
"build": "pnpm clear && tsc", | ||
"clear": "rimraf lib typings" | ||
} | ||
} |
@@ -0,0 +0,0 @@ <div align="center"> |
export { WebsocketManager as default } from './WebsocketManager'; | ||
export * from './WebsocketManager'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
29603
11
Updatedws@^8.8.1