Skip to content

Commit

Permalink
Merge branch 'main' into feat/locales/en/animal/rodents
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jul 30, 2022
2 parents 3c22522 + fc48155 commit 1e419de
Show file tree
Hide file tree
Showing 17 changed files with 6,164 additions and 310 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -98,11 +98,13 @@ The API covers the following modules:

### Templates

Faker contains a generator method `faker.fake` for combining faker API methods using a mustache string format.
Faker contains a generator method `faker.helpers.fake` for combining faker API methods using a mustache string format.

```ts
console.log(
faker.fake('Hello {{name.prefix}} {{name.lastName}}, how are you today?')
faker.helpers.fake(
'Hello {{name.prefix}} {{name.lastName}}, how are you today?'
)
);
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -93,7 +93,7 @@
]
},
"devDependencies": {
"@algolia/client-search": "~4.14.1",
"@algolia/client-search": "~4.14.2",
"@types/markdown-it": "~12.2.3",
"@types/node": "~18.0.6",
"@types/prettier": "~2.6.4",
Expand All @@ -106,7 +106,7 @@
"c8": "~7.12.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~10.3.1",
"esbuild": "~0.14.50",
"esbuild": "~0.14.51",
"eslint": "~8.20.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.5.1",
Expand Down Expand Up @@ -135,7 +135,7 @@
"vitepress": "~0.22.4",
"vitest": "~0.19.1"
},
"packageManager": "pnpm@7.6.0",
"packageManager": "pnpm@7.7.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down

0 comments on commit 1e419de

Please sign in to comment.