Skip to content

Missing TypeScript types in version 0.13.x (no typings exported) #685

@lekting

Description

@lekting

Hi!
After updating from binance-api-node@0.12.9 to 0.13.x, the library no longer provides any TypeScript definitions.

In the previous version (0.12.9), the package included TypeScript typings (e.g., BidDepth, Depth, NewFuturesOrder, NewOrderMarketBase, etc.), and everything worked correctly.

However, in 0.13.x:

There is no types/ directory

No .d.ts files are included in the published npm package

TypeScript cannot find or import any types from the library

Even the main module has no exported typings at all

This makes the TypeScript integration effectively broken.

Thanks!

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions