osmosis-labs / osmojs

OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages
https://cosmology.zone/products/osmojs
Apache License 2.0
62 stars 32 forks source link

npm release 16.7.0 is missing some d.ts files #79

Open nbaum opened 6 months ago

nbaum commented 6 months ago

For example, /dist/codegen/cosmos/bundle.d.ts is missing in 16.7.0, but present in 16.6.0.

This causes TypeScript to consider that osmojs has no cosmos export. The export is, however, still there in the Javascript files.