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

Import ServiceClient from js-service-client #21

Merged
merged 5 commits into from
Apr 4, 2024

Conversation

amrc-benmorrow
Copy link
Contributor

Remove the ServiceClient implementation from this package and import from @amrc-factoryplus/service-client instead.

This is a backwards-incompatible change! See the README.

I don't want to maintain this code in two places going forwards, but
I also don't want to migrate all users over right now.
Remove deps we no longer need.

Remove 'node:' prefix on imports; despite the NodeJS recommendation, it
actually makes code less portable, as bundlers don't like it.
This is cleaner, but is also backwards-incompatible.
Previously Debug will have done this automatically. It would be better
to push this right out but this is old and slightly nasty code and I
don't want to break it.
@amrc-benmorrow amrc-benmorrow merged commit 48b58d7 into main Apr 4, 2024
@amrc-benmorrow amrc-benmorrow deleted the feature/bm-import-sc branch April 4, 2024 13:01
@amrc-benmorrow amrc-benmorrow linked an issue Apr 4, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

This library needs breaking up
1 participant