@ninetailed/experience.js-utils
Advanced tools
Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "@ninetailed/experience.js-utils", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -14,3 +14,3 @@ "use strict"; | ||
experience_js_1.logger.warn('[Ninetailed ExperienceMapper]', 'Error parsing experience', parsedExperience.error.format()); | ||
throw new Error(`[Ninetailed ExperienceMapper] The Experience Input is not valid. Please filter data first with "ExperienceMapper.isExperienceEntry".\n${parsedExperience.error.format()}`); | ||
throw new Error(`[Ninetailed ExperienceMapper] The Experience Input is not valid. Please filter data first with "ExperienceMapper.isExperienceEntry".\n${JSON.stringify(parsedExperience.error.format(), null, 2)}`); | ||
} | ||
@@ -17,0 +17,0 @@ const { id, type, audience, config, variants } = parsedExperience.data; |
Sorry, the diff of this file is not supported yet
24063