@kubb/plugin-faker 5.0.0-beta.64 → 5.0.0-beta.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.cjs +968 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +302 -5
- package/dist/index.js +944 -9
- package/dist/index.js.map +1 -1
- package/package.json +8 -17
- package/dist/Faker-BA4l8DTe.d.ts +0 -27
- package/dist/Faker-DUx7jvCo.js +0 -277
- package/dist/Faker-DUx7jvCo.js.map +0 -1
- package/dist/Faker-Ds2xP2-k.cjs +0 -349
- package/dist/Faker-Ds2xP2-k.cjs.map +0 -1
- package/dist/components.cjs +0 -3
- package/dist/components.d.ts +0 -2
- package/dist/components.js +0 -2
- package/dist/fakerGenerator-BNysC6rh.d.ts +0 -14
- package/dist/fakerGenerator-BeKRKYuy.cjs +0 -669
- package/dist/fakerGenerator-BeKRKYuy.cjs.map +0 -1
- package/dist/fakerGenerator-D5Bcy5WY.js +0 -659
- package/dist/fakerGenerator-D5Bcy5WY.js.map +0 -1
- package/dist/generators.cjs +0 -3
- package/dist/generators.d.ts +0 -2
- package/dist/generators.js +0 -2
- package/dist/printerFaker-BzEB43Jz.d.ts +0 -239
- /package/dist/{chunk-C0LytTxp.js → rolldown-runtime-C0LytTxp.js} +0 -0
package/README.md
CHANGED
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
# @kubb/plugin-faker
|
|
24
24
|
|
|
25
|
-
### Generate Faker mock data
|
|
25
|
+
### Generate Faker mock data with Kubb
|
|
26
26
|
|
|
27
|
-
`@kubb/plugin-faker` generates Faker.js factory functions
|
|
27
|
+
`@kubb/plugin-faker` generates Faker.js factory functions with Kubb. Each schema produces a function that returns realistic mock data matching the schema's structure.
|
|
28
28
|
|
|
29
29
|
## Installation
|
|
30
30
|
|