We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed, that you are using the old version of faker, that is no longer maintained.
deepkit-framework/packages/framework/package.json
Line 55 in 81a1ab1
Line 87 in 81a1ab1
deepkit-framework/packages/create-app/files/package.json
Line 42 in 81a1ab1
You might want to switch to the maintained package @faker-js/faker.
@faker-js/faker
It has all the versions from the old package, but received numerous updates in the meantime (including built-in types).
Disclaimer: I'm a maintainer of @faker-js/faker.
The text was updated successfully, but these errors were encountered:
@ST-DDT is the API the same?
Sorry, something went wrong.
In all versions prior to v6 yes.
faker@v<6 === @faker-js/faker@v<6
v6 should have almost no API breaking changes, but a lot of stuff has been moved around internally.
[email protected] == @faker-js/faker@v6 (+fixes +new methods +updated locale data)
[email protected] == @faker-js/faker@v6
Newer versions have a few breaking changes.
No branches or pull requests
I noticed, that you are using the old version of faker, that is no longer maintained.
deepkit-framework/packages/framework/package.json
Line 55 in 81a1ab1
deepkit-framework/packages/framework/package.json
Line 87 in 81a1ab1
deepkit-framework/packages/create-app/files/package.json
Line 42 in 81a1ab1
You might want to switch to the maintained package
@faker-js/faker
.It has all the versions from the old package, but received numerous updates in the meantime (including built-in types).
Disclaimer: I'm a maintainer of
@faker-js/faker
.The text was updated successfully, but these errors were encountered: