Skip to content

Commit

Permalink
Bump to v2.3.0 (#1031)
Browse files Browse the repository at this point in the history
* Bump follow-redirects based on npm audit

* 2.3.0

* Add spaces to error message
  • Loading branch information
jafeltra authored Feb 25, 2022
1 parent df61306 commit db6a745
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions npm-shrinkwrap.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,6 +1,6 @@
{
"name": "fsh-sushi",
"version": "2.2.6",
"version": "2.3.0",
"description": "Sushi Unshortens Short Hand Inputs (FSH Compiler)",
"scripts": {
"build": "del-cli dist && tsc && copyfiles -u 3 \"src/utils/init-project/*\" dist/utils/init-project",
Expand Down
8 changes: 4 additions & 4 deletions src/ig/IGExporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -954,10 +954,10 @@ export class IGExporter {
}
if (deeplyNestedFiles.length) {
logger.warn(
'The following files were not added to the ImplementationGuide JSON because they are not in one of the supported' +
'input folders or are nested too deep in one of those folders. While SUSHI automatically supports resources in' +
'sub-folders, the IG Publisher does not, unless the folder is explicitly added via the template or an IG parameter.' +
'To fix any issues you may encounter due to this, adjust your IG parameters or template accordingly or move these' +
'The following files were not added to the ImplementationGuide JSON because they are not in one of the supported ' +
'input folders or are nested too deep in one of those folders. While SUSHI automatically supports resources in ' +
'sub-folders, the IG Publisher does not, unless the folder is explicitly added via the template or an IG parameter. ' +
'To fix any issues you may encounter due to this, adjust your IG parameters or template accordingly or move these ' +
`files so they are directly under a supported input folder (e.g., input/resources, input/profiles, etc.):\n - ${deeplyNestedFiles.join(
'\n - '
)}`
Expand Down

0 comments on commit db6a745

Please sign in to comment.