From 2edd995fcb123797be811fcf7a162874ceb32173 Mon Sep 17 00:00:00 2001 From: Sai Saran Vaidyanathan Date: Mon, 28 Aug 2023 08:04:48 -0700 Subject: [PATCH 1/3] fix: for #379 --- lib/package/plugins/policyMetaData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/package/plugins/policyMetaData.json b/lib/package/plugins/policyMetaData.json index 011a0b75..c1d66326 100644 --- a/lib/package/plugins/policyMetaData.json +++ b/lib/package/plugins/policyMetaData.json @@ -34,7 +34,7 @@ "LookupCache" :{"indications":["lookup","lu","lucache","cache","lc"]}, "MessageLogging" :{"indications":["messagelogging","logging","ml"]}, "MessageValidation" :{"indications":["messagevalidation","mv","messval"]}, - "MonetizationLimitsCheck" :{"indications":["monetizationlimitscheck","monetizationcheck","mcheck","mc","^monetizationlimitscheck$"], "profiles":["apigeex"] }, + "MonetizationLimitsCheck" :{"indications":["monetizationlimitscheck","monetizationcheck","mcheck","mc","^monetizationlimitscheck$"]}, "OASValidation" :{"indications":["oas","oasValidation","^oas$"]}, "OAuthV1" :{"indications":["oauthv1","oauth","oa","accesstoken","verify"], "profiles":["apigee"] }, "OAuthV2" :{"indications":["oauthv2","oauth","oa","accesstoken","verify"]}, From 5e9f13579cb8878dee082a451f182c83def211e0 Mon Sep 17 00:00:00 2001 From: Sai Saran Vaidyanathan Date: Mon, 28 Aug 2023 08:13:22 -0700 Subject: [PATCH 2/3] fix: for #379 --- .../resources/PO028/apigee/negative/MINT-1.xml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 test/fixtures/resources/PO028/apigee/negative/MINT-1.xml diff --git a/test/fixtures/resources/PO028/apigee/negative/MINT-1.xml b/test/fixtures/resources/PO028/apigee/negative/MINT-1.xml deleted file mode 100644 index 5e142e56..00000000 --- a/test/fixtures/resources/PO028/apigee/negative/MINT-1.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - false - - - - - - Usage has been exceeded ({mint.limitscheck.isRequestBlocked}) or app developer has been suspended - - - - 403 - Forbidden - - - From db873d8ff46bfbf93531c873ac06900d7763261b Mon Sep 17 00:00:00 2001 From: Sai Saran Vaidyanathan Date: Mon, 28 Aug 2023 08:13:57 -0700 Subject: [PATCH 3/3] fix: for #379 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 469d1e7b..87f9e4b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apigeelint", - "version": "2.39.0", + "version": "2.40.0", "description": "Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.", "main": "index.js", "bin": {