@postman/postman-sdk
Advanced tools
Comparing version 0.1.9-beta.2 to 0.1.9-beta.3
@@ -65,3 +65,3 @@ "use strict"; | ||
} | ||
if (!this.req.route.path) { | ||
if (!(this.req && this.req.route && this.req.route.path)) { | ||
logger_1.logger.info('Issue: Missing Request route.'); | ||
@@ -68,0 +68,0 @@ } |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "0.1.9-beta.2"; | ||
export declare const VERSION = "0.1.9-beta.3"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '0.1.9-beta.2'; | ||
exports.VERSION = '0.1.9-beta.3'; |
{ | ||
"name": "@postman/postman-sdk", | ||
"version": "0.1.9-beta.2", | ||
"version": "0.1.9-beta.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70914