diff --git a/dist/package.json b/dist/package.json index aeb044f..dc38997 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,8 +1,9 @@ { "name": "clusterws-client-js", - "version": "1.5.3", + "version": "1.5.4", "description": "JavaScript Client for ClusterWS - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js.", "main": "index.js", + "types": "index.d.ts", "author": "Dmitrii Goriunov", "license": "MIT", "repository": { diff --git a/package.json b/package.json index 7c9609d..6a48aaa 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "clusterws-client-js", - "version": "1.5.3", + "version": "1.5.4", "description": "JavaScript Client for ClusterWS - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js.", "main": "index.js", + "types": "index.d.ts", "author": "Dmitrii Goriunov", "scripts": { "build:npm": "ts-builder -npm -folder src -mainfile index.ts -outfolder dist -outfile index.js", @@ -16,6 +17,6 @@ "url": "https://github.com/ClusterWS/ClusterWS-Client-JS" }, "devDependencies": { - "ts-builder": "^0.5.21" + "ts-builder": "^0.5.23" } }