Missed this, importing from edgespec and also from edgespec/dist/middleware/index.cjs causes type conflicts. The edgespec import actually gets its types from the ESM types (not sure why) while the .cjs import gets its types from the CJS types. I will convert my imports to edgespec/dist/index.cjs for now
Context
https://github.com/seamapi/edgespec/pull/160
Missed this, importing from
edgespec
and also fromedgespec/dist/middleware/index.cjs
causes type conflicts. Theedgespec
import actually gets its types from the ESM types (not sure why) while the .cjs import gets its types from the CJS types. I will convert my imports toedgespec/dist/index.cjs
for nowChanges
edgespec/dist/index.cjs
to accepted imports