kiegroup / mock-github

A library to create a local github environment and easily mock github APIs using an octokit like interface
Apache License 2.0
61 stars 5 forks source link

added openapi-ghec as prod dependency #38

Closed shubhbapna closed 2 years ago

shubhbapna commented 2 years ago

When installing the library from npm registry, typescript was complaining that it couldn't find types for MoctokitResponse. Upon investigating the files installed from the registry, it seems that @octokit/openapi-types-ghec was not bundled in the type files and is still required as dependency.