@loadmill/core
Advanced tools
Comparing version 0.3.100 to 0.3.101
@@ -226,2 +226,3 @@ import { Parameters } from '../parameters'; | ||
JSONContains?: string; | ||
XMLContains?: string; | ||
} | ||
@@ -228,0 +229,0 @@ export interface AuthConf { |
@@ -399,3 +399,3 @@ "use strict"; | ||
assertions.forEach(function (assertion, key) { | ||
var check = assertion.check, equals = assertion.equals, notEquals = assertion.notEquals, contains = assertion.contains, notContains = assertion.notContains, matches = assertion.matches, falsy = assertion.falsy, greater = assertion.greater, lesser = assertion.lesser, JSONSchema = assertion.JSONSchema, JSONContains = assertion.JSONContains; | ||
var check = assertion.check, equals = assertion.equals, notEquals = assertion.notEquals, contains = assertion.contains, notContains = assertion.notContains, matches = assertion.matches, falsy = assertion.falsy, greater = assertion.greater, lesser = assertion.lesser, JSONSchema = assertion.JSONSchema, JSONContains = assertion.JSONContains, XMLContains = assertion.XMLContains; | ||
var converted = { | ||
@@ -434,2 +434,5 @@ check: check, | ||
} | ||
if (XMLContains != null) { | ||
converted.XMLContains = XMLContains; | ||
} | ||
result[key] = converted; | ||
@@ -436,0 +439,0 @@ }); |
{ | ||
"name": "@loadmill/core", | ||
"version": "0.3.100", | ||
"version": "0.3.101", | ||
"description": "Loadmill core library", | ||
@@ -27,3 +27,3 @@ "scripts": { | ||
"@aws-sdk/types": "^3.55.0", | ||
"@loadmill/universal": "0.3.95", | ||
"@loadmill/universal": "0.3.96", | ||
"@xmldom/xmldom": "^0.8.10", | ||
@@ -44,2 +44,3 @@ "cheerio": "^0.22.0", | ||
"validator": "^13.7.0", | ||
"xml2js": "^0.6.2", | ||
"xpath": "^0.0.32" | ||
@@ -46,0 +47,0 @@ }, |
Sorry, the diff of this file is not supported yet
396108
187
5994
21
+ Addedxml2js@^0.6.2
+ Added@loadmill/universal@0.3.96(transitive)
+ Addedsax@1.4.1(transitive)
+ Addedxml2js@0.6.2(transitive)
+ Addedxmlbuilder@11.0.1(transitive)
- Removed@loadmill/universal@0.3.95(transitive)
Updated@loadmill/universal@0.3.96