Skip to content

Commit

Permalink
Add Yard stack to the authenticated service stask list (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: bryan-tabarez <[email protected]>
  • Loading branch information
BryanTabarez and bryan-tabarez authored Apr 27, 2023
1 parent 6b6f2f2 commit 9754b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@al/core",
"version": "1.0.202",
"version": "1.0.203",
"description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library",
"main": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/session/al-session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ export class AlSessionInstance
AlLocation.AETunerAPI,
AlLocation.ResponderAPI,
AlLocation.DistributorAPI,
AlLocation.MDRAPI
AlLocation.MDRAPI,
AlLocation.YARDAPI,

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

0 comments on commit 9754b9e

Please sign in to comment.