npm semantic versioning
^
default. accept only patch & minor updates, adds non-breaking features
~
accept only patch releases, minor bug fixes
*
accept all versions including major, huge potentially changes
npm semantic versioning
^
default. accept only patch & minor updates, adds non-breaking features
~
accept only patch releases, minor bug fixes
*
accept all versions including major, huge potentially changes