diff --git a/type-script-helper/README.md b/type-script-helper/README.md index e020cb3..cbf2c9d 100644 --- a/type-script-helper/README.md +++ b/type-script-helper/README.md @@ -221,8 +221,12 @@ None - Close active after opening Sub-Kanban when directory found - ## 1.118.0 1741303103654 = 638768999036540000 = 2025-0.Winter = Thu Mar 06 2025 16:18:23 GMT-0700 (Mountain Standard Time) ----------------------------------------------------------------------------------------------------------- - Add search page for Backlog + +## 1.119.0 1744337196592 = 638799339965920000 = 2025-1.Spring = Thu Apr 10 2025 19:06:36 GMT-0700 (Mountain Standard Time) +----------------------------------------------------------------------------------------------------------- + +- Changed ADO Priority servers diff --git a/type-script-helper/media/cost-of-delay.js b/type-script-helper/media/cost-of-delay.js index f666b83..2af8229 100644 --- a/type-script-helper/media/cost-of-delay.js +++ b/type-script-helper/media/cost-of-delay.js @@ -2,13 +2,13 @@ $(document).ready(function () { const fromHtml = true; const username = _webviewUsername; const machineId = _webviewMachineId; - const windowLocationHRef = window.location.href + '?site=' + _webviewSite + 'view=' + _webviewView; const baseUri = 'https://eaf-dev.mes.infineon.com'; - const apiUrl = 'https://oi-metrology-viewer-prod.mes.infineon.com:4438/api/v1/ado/'; + const apiUrl = 'https://eaf-dev.mes.infineon.com/api/v1/ado/'; + const windowLocationHRef = window.location.href + '?site=' + _webviewSite + 'view=' + _webviewView; const signalRUrl = baseUri + '/signalr'; const workItems = { - a: baseUri + '/markdown/bugs-features-with-parents.json?v=2025-01-22-10-49', - b: baseUri + '/markdown/{[]}.json?v=2025-01-22-10-49' + a: baseUri + '/markdown/bugs-features-with-parents.json?v=2025-04-10-15-59', + b: baseUri + '/markdown/{[]}.json?v=2025-04-10-15-59' }; const b = { page: 'business', diff --git a/type-script-helper/package.json b/type-script-helper/package.json index afd7ac8..e3ec071 100644 --- a/type-script-helper/package.json +++ b/type-script-helper/package.json @@ -333,5 +333,5 @@ "watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"", "webpack": "webpack --config ./build/node-extension.webpack.config.js" }, - "version": "1.118.0" + "version": "1.119.0" } \ No newline at end of file