@onekeyfe/react-native-bundle-update 3.0.59 → 3.0.60
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/android/src/main/java/com/margelo/nitro/reactnativebundleupdate/ReactNativeBundleUpdate.kt
CHANGED
|
@@ -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
|
|
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
|