1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm 2024-04-18 22:41:00 +08:00
parent 1f75688b92
commit 571c2819b9
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "10.3.1",
"version": "10.4.0",
"description": "react-native hot update",
"main": "src/index.ts",
"scripts": {

View File

@ -2,7 +2,6 @@ export function log(...args: any[]) {
console.log('pushy: ', ...args);
}
const ping = async (url: string) =>
Promise.race([
fetch(url, {