Skip to content

Commit

Permalink
Merge branch 'main' into fix-bic
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Aug 1, 2022
2 parents 73280f7 + aafab45 commit 279d378
Show file tree
Hide file tree
Showing 85 changed files with 6,748 additions and 572 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,25 +93,25 @@
]
},
"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.3",
"@types/prettier": "~2.6.4",
"@types/react": "~18.0.15",
"@types/sanitize-html": "~2.6.2",
"@types/validator": "~13.7.4",
"@typescript-eslint/eslint-plugin": "~5.30.7",
"@typescript-eslint/parser": "~5.30.7",
"@typescript-eslint/eslint-plugin": "~5.31.0",
"@typescript-eslint/parser": "~5.31.0",
"@vitest/ui": "~0.19.1",
"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",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-jsdoc": "~39.3.3",
"eslint-plugin-jsdoc": "~39.3.4",
"eslint-plugin-prettier": "~4.2.1",
"glob": "~8.0.3",
"lint-staged": "~13.0.3",
Expand All @@ -131,11 +131,11 @@
"typedoc-plugin-missing-exports": "~0.23.0",
"typescript": "~4.7.4",
"validator": "~13.7.0",
"vite": "~3.0.3",
"vite": "~3.0.4",
"vitepress": "~0.22.4",
"vitest": "~0.19.1"
},
"packageManager": "pnpm@7.6.0",
"packageManager": "pnpm@7.8.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down
Loading

0 comments on commit 279d378

Please sign in to comment.