Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OverridesType not exported #231

Closed
albertreed opened this issue Nov 18, 2020 · 1 comment
Closed

OverridesType not exported #231

albertreed opened this issue Nov 18, 2020 · 1 comment
Labels

Comments

@albertreed
Copy link

To simplify the declaration of values passed to createMockPool, it'd be handy to have OverridesType available for import

Expected Behavior

import {OverridesType} from "slonik" succeeds.

Current Behavior

import {OverridesType} from "slonik" throws a compiler error.

Possible Solution

export OverridesTypes.

Steps to Reproduce

  1. Put import {OverridesType} from "slonik" in a source file

Logs

Module '"../node_modules/slonik/dist"' has no exported member 'OverridesType'.

@albertreed albertreed added the bug label Nov 18, 2020
@gajus gajus closed this as completed in 024848a Aug 6, 2021
@gajus
Copy link
Owner

gajus commented Aug 9, 2021

🎉 This issue has been resolved in version 24.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants