Welcome to the Kinde community.

A
A
A
M
T

Breaking change in kinde management-api-js 0.7.0

Breaking change in @kinde/management-api-js 0.7.0 ?
I just upgraded from 0.6.0 to 0.7.0 and it looks like Users is not exported anymore:

import { Users } from "@kinde/management-api-js";

const { users } = await Users.getUsers();
This works though:
import { getUsers } from "@kinde/management-api-js";

const { users } = await getUsers();
Is this change intentional? It’s not mentioned in the release notes.

C
M
D
6 comments

Have reported this to the team . Will keep following up.

Is it an option to revert back to previous version for now? We need to contact Daniel, our UK guy who wrote the doc, and he doesn't start work for a few hours.

I just imported the methods directly as in the working version above, so it’s not blocking.
Just a bit disappointed that such a breaking change got in without a notice.

Sorry this was missed in my tests, I will check this out, not intentional.

This has been resolved in 0.7.1

Add a reply
Sign up and join the conversation on Slack
Join