@@ -17,14 +17,14 @@ import intoStream, { type Input as IntoStreamInput } from 'into-stream'
1717import { isReadableStream , isStream } from 'is-stream'
1818import pMap from 'p-map'
1919import packageJson from '../package.json' with { type : 'json' }
20- import { ApiError , type TransloaditErrorResponseBody } from './ApiError.js '
20+ import { ApiError , type TransloaditErrorResponseBody } from './ApiError.ts '
2121import {
2222 type AssemblyIndex ,
2323 type AssemblyIndexItem ,
2424 type AssemblyStatus ,
2525 assemblyIndexSchema ,
2626 assemblyStatusSchema ,
27- } from './alphalib/types/assemblyStatus.js '
27+ } from './alphalib/types/assemblyStatus.ts '
2828import { zodParseWithContext } from './alphalib/zodParseWithContext.ts'
2929import type {
3030 BaseResponse ,
@@ -46,11 +46,11 @@ import type {
4646 TemplateCredentialResponse ,
4747 TemplateCredentialsResponse ,
4848 TemplateResponse ,
49- } from './apiTypes.js '
50- import InconsistentResponseError from './InconsistentResponseError.js '
51- import PaginationStream from './PaginationStream.js '
52- import PollingTimeoutError from './PollingTimeoutError.js '
53- import { type Stream , sendTusRequest } from './tus.js '
49+ } from './apiTypes.ts '
50+ import InconsistentResponseError from './InconsistentResponseError.ts '
51+ import PaginationStream from './PaginationStream.ts '
52+ import PollingTimeoutError from './PollingTimeoutError.ts '
53+ import { type Stream , sendTusRequest } from './tus.ts '
5454
5555// See https://github.com/sindresorhus/got/tree/v11.8.6?tab=readme-ov-file#errors
5656// Expose relevant errors
@@ -64,8 +64,8 @@ export {
6464 UploadError ,
6565} from 'got'
6666
67- export type { AssemblyStatus } from './alphalib/types/assemblyStatus.js '
68- export * from './apiTypes.js '
67+ export type { AssemblyStatus } from './alphalib/types/assemblyStatus.ts '
68+ export * from './apiTypes.ts '
6969export { InconsistentResponseError , ApiError }
7070
7171const log = debug ( 'transloadit' )
0 commit comments