Skip to content

Commit

Permalink
fix: type references are lost in the package. (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Apr 30, 2024
1 parent 41348a5 commit 1e9ef67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import * as SDK from './src';
import * as SDK from './build/typings';

export default SDK

1 comment on commit 1e9ef67

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 72%
72.77% (2072/2847) 61.53% (947/1539) 79.05% (570/721)

JUnit

Tests Skipped Failures Errors Time
434 6 💤 0 ❌ 0 🔥 1m 5s ⏱️

Please sign in to comment.