Skip to content

ddg-kit 0.1.1

Latest

Choose a tag to compare

@lennney lennney released this 02 Aug 09:50
f6b5459

Fixed

  • Add .d.cts files for Node16 and NodeNext CommonJS projects.
  • Route require to index.cjs and its .d.cts declarations.

Projects can keep legacy imports with this npm alias:

{
  "dependencies": {
    "duck-duck-scrape": "npm:ddg-kit@0.1.1"
  }
}

This patch does not add API surfaces. The Web and News P0 boundary remains frozen.

Verification

  • Packed alias fixtures cover ESM and CommonJS runtime resolution.
  • Packed alias fixtures also cover NodeNext and Node16 TypeScript resolution.
  • CI passes on Node 18.17, 20.20, and 22.23.
  • A packed candidate builds jina-ai/node-DeepResearch without source changes.
  • Package-shape checks pass for CommonJS, ESM, and bundler consumers.