From c31acf601901b13db69c514de6388342320d1d98 Mon Sep 17 00:00:00 2001 From: Shailesh Baldaniya Date: Mon, 11 Oct 2021 17:35:28 +0530 Subject: [PATCH] Update Apps-Engine --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b08ada..3e9ae15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -179,8 +179,8 @@ } }, "@rocket.chat/apps-engine": { - "version": "git+https://github.com/WideChat/Rocket.Chat.Apps-engine.git#c7136b53e2180e2d8fe0241987b2568eadc862c1", - "from": "git+https://github.com/WideChat/Rocket.Chat.Apps-engine.git#master-catchup-1.8.0", + "version": "git+https://github.com/WideChat/Rocket.Chat.Apps-engine.git#41bdb50dd83c798796ff781fff40323b52590489", + "from": "git+https://github.com/WideChat/Rocket.Chat.Apps-engine.git#master", "requires": { "adm-zip": "^0.4.9", "cryptiles": "^4.1.3", diff --git a/package.json b/package.json index 4f7cd46..97a4acf 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "ts-node": "^9.1.1" }, "dependencies": { - "@rocket.chat/apps-engine": "git+https://github.com/WideChat/Rocket.Chat.Apps-engine.git#master-catchup-1.8.0", + "@rocket.chat/apps-engine": "git+https://github.com/WideChat/Rocket.Chat.Apps-engine.git#master", "esbuild": "^0.12.16", "figures": "^3.0.0", "fs-extra": "^8.1.0",