insomnia-xpath
Advanced tools
Comparing version 2.3.0 to 2.3.1-alpha.1
@@ -7,4 +7,4 @@ "use strict"; | ||
exports.query = void 0; | ||
const xmldom_1 = require("xmldom"); | ||
const xpath_1 = __importDefault(require("xpath")); | ||
const xmldom_1 = require("xmldom"); | ||
/** | ||
@@ -11,0 +11,0 @@ * Query an XML blob with XPath |
{ | ||
"name": "insomnia-xpath", | ||
"version": "2.3.0", | ||
"version": "2.3.1-alpha.1", | ||
"author": "Kong <office@konghq.com>", | ||
@@ -35,7 +35,7 @@ "description": "Query XML using XPath", | ||
"dependencies": { | ||
"insomnia-cookies": "2.3.0", | ||
"insomnia-cookies": "2.3.1-alpha.1", | ||
"xmldom": "^0.5.0", | ||
"xpath": "0.0.27" | ||
}, | ||
"gitHead": "c2c41f3d848e5c04f8a3793695037bff17119ad5" | ||
"gitHead": "0debbe9c9ca1601139126b8493b6b6f21a21d4f4" | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6164
2
+ Addedinsomnia-cookies@2.3.1-alpha.1(transitive)
- Removedinsomnia-cookies@2.3.0(transitive)