Skip to content

Commit 9754b9e

Browse files
BryanTabarezbryan-tabarez
and
bryan-tabarez
authored
Add Yard stack to the authenticated service stask list (#267)
Co-authored-by: bryan-tabarez <[email protected]>
1 parent 6b6f2f2 commit 9754b9e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@al/core",
3-
"version": "1.0.202",
3+
"version": "1.0.203",
44
"description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library",
55
"main": "./dist/index.cjs.js",
66
"types": "./dist/index.d.ts",

src/session/al-session.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ export class AlSessionInstance
9999
AlLocation.AETunerAPI,
100100
AlLocation.ResponderAPI,
101101
AlLocation.DistributorAPI,
102-
AlLocation.MDRAPI
102+
AlLocation.MDRAPI,
103+
AlLocation.YARDAPI,
103104

104105
/**
105106
* STOP! Please read this note in its entirety before you add items to this list of authenticated stacks.

0 commit comments

Comments
 (0)