File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/subscriptions-client/types Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @al/core" ,
3- "version" : " 1.0.195 " ,
3+ "version" : " 1.0.196 " ,
44 "description" : " Node Enterprise Packages for Alert Logic (NEPAL) Core Library" ,
55 "main" : " ./dist/index.cjs.js" ,
66 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -94,7 +94,8 @@ export class AlEntitlementCollection
9494 "web_security_manager" ,
9595 "dashboard_authentication" ,
9696 "dashboard_firewall" ,
97- "expert_response"
97+ "expert_response" ,
98+ "standalone_waf" // This is a temporal entitlement for Standalone WAF testing purposes. NOTE: this will delete after GA
9899 ] ;
99100 protected collection :{ [ productId :string ] :AlEntitlementRecord } = { } ;
100101 protected evaluationCache :{ [ expression :string ] :boolean } = { } ;
You can’t perform that action at this time.
0 commit comments