From 2eb4ead839651f62707f01c5b920b62996e4e4e4 Mon Sep 17 00:00:00 2001 From: Dmitrii Goriunov Date: Sat, 13 Jan 2018 03:52:22 +1300 Subject: [PATCH 1/2] Updated ts-builder --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c9609d..3a4012a 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "url": "https://github.com/ClusterWS/ClusterWS-Client-JS" }, "devDependencies": { - "ts-builder": "^0.5.21" + "ts-builder": "^0.5.23" } } From 6e1a1a954fe307c8b1268bb2b4cd5164aafa0fc8 Mon Sep 17 00:00:00 2001 From: Dmitrii Goriunov Date: Mon, 15 Jan 2018 21:59:55 +1300 Subject: [PATCH 2/2] Add types to pakcage.json --- dist/package.json | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 3a4012a..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",