Skip to content

Tags: PipedreamHQ/pipedream

Tags

v0.10.1

Toggle v0.10.1's commit message
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

v2.0.2

Toggle v2.0.2's commit message
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

v1.6.8

Toggle v1.6.8's commit message
Update axios to 1.12.0 and bump version to 1.6.8

v1.6.7

Toggle v1.6.7's commit message
Bump version to 1.6.7

v1.6.6

Toggle v1.6.6's commit message
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