Affected packages (at minimum): @hcengineering/core, @hcengineering/account-client, @hcengineering/api-client, @hcengineering/text, @hcengineering/text-core, @hcengineering/text-html.
Each package's package.json declares "types": "types/index.d.ts" but the types/ directory is absent from the published tarball. The src/ TypeScript sources are included but TypeScript does not resolve them without explicit configuration.
Previous versions (e.g. @hcengineering/core@0.7.26) correctly include the types/ directory.
To reproduce: npm pack @hcengineering/core@0.7.413 --dry-run --json — no types/ entries in the file list.
Why relevant for me: I want to keep https://github.com/dearlordylord/huly-mcp feature parity up-to-date with the official sdk
Affected packages (at minimum): @hcengineering/core, @hcengineering/account-client, @hcengineering/api-client, @hcengineering/text, @hcengineering/text-core, @hcengineering/text-html.
Each package's package.json declares "types": "types/index.d.ts" but the types/ directory is absent from the published tarball. The src/ TypeScript sources are included but TypeScript does not resolve them without explicit configuration.
Previous versions (e.g. @hcengineering/core@0.7.26) correctly include the types/ directory.
To reproduce: npm pack @hcengineering/core@0.7.413 --dry-run --json — no types/ entries in the file list.
Why relevant for me: I want to keep https://github.com/dearlordylord/huly-mcp feature parity up-to-date with the official sdk