1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-16 09:41:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

v1.41.0-beta.0

This commit is contained in:
sunnylqm
2025-02-19 22:06:24 +08:00
parent 546faef83f
commit 67644b5c11

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-native-update-cli", "name": "react-native-update-cli",
"version": "1.40.1", "version": "1.41.0-beta.0",
"description": "Command tools for javaScript updater with `pushy` service for react native apps.", "description": "Command tools for javaScript updater with `pushy` service for react native apps.",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@@ -70,5 +70,6 @@
"@swc/core": "^1.9.3", "@swc/core": "^1.9.3",
"@types/node": "^22.9.3", "@types/node": "^22.9.3",
"typescript": "^5.7.2" "typescript": "^5.7.2"
} },
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
} }