diff options
| author | ST-DDT <[email protected]> | 2024-09-22 23:20:51 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-22 23:20:51 +0200 |
| commit | 6e72712ffe878a9b30b6bf8a83239775adf1f176 (patch) | |
| tree | c9e12ccde865187718c4cf997693146a8416cdcb /src/modules | |
| parent | c15b48864ac6cd7a5cb1ba23e4e555c9cdfe1328 (diff) | |
| download | faker-6e72712ffe878a9b30b6bf8a83239775adf1f176.tar.xz faker-6e72712ffe878a9b30b6bf8a83239775adf1f176.zip | |
chore: fix avatarLegacy deprecation version typo (#3124)
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/image/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/image/index.ts b/src/modules/image/index.ts index 93a0adf9..babfa2dc 100644 --- a/src/modules/image/index.ts +++ b/src/modules/image/index.ts @@ -59,7 +59,7 @@ export class ImageModule extends ModuleBase { deprecated({ deprecated: 'faker.image.avatarLegacy()', proposed: 'faker.image.avatar()', - since: '9.0.1', + since: '9.0.2', until: '10.0.0', }); |
