Skip to content

Commit

Permalink
Update ts to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver committed Jun 11, 2024
1 parent 8bfd93d commit 03fce93
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions ts-install.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -168,4 +191,4 @@
}
}
]
}
}

0 comments on commit 03fce93

Please sign in to comment.