Skip to content

Commit a25a570

Browse files
authored
Merge branch 'main' into 113-fix-random-word
2 parents 8ba7de5 + 0924e85 commit a25a570

File tree

6 files changed

+320
-251
lines changed

6 files changed

+320
-251
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@types/validator": "~13.7.1",
9797
"@typescript-eslint/eslint-plugin": "~5.16.0",
9898
"@typescript-eslint/parser": "~5.16.0",
99-
"@vitest/ui": "~0.7.7",
99+
"@vitest/ui": "~0.7.10",
100100
"c8": "~7.11.0",
101101
"conventional-changelog-cli": "~2.2.2",
102102
"cypress": "~9.5.2",
@@ -123,7 +123,7 @@
123123
"validator": "~13.7.0",
124124
"vite": "~2.8.6",
125125
"vitepress": "~0.22.3",
126-
"vitest": "~0.7.7"
126+
"vitest": "~0.7.10"
127127
},
128128
"packageManager": "[email protected]",
129129
"engines": {

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export type {
2727
WordDefinitions,
2828
} from './definitions';
2929
export type { FakerOptions, UsableLocale, UsedLocales } from './faker';
30+
export { Gender } from './name';
31+
export type { GenderType } from './name';
3032
export { Faker };
3133

3234
// since we are requiring the top level of faker, load all locales by default

0 commit comments

Comments
 (0)