sealights-newman-wrapper 2.0.39 → 2.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,8 @@ const constants_1 = require("../constants");
|
|
|
5
5
|
const collection_modifier_1 = require("./collection-modifier");
|
|
6
6
|
class CollectionModifierForAssertionNames extends collection_modifier_1.CollectionModifier {
|
|
7
7
|
get excludedItems() {
|
|
8
|
-
return this._excludedItems.map(item => this.itemAssertationMap[item])
|
|
8
|
+
return this._excludedItems.map(item => this.itemAssertationMap[item])
|
|
9
|
+
.reduce((acc, val) => acc.concat(val), []);
|
|
9
10
|
}
|
|
10
11
|
setItemsToExclude(itemsToExclude = {}) {
|
|
11
12
|
this.itemAssertationMap = {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collection-modifier-for-assertation-names.js","sourceRoot":"","sources":["../../src/collection-modification/collection-modifier-for-assertation-names.ts"],"names":[],"mappings":";;;AAAA,4CAAwC;AACxC,+DAA2D;AAE3D,MAAa,mCAAoC,SAAQ,wCAAkB;IAGvE,IAAI,aAAa;QACb,OAAO,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"collection-modifier-for-assertation-names.js","sourceRoot":"","sources":["../../src/collection-modification/collection-modifier-for-assertation-names.ts"],"names":[],"mappings":";;;AAAA,4CAAwC;AACxC,+DAA2D;AAE3D,MAAa,mCAAoC,SAAQ,wCAAkB;IAGvE,IAAI,aAAa;QACb,OAAO,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAC;aAChE,MAAM,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC;IACnD,CAAC;IAEQ,iBAAiB,CAAC,iBAA0C,EAAE;QACnE,IAAI,CAAC,kBAAkB,GAAG,EAAE,CAAC;QAE7B,MAAM,CAAC,OAAO,CAAC,cAAc,CAAC;aACzB,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,KAAK,CAAC;aAC7B,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC;aACnB,OAAO,CAAC,CAAC,QAAQ,EAAE,EAAE;YAClB,MAAM,SAAS,GAAG,QAAQ,CAAC,KAAK,CAAC,oBAAQ,CAAC,CAAC;YAC3C,SAAS,CAAC,GAAG,EAAE,CAAC;YAChB,MAAM,QAAQ,GAAG,SAAS,CAAC,IAAI,CAAC,oBAAQ,CAAC,CAAC;YAE1C,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,EAAE;gBACpC,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,GAAG,EAAE,CAAC;aAC1C;YAED,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;QACpD,CAAC,CAAC,CAAC;QAEP,IAAI,CAAC,cAAc,GAAG,IAAI,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC;IACxE,CAAC;CACJ;AA5BD,kFA4BC"}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "2.0.
|
|
1
|
+
export declare const version = "2.0.40";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sealights-newman-wrapper",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.40",
|
|
4
4
|
"description": "Sealights agent for Newman",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": "bin/index.js",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"newman": ">= 2 < 7"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "9e45eacf71d514c2134abaf341faaf230851c57c"
|
|
38
38
|
}
|