From 03fce9302a14e53770625b913f45569215f95576 Mon Sep 17 00:00:00 2001 From: Vinay Shukla Date: Tue, 11 Jun 2024 17:18:37 +0000 Subject: [PATCH] Update ts to v0.3.1 --- ts-install.json | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/ts-install.json b/ts-install.json index 6e96125..9ef1ea3 100644 --- a/ts-install.json +++ b/ts-install.json @@ -2,6 +2,35 @@ "name": "ts", "description": "Typescript language runner for gauge", "versions": [ + { + "version": "0.3.1", + "gaugeVersionSupport": { + "minimum": "1.0.7", + "maximum": "" + }, + "install": { + "windows": [], + "linux": [], + "darwin": [] + }, + "DownloadUrls": { + "x86": { + "windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.1/gauge-ts-0.3.1.zip", + "linux": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.1/gauge-ts-0.3.1.zip", + "darwin": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.1/gauge-ts-0.3.1.zip" + }, + "x64": { + "windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.1/gauge-ts-0.3.1.zip", + "linux": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.1/gauge-ts-0.3.1.zip", + "darwin": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.1/gauge-ts-0.3.1.zip" + }, + "arm64": { + "windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.1/gauge-ts-0.3.1.zip", + "linux": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.1/gauge-ts-0.3.1.zip", + "darwin": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.1/gauge-ts-0.3.1.zip" + } + } + }, { "version": "0.3.0", "gaugeVersionSupport": { @@ -13,7 +42,6 @@ "linux": [], "darwin": [] }, - "DownloadUrls": { "x86": { "windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.0/gauge-ts-0.3.0.zip", @@ -43,7 +71,6 @@ "linux": [], "darwin": [] }, - "DownloadUrls": { "x86": { "windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.1.1/gauge-ts-0.1.1.zip", @@ -73,7 +100,6 @@ "linux": [], "darwin": [] }, - "DownloadUrls": { "x86": { "windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.1.0/gauge-ts-0.1.0.zip", @@ -103,7 +129,6 @@ "linux": [], "darwin": [] }, - "DownloadUrls": { "x86": { "windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.0.5/gauge-ts-0.0.5.zip", @@ -128,7 +153,6 @@ "linux": [], "darwin": [] }, - "DownloadUrls": { "x86": { "windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.0.4/gauge-ts-0.0.4.zip", @@ -153,7 +177,6 @@ "linux": [], "darwin": [] }, - "DownloadUrls": { "x86": { "windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.0.2/gauge-ts-0.0.2.zip", @@ -168,4 +191,4 @@ } } ] -} +} \ No newline at end of file