Comparing version 3.6.6 to 3.6.7
{ | ||
"name": "pactum", | ||
"version": "3.6.6", | ||
"version": "3.6.7", | ||
"description": "REST API Testing Tool for all levels in a Test Pyramid", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
const fs = require('fs'); | ||
const lc = require('lightcookie'); | ||
const override = require('deep-override'); | ||
const path = require('path'); | ||
@@ -287,3 +287,4 @@ const Tosser = require('./Tosser'); | ||
withCore(options) { | ||
this._request.core = options; | ||
this._request.core = this._request.core || {}; | ||
override(this._request.core, options); | ||
return this; | ||
@@ -290,0 +291,0 @@ } |
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
175689
5280