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.
@@ -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.15.2')) {
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
@@ -1,6 +1,6 @@
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": {
@@ -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
  );