Closed mikewoudenberg closed 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",
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.jsonfiles
section