XuqmGroup-RNSDK/packages/push/package.json
XuqmGroup 4e80b0bf4e fix: rn-log ErrorCapture 类型修复 + 依赖版本对齐
- ErrorCapture.ts: global → globalThis,移除 declare global 冲突
- index.ts: 移除不存在的 UpdateDownloadProgress 导出
- 各 package.json 版本号对齐

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-16 13:10:16 +08:00

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"
}
}