gverni-test-package
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -60,3 +60,3 @@ "use strict"; | ||
if (!validEncodingValues.includes(encoding)) { | ||
throw new Error("Encoding will I AM " + encoding + " not supported. Allowed values for are " + validEncodingValues.join(', ')); | ||
throw new Error("Encoding will " + encoding + " not supported. Allowed values for are " + validEncodingValues.join(', ')); | ||
} | ||
@@ -63,0 +63,0 @@ /** |
{ | ||
"name": "gverni-test-package", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "SMS segements calculator", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -42,3 +42,3 @@ import GraphemeSplitter from 'grapheme-splitter'; | ||
throw new Error( | ||
`Encoding will I AM ${encoding} not supported. Allowed values for are ${validEncodingValues.join(', ')}`, | ||
`Encoding will ${encoding} not supported. Allowed values for are ${validEncodingValues.join(', ')}`, | ||
); | ||
@@ -45,0 +45,0 @@ } |
Sorry, the diff of this file is not supported yet
59624
33