tsedio / tsed

:triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone. ⭐️ Star to support our work!
https://tsed.io/
MIT License
2.83k stars 286 forks source link

[BUG] Cannot import Keyword and Keyword Methods from ajv #1161

Closed LFSousa closed 3 years ago

LFSousa commented 3 years ago

Information

I've tried to create a custom Keyword and noticed that the members are not exposed.

Example

import { Keyword, KeywordMethods } from "@tsed/ajv";

Exception thrown

Screen Shot 2020-12-27 at 22 01 15
Romakita commented 3 years ago

:tada: This issue has been resolved in version 6.17.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: