Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit fc68fb6

Browse files
authored
Merge pull request #64 from dubisdev/fix-extensions
fix: types exporting
2 parents bf33d6f + b29deae commit fc68fb6

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todoist-rest-client",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"type": "module",
55
"description": "A simple todoist-rest-api client",
66
"author": "dubisdev",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import TDSClient from "./TDSClient.js";
22

33
export * from "./resources/index.js";
4-
//export * from "./definitions/index.js";
4+
export * as Types from "./definitions/index.js";
55
export default TDSClient;

0 commit comments

Comments
 (0)