react-native-update 10.13.0 → 10.13.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/client.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-update",
3
- "version": "10.13.0",
3
+ "version": "10.13.1",
4
4
  "description": "react-native hot update",
5
5
  "main": "src/index",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -276,8 +276,8 @@ export class Pushy {
276
276
  full,
277
277
  paths = [],
278
278
  name,
279
- description,
280
- metaInfo,
279
+ description = '',
280
+ metaInfo = '',
281
281
  } = info;
282
282
  if (
283
283
  this.options.beforeDownloadUpdate &&