Skip to content

Conversation

@rolljee
Copy link
Member

@rolljee rolljee commented Dec 12, 2025

Overview

Multiple things have been implemented for a pretty long PR.

Important things are

  1. Maintainability
  2. NodeJS 24
  3. Typescript

@rolljee rolljee changed the title 7 dev Pre-release Dec 12, 2025
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 30 to 33
"browser": "./dist/kuzzle.js",
"main": "./out/index.js",
"types": "index.d.ts",
"exports": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Type entry points to missing declaration file

package.json now advertises TypeScript definitions at "types": "index.d.ts" (and exports uses the same path), but tsconfig now emits declarations under out/ (outDir set in tsconfig.json line 5) and there is no index.d.ts at the repository root (find . -name index.d.ts returns nothing). Any TypeScript consumer resolving this package will look for a non-existent root declaration and get “cannot find module … or its corresponding type declarations”, so typings are broken for all builds from this commit.

Useful? React with 👍 / 👎.

@rolljee rolljee merged commit f9df478 into beta Dec 12, 2025
14 checks passed
@github-actions
Copy link

🎉 This PR is included in version 7.16.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version 7.16.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants