iconv-corefoundation
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -12,2 +12,3 @@ "use strict"; | ||
exports.NotRepresentableError = NotRepresentableError; | ||
NotRepresentableError.prototype.name = NotRepresentableError.name; | ||
/** | ||
@@ -25,2 +26,3 @@ * Signals that the given encoded text is not valid in the chosen {@link StringEncoding}. | ||
exports.InvalidEncodedTextError = InvalidEncodedTextError; | ||
InvalidEncodedTextError.prototype.name = InvalidEncodedTextError.name; | ||
const specifierKinds = [ | ||
@@ -41,2 +43,3 @@ "CFStringEncoding", | ||
exports.UnrecognizedEncodingError = UnrecognizedEncodingError; | ||
UnrecognizedEncodingError.prototype.name = UnrecognizedEncodingError.name; | ||
//# sourceMappingURL=errors.js.map |
{ | ||
"name": "iconv-corefoundation", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Character set conversion using the macOS CoreFoundation API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
92452
377