@onekeyfe/react-native-bundle-update 3.0.59 → 3.0.61

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.
@@ -1769,7 +1769,7 @@ class ReactNativeBundleUpdate : HybridReactNativeBundleUpdateSpec() {
1769
1769
 
1770
1770
  /**
1771
1771
  * Prunes every artifact whose appVersion != the running native binary
1772
- * version: stale onekey-bundle/* dirs, onekey-bundle-download/* stages
1772
+ * version: stale onekey-bundle/<v> dirs, onekey-bundle-download/<v> stages
1773
1773
  * (.zip / .partial / .progress / .resume), orphan asc signatures, and
1774
1774
  * lingering fallback entries. Hard-refuses to delete the current
1775
1775
  * appVersion's artifacts and the active currentBundleVersion. Tolerates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/react-native-bundle-update",
3
- "version": "3.0.59",
3
+ "version": "3.0.61",
4
4
  "description": "react-native-bundle-update",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",