From c153bba0c1a4a20b70e1f13a34fd65d880340e1a Mon Sep 17 00:00:00 2001 From: Andres Echeverri Date: Mon, 4 Mar 2024 11:13:55 -0500 Subject: [PATCH 1/2] ENG-54211 - Adding dev location for fortra platform --- src/common/navigation/al-location.dictionary.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/common/navigation/al-location.dictionary.ts b/src/common/navigation/al-location.dictionary.ts index 0b07e1f..07ea8f9 100644 --- a/src/common/navigation/al-location.dictionary.ts +++ b/src/common/navigation/al-location.dictionary.ts @@ -609,10 +609,15 @@ export const AlLocationDictionary: AlLocationDescriptor[] = /** * Fortra Platform Base URL */ + { + locTypeId: AlLocation.FortraPlatform, + uri: 'https://foundation.foundation-dev.cloudops.fortradev.com', + environment: 'development', + }, { locTypeId: AlLocation.FortraPlatform, uri: 'https://foundation.foundation-stage.cloudops.fortradev.com', - environment: 'integration|development', + environment: 'integration', }, { locTypeId: AlLocation.FortraPlatform, From 3d356369a58932838c25b2bc01e6eeaaed5619b5 Mon Sep 17 00:00:00 2001 From: Andres Echeverri Date: Mon, 4 Mar 2024 11:14:50 -0500 Subject: [PATCH 2/2] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74bf6d5..23099aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@al/core", - "version": "1.2.24", + "version": "1.2.25", "description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library", "main": "./dist/index.cjs.js", "types": "./dist/index.d.ts",