Comparing version 1.0.0-pre-81 to 1.0.0-pre-82
@@ -51,3 +51,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
const messages = typeof (response === null || response === void 0 ? void 0 : response.success) === 'boolean' ? response.messages : response; | ||
const message = messages[this.path]; | ||
const message = messages === null || messages === void 0 ? void 0 : messages[this.path]; | ||
if (message && message.type !== 'success') { | ||
@@ -54,0 +54,0 @@ this.text = (_a = message.text) !== null && _a !== void 0 ? _a : ''; |
{ | ||
"name": "dryvjs", | ||
"version": "1.0.0-pre-81", | ||
"version": "1.0.0-pre-82", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
123614