5f2ee37
Here, you change the format from [name, type] to {name, type} but you did not increase the version to 2.0.0!
If someone has in package.json/dependencies your library with "1.*", now the app broke! OH NO!!!
Rule
If apps break, increment first number part. 1.1.0 -> 2.0.0
If new feature added, increment second part. 1.0.0 -> 1.1.0
If only bugfix/optimisation, then increment third part! 1.0.0 -> 1.0.1