ItemConsulting / enonic-types

TypeScript types for Enonic XP
MIT License
8 stars 2 forks source link

Types for lib-explorer are incomplete #22

Closed mikewoudenberg closed 1 year ago

mikewoudenberg commented 1 year ago

The NPM package @item-enonic-types/lib-explorer@3.20.6 only contains index.d.ts which references ./client and ./document but they are not packaged in the module. I think this can be easily fixed by adding both files to the package.json files section

tajakobsen commented 1 year ago

@mikewoudenberg I have deployed it now with a patch version. You might have to add it to your npm dependencies without the ^ in front like this (since it has a patch name):

"@item-enonic-types/lib-explorer": "3.20.6-patch1",