From f6f7f9cbba88c95e4dec46bdede6d66ae2068448 Mon Sep 17 00:00:00 2001 From: Andreas Weber Date: Wed, 22 Sep 2021 22:41:25 +0200 Subject: [PATCH] fix: main entry point invalid path fix --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6acd40d..2b5956ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 4.0.3 (2021-09-22) + +#### Fix +* entry point path fixed + + ## 4.0.2 (2021-09-22) #### Fix diff --git a/package-lock.json b/package-lock.json index dcd8703b..c62e484b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "httpyac", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "httpyac", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.3.7", diff --git a/package.json b/package.json index 98215977..3e5f2375 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "publisher": "weber.andreas", "description": "HTTP/REST CLI Client for *.http files", - "version": "4.0.2", + "version": "4.0.3", "homepage": "https://github.com/AnWeber/httpyac", "repository": { "type": "git", @@ -29,7 +29,7 @@ "engines": { "node": ">=14.16" }, - "main": "./dist/index.ts", + "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "httpyac": "./bin/httpyac.js"