File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-update-cli" ,
3- "version" : " 1.34.1 " ,
3+ "version" : " 1.34.2 " ,
44 "description" : " Command tools for javaScript updater with `pushy` service for react native apps." ,
55 "main" : " index.js" ,
66 "bin" : {
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ export async function printVersionCommand() {
178178 `当前版本已不再支持,请至少升级到 v9 的最新小版本后重新打包(代码无需改动,可直接热更): npm i react-native-update@9 .
179179 如有使用安装 apk 的功能,请注意添加所需权限 https://pushy.reactnative.cn/docs/api#async-function-downloadandinstallapkurl` ,
180180 ) ;
181- } else if ( semverSatisfies ( pushyVersion , '10.0.0 - 10.15.2 ' ) ) {
181+ } else if ( semverSatisfies ( pushyVersion , '10.0.0 - 10.17.0 ' ) ) {
182182 console . warn (
183183 `当前版本已不再支持,请升级到 v10 的最新小版本(代码无需改动,可直接热更): npm i react-native-update@10` ,
184184 ) ;
You can’t perform that action at this time.
0 commit comments