Babylon.inspector.module.d.ts missing in @babylonjs/inspector 5.11.0

The following code builds in 5.8.0 and 5.10.0, but not 5.11.0:

if (isDevelopmentMode) {
    void import("@babylonjs/core/Debug/debugLayer");
    void import("@babylonjs/inspector");
}

The error reported is:

[tsl] ERROR in <file>
      TS7016: Could not find a declaration file for module '@babylonjs/inspector'. '<path>\node_modules\@babylonjs\inspector\dist\babylon.inspector.bundle.max.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/babylonjs__inspector` if it exists or add a new declaration (.d.ts) file containing `declare module '@babylonjs/inspector';`

The contents of the \node_modules@babylonjs\inspector\dist directories of the different versions are:
image

I’ll look into that! Thank you for reporting

Our build process hasn’t changed and has generated the declaration file. I am still running local tests to be sure we are generating it. Once everything works as expected I will release a patch. Probably later today

This is an issue with npm parsing our package.json. I have made some changes and fixed it in 5.12.1