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