Skip to content

Commit

Permalink
Update ts to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zabil committed Jul 2, 2024
1 parent b977d41 commit b76f137
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 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.4",
"gaugeVersionSupport": {
"minimum": "1.0.7",
"maximum": ""
},
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"DownloadUrls": {
"x86": {
"windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.4/gauge-ts-0.3.4.zip",
"linux": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.4/gauge-ts-0.3.4.zip",
"darwin": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.4/gauge-ts-0.3.4.zip"
},
"x64": {
"windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.4/gauge-ts-0.3.4.zip",
"linux": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.4/gauge-ts-0.3.4.zip",
"darwin": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.4/gauge-ts-0.3.4.zip"
},
"arm64": {
"windows": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.4/gauge-ts-0.3.4.zip",
"linux": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.4/gauge-ts-0.3.4.zip",
"darwin": "https://github.com/getgauge/gauge-ts/releases/download/v0.3.4/gauge-ts-0.3.4.zip"
}
}
},
{
"version": "0.3.3",
"gaugeVersionSupport": {
Expand Down

0 comments on commit b76f137

Please sign in to comment.