语义化版本(semantic versioning)机制里的一些范围标识符
生活随笔
收集整理的這篇文章主要介紹了
语义化版本(semantic versioning)机制里的一些范围标识符
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
https://semver.npmjs.com/
carat(hat) symbol
就是鍵盤數(shù)字6上面的這個(gè)符號(hào):^
include everything greater than a particular version in the same major range
例子:
^ 2.2.1: 包含所有主版本號(hào)為2,且次版本號(hào)大于2的版本
tilde symbol
即這個(gè)波浪號(hào)~
include everything greater than a particular version in the same minor range
~2.2.0: 次版本號(hào)大于2的所有版本號(hào)。
Keep in mind that the ^ is used in nodejs to update the dependency to the latest minor/patch version. If you specify a ^1.2 you could end up with a 1.5.7 (but never with a 2.x). This is where the lock files give you the actual version being used.
總結(jié)
以上是生活随笔為你收集整理的语义化版本(semantic versioning)机制里的一些范围标识符的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 荣耀20发热严重吗(荣耀官网荣耀手机)
- 下一篇: SAP ABAP 服务器上OData G