You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create platform-0.x branch with version 0.10.1
- Set version to 0.10.1
- Update axios to 0.30.2
- Upgrade TypeScript to 5.3.3 for compatibility
- Add skipLibCheck to tsconfig.json
- Fix type assertions for axios headers
- Rebuilt dist files
Upgrade TypeScript to 4.9.5 for compatibility with modern dependencies
- Updated TypeScript from 3.5.3 to 4.9.5
- Fixed type assertion in axios.ts for AxiosRequestHeaders
- Rebuilt dist files with updated TypeScript compiler
Upgrade TypeScript to 5.3.3 for compatibility with modern dependencies
- Updated TypeScript from 3.5.3 to 5.3.3
- Fixed type assertion in axios.ts for AxiosRequestHeaders
- Added skipLibCheck to tsconfig.json to avoid third-party type errors
- Rebuilt dist files with updated TypeScript compiler