Skip to content

Commit

Permalink
Merge pull request #452 from apigee/issue451
Browse files Browse the repository at this point in the history
fix: for #451
  • Loading branch information
ssvaidyanathan authored Jul 3, 2024
2 parents 75f5e4f + fe4a5eb commit 2cc4d48
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 35 deletions.
2 changes: 2 additions & 0 deletions lib/package/plugins/policyMetaData.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"GetOAuthV2Info" :{"indications":["oauth", "oauthv2","oauthv2info","oauthinfo","oai","accesstoken"]},
"GraphQL": { "indications": ["graphql","gq","gql","^graphql$"], "profiles":["apigeex"] },
"HMAC": { "indications": ["hmac","^hmac$"] },
"HTTPModifier": { "indications": ["httpmodifier","httpm","mod","^http$"], "profiles":["apigeex"] },
"IntegrationCallout" :{"indications":["integrationcallout","int","integration","ic","callout","^integrationcallout$"], "profiles":["apigeex"] },
"InvalidateCache" :{"indications":["invalidatecache","invalidate","ic","cache"]},
"JavaCallout" :{"indications":["javacallout","java","javac","^javacallout$","^java$"]},
Expand All @@ -43,6 +44,7 @@
"PublishMessage" :{"indications":["publishmessage","pm","publish","^publishmessage$"], "profiles":["apigeex"] },
"Quota" :{"indications":["quota","q","^q$","^quota$"]},
"RaiseFault" :{"indications":["raisefault","rf","raise","fault"]},
"ReadPropertySet" :{"indications":["readpropertyset","rps","read","prop","propset","^propertyset$"], "profiles":["apigeex"] },
"RegularExpressionProtection" :{"indications":["regex","regextp","re","tp"]},
"ResetQuota" :{"indications":["resetquota","rq","^resetquota$"]},
"ResponseCache" :{"indications":["responsecache","rc","cache","^responsecache$"]},
Expand Down
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apigeelint",
"version": "2.55.2",
"version": "2.55.3",
"description": "Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 2cc4d48

Please sign in to comment.