1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-18 16:30:40 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

..

2 Commits

Author SHA1 Message Date
sunnylqm
23346a5f1d v9.1.2 2023-10-28 17:26:19 +08:00
sunnylqm
5aca2104c2 fix: simpleUpdate for web 2023-10-28 17:25:54 +08:00
3 changed files with 2492 additions and 34 deletions

View File

@@ -14,5 +14,5 @@ export const markSuccess = noop;
export const downloadAndInstallApk = noop;
export const setCustomEndpoints = noop;
export const getCurrentVersionInfo = noop;
export const simpleUpdate = noop;
export const simpleUpdate = (app) => app;
export const onEvents = noop;

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "9.1.0",
"version": "9.1.2",
"description": "react-native hot update",
"main": "lib/index.ts",
"scripts": {
@@ -57,11 +57,14 @@
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.1",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"detox": "^20.5.0",
"firebase-tools": "^11.24.1",
"fs-extra": "^9.1.0",
"jest": "^29.2.1",
"pod-install": "^0.1.37",
"react-native": "^0.72.6",
"ts-jest": "^29.0.3",
"typescript": "^5.2.2"
}

2519
yarn.lock

File diff suppressed because it is too large Load Diff