This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +99
-97
lines changed
Expand file tree Collapse file tree 4 files changed +99
-97
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " todoist-rest-client" ,
3- "version" : " 3.0.7 " ,
3+ "version" : " 3.0.8 " ,
44 "type" : " module" ,
55 "description" : " A simple todoist-rest-api client" ,
66 "author" : " dubisdev" ,
1010 " rest-client"
1111 ],
1212 "main" : " dist/index.js" ,
13+ "types" : " dist/index.d.ts" ,
1314 "files" : [
1415 " **/dist/**"
1516 ],
16- "types" : " dist/index.d.ts" ,
1717 "dependencies" : {
1818 "axios" : " ^0.24.0" ,
1919 "uuid" : " ^8.3.2"
Original file line number Diff line number Diff line change 66 comment ,
77 extras ,
88} from "./submodules/index.js" ;
9- import { ClientConstructor , TDSClient } from "./definitions/index.js " ;
9+ import { ClientConstructor , TDSClient } from "./definitions" ;
1010
1111const TDSClientConstructor : ClientConstructor = ( apiToken ) : TDSClient => {
1212 if ( ! apiToken ) throw new Error ( "Missing api token" ) ;
Original file line number Diff line number Diff line change 11import TDSClient from "./TDSClient.js" ;
2-
32export * from "./resources/index.js" ;
4- export * as Types from "./definitions/index.js" ;
3+
54export default TDSClient ;
You can’t perform that action at this time.
0 commit comments