react-native-update-cli 1.34.1 → 1.34.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/utils/index.js +1 -1
- package/package.json +1 -1
- package/src/utils/index.js +1 -1
package/lib/utils/index.js
CHANGED
|
@@ -181,7 +181,7 @@ async function printVersionCommand() {
|
|
|
181
181
|
} else if ((0, _satisfies.default)(pushyVersion, '9.0.0 - 9.2.1')) {
|
|
182
182
|
console.warn(`当前版本已不再支持,请至少升级到 v9 的最新小版本后重新打包(代码无需改动,可直接热更): npm i react-native-update@9 .
|
|
183
183
|
如有使用安装 apk 的功能,请注意添加所需权限 https://pushy.reactnative.cn/docs/api#async-function-downloadandinstallapkurl`);
|
|
184
|
-
} else if ((0, _satisfies.default)(pushyVersion, '10.0.0 - 10.
|
|
184
|
+
} else if ((0, _satisfies.default)(pushyVersion, '10.0.0 - 10.17.0')) {
|
|
185
185
|
console.warn(`当前版本已不再支持,请升级到 v10 的最新小版本(代码无需改动,可直接热更): npm i react-native-update@10`);
|
|
186
186
|
}
|
|
187
187
|
}
|
package/package.json
CHANGED
package/src/utils/index.js
CHANGED
|
@@ -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.
|
|
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
|
);
|