@lwc/errors
Advanced tools
Comparing version 0.37.3-alpha to 0.37.3-alpha2
@@ -200,3 +200,3 @@ "use strict"; | ||
code: 1056, | ||
message: 'Invalid event name {0}. Event name can only contain lower-case alphabetic characters', | ||
message: 'Invalid event type "{0}". Event type must begin with a lower-case alphabetic character and contain only lower-case alphabetic characters, underscores, and numeric characters', | ||
level: types_1.DiagnosticLevel.Error, | ||
@@ -203,0 +203,0 @@ url: '', |
{ | ||
"name": "@lwc/errors", | ||
"version": "0.37.3-alpha", | ||
"version": "0.37.3-alpha2", | ||
"description": "LWC Error Utilities", | ||
@@ -19,3 +19,3 @@ "main": "dist/commonjs/index.js", | ||
}, | ||
"gitHead": "3f016890e8198195a4c0a9df871cae74c941a959" | ||
"gitHead": "5a8b812f7c7f7d87a29fac8c660adb32d69ead30" | ||
} |
Sorry, the diff of this file is not supported yet
84216