From 462a342172647886bd29d12332e84803ee0f1e6f Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Mon, 26 Aug 2024 18:54:05 +0800 Subject: [PATCH] v10.13.1 --- package.json | 2 +- src/client.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 906afe16..90b39277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-update", - "version": "10.13.0", + "version": "10.13.1", "description": "react-native hot update", "main": "src/index", "scripts": { diff --git a/src/client.ts b/src/client.ts index 246574c3..4c2b7701 100644 --- a/src/client.ts +++ b/src/client.ts @@ -276,8 +276,8 @@ export class Pushy { full, paths = [], name, - description, - metaInfo, + description = '', + metaInfo = '', } = info; if ( this.options.beforeDownloadUpdate &&