Skip to content

Conversation

rgaiacs
Copy link
Contributor

@rgaiacs rgaiacs commented Aug 20, 2025

Closes #2006

This should avoid breaking change in the binderhub-client.

The previous way is

import { BinderRepository } from "@jupyterhub/binderhub-client";

and the new way is

import { BinderRepository } from "@jupyterhub/binderhub-client/client.js";

The new way is preferable as it is clear to the reader.

@rgaiacs rgaiacs requested a review from yuvipanda August 20, 2025 12:17
@rgaiacs rgaiacs self-assigned this Aug 20, 2025
@rgaiacs rgaiacs added the code:js-binderhub-client js changes to binderhub-client label Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code:js-binderhub-client js changes to binderhub-client
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Avoid breaking change in the binderhub client
1 participant