This release moves the TypeScript loader for code-push.config.ts to tsx. tsx supports default exports and tsconfig.json paths aliases without additional setup.
Because ts-node is no longer maintained, we recommend migrating to tsx.
npm install --save-dev tsx
Existing ts-node configurations will continue to work as a fallback for now, but support is deprecated and will be removed in a future major release.
What's Changed
- feat(cli): load TypeScript config files with tsx, falling back to ts-node by @floyd-soomgo in #193
- chore(android): remove obsolete ProGuard rules by @floyd-soomgo in #197
- docs: refresh native API references by @floydkim in #195
- fix: stop a replaced React Native instance from reporting downloads and restarting by @floyd-soomgo in #196
- chore: drop ts-node from the setup scripts and example apps by @floyd-soomgo in #194
- Release v13.2.0 by @github-actions[bot] in #198
Full Changelog: v13.1.0...v13.2.0