- ErrorCapture.ts: global → globalThis,移除 declare global 冲突 - index.ts: 移除不存在的 UpdateDownloadProgress 导出 - 各 package.json 版本号对齐 Co-Authored-By: Claude <noreply@anthropic.com>
24 行
589 B
JSON
24 行
589 B
JSON
{
|
|
"name": "@xuqm/rn-push",
|
|
"version": "0.2.2-SNAPSHOT",
|
|
"description": "XuqmGroup RN SDK — Push module (device token registration)",
|
|
"license": "UNLICENSED",
|
|
"main": "src/index.ts",
|
|
"react-native": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
|
|
},
|
|
"scripts": { "typecheck": "tsc --noEmit" },
|
|
"dependencies": {
|
|
"@xuqm/rn-common": ">=0.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">=0.76.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|