We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6f2f2 commit 9754b9eCopy full SHA for 9754b9e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@al/core",
3
- "version": "1.0.202",
+ "version": "1.0.203",
4
"description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library",
5
"main": "./dist/index.cjs.js",
6
"types": "./dist/index.d.ts",
src/session/al-session.ts
@@ -99,7 +99,8 @@ export class AlSessionInstance
99
AlLocation.AETunerAPI,
100
AlLocation.ResponderAPI,
101
AlLocation.DistributorAPI,
102
- AlLocation.MDRAPI
+ AlLocation.MDRAPI,
103
+ AlLocation.YARDAPI,
104
105
/**
106
* STOP! Please read this note in its entirety before you add items to this list of authenticated stacks.
0 commit comments