Skip to content

Commit a913e8c

Browse files
committed
bump version to 10.29.8 and include new version data in downloading report
1 parent c5f4582 commit a913e8c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update",
3-
"version": "10.29.7",
3+
"version": "10.29.8",
44
"description": "react-native hot update",
55
"main": "src/index",
66
"scripts": {

src/client.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,12 @@ export class Pushy {
393393
}
394394
}
395395
let succeeded = '';
396-
this.report({ type: 'downloading' });
396+
this.report({
397+
type: 'downloading',
398+
data: {
399+
newVersion: hash,
400+
},
401+
});
397402
let lastError: any;
398403
let errorMessages: string[] = [];
399404
const diffUrl = await testUrls(joinUrls(paths, diff));

0 commit comments

Comments
 (0)