Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Jul 10, 2021
1 parent 9485ded commit 83fae54
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.0.2] - 2021-07-10

### Changed
- Typos in logs.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/vinyl-fs-vpath.iconfig.logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## IConfig.logger property

Optional logger. Use this to debug issues and trace behaviours. Adheres to interface defined in ts-log package.
Optional logger. Use this to debug issues and trace behaviors. Adheres to interface defined in ts-log package.

<b>Signature:</b>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/vinyl-fs-vpath.iconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export interface IConfig
| [base?](./vinyl-fs-vpath.iconfig.base.md) | string | <i>(Optional)</i> Specifies the folder relative to the cwd This is used to determine the file names when saving in .dest() Default: cwd |
| [cwd?](./vinyl-fs-vpath.iconfig.cwd.md) | string | <i>(Optional)</i> Current working directory. Default: process.cwd() |
| [globs](./vinyl-fs-vpath.iconfig.globs.md) | string \| string\[\] | Input file matchers. |
| [logger?](./vinyl-fs-vpath.iconfig.logger.md) | Logger | <i>(Optional)</i> Optional logger. Use this to debug issues and trace behaviours. Adheres to interface defined in ts-log package. |
| [pathMappings](./vinyl-fs-vpath.iconfig.pathmappings.md) | [IPathMapper](./vinyl-fs-vpath.ipathmapper.md)<!-- -->\[\] | Virtual path mappings. Collision resolution uses the last mapping to select the file. Internally mapping occurs on absolute path strings, conversion and normalisation is performed automatically. Resolution is \*not\* recursive. |
| [logger?](./vinyl-fs-vpath.iconfig.logger.md) | Logger | <i>(Optional)</i> Optional logger. Use this to debug issues and trace behaviors. Adheres to interface defined in ts-log package. |
| [pathMappings](./vinyl-fs-vpath.iconfig.pathmappings.md) | [IPathMapper](./vinyl-fs-vpath.ipathmapper.md)<!-- -->\[\] | Virtual path mappings. Collision resolution uses the last mapping to select the file. Internally mapping occurs on absolute path strings, conversion and normalization is performed automatically. Resolution is \*not\* recursive. |

2 changes: 1 addition & 1 deletion docs/api/vinyl-fs-vpath.iconfig.pathmappings.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## IConfig.pathMappings property

Virtual path mappings. Collision resolution uses the last mapping to select the file. Internally mapping occurs on absolute path strings, conversion and normalisation is performed automatically. Resolution is \*not\* recursive.
Virtual path mappings. Collision resolution uses the last mapping to select the file. Internally mapping occurs on absolute path strings, conversion and normalization is performed automatically. Resolution is \*not\* recursive.

<b>Signature:</b>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package.json",
"name": "@userfrosting/vinyl-fs-vpath",
"version": "3.0.1",
"version": "3.0.2",
"description": "Vinyl source for file system with support for virtual paths.",
"funding": {
"url": "https://opencollective.com/userfrosting"
Expand Down

0 comments on commit 83fae54

Please sign in to comment.