Skip to content

fix: correct typings entrypoint#91

Open
itosa-kazu wants to merge 1 commit into
gajus:mainfrom
itosa-kazu:codex/fix-global-agent-typings
Open

fix: correct typings entrypoint#91
itosa-kazu wants to merge 1 commit into
gajus:mainfrom
itosa-kazu:codex/fix-global-agent-typings

Conversation

@itosa-kazu

Copy link
Copy Markdown

Summary

  • update the package typings entry to point at ./dist/index.d.ts
  • the published package contains dist/index.d.ts, but not dist/src/index.d.ts, so the current metadata points TypeScript at a missing declaration file

Validation

  • npm run build
  • npm run lint
  • npm pack --dry-run --json --ignore-scripts
  • explicit local assertion that package.json typings resolves to an existing generated declaration file

npm test was also attempted. The unrelated certificate test suite failed to import because this local Windows environment does not have openssl on PATH; the other test files ran and passed before that suite failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant