From cff1b07f36d9eb22eb835f1585af34d7421db7e5 Mon Sep 17 00:00:00 2001 From: Shailesh Baldaniya Date: Mon, 14 Feb 2022 14:44:52 +0530 Subject: [PATCH] Update apps-engine(v1.29.2) and apps-compiler(v0.3.1) --- package-lock.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1203797..7a2eda9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1121,10 +1121,10 @@ } }, "@rocket.chat/apps-compiler": { - "version": "git+https://github.com/WideChat/Rocket.Chat.Apps-compiler.git#a879ba4c9d84ecd501192197993ff99d6434a754", - "from": "git+https://github.com/WideChat/Rocket.Chat.Apps-compiler.git#master", + "version": "github:WideChat/Rocket.Chat.Apps-compiler#20d13cdac11c1e6597777f77573617ca1171a3ad", + "from": "github:WideChat/Rocket.Chat.Apps-compiler#v0.3.1", "requires": { - "@rocket.chat/apps-engine": "git+https://github.com/WideChat/Rocket.Chat.Apps-engine.git#master", + "@rocket.chat/apps-engine": "github:WideChat/Rocket.Chat.Apps-engine#v1.29.2", "esbuild": "^0.12.16", "figures": "^3.0.0", "fs-extra": "^8.1.0", @@ -1144,8 +1144,8 @@ } }, "@rocket.chat/apps-engine": { - "version": "git+https://github.com/WideChat/Rocket.Chat.Apps-engine.git#7777d4b7702500a3c2ff28aaae9fa8963dba109f", - "from": "git+https://github.com/WideChat/Rocket.Chat.Apps-engine.git#master", + "version": "github:WideChat/Rocket.Chat.Apps-engine#3e5da1c2c996a27197f9de7ca2292e1d1545e9d5", + "from": "github:WideChat/Rocket.Chat.Apps-engine#v1.29.2", "requires": { "adm-zip": "^0.4.9", "cryptiles": "^4.1.3", diff --git a/package.json b/package.json index 941dc17..3430d05 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "@oclif/plugin-autocomplete": "^0.2.0", "@oclif/plugin-help": "^2.2.0", "@oclif/plugin-not-found": "^1.2.2", - "@rocket.chat/apps-compiler": "git+https://github.com/WideChat/Rocket.Chat.Apps-compiler.git#master", - "@rocket.chat/apps-engine": "git+https://github.com/WideChat/Rocket.Chat.Apps-engine.git#master", + "@rocket.chat/apps-compiler": "WideChat/Rocket.Chat.Apps-compiler.git#v0.3.1", + "@rocket.chat/apps-engine": "WideChat/Rocket.Chat.Apps-engine.git#v1.29.2", "axios": "^0.21.2", "chalk": "^2.4.2", "chokidar": "^3.3.1",