@jsonic/multisource
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -29,3 +29,3 @@ "use strict"; | ||
error: { | ||
multisource_not_found: 'source not found: $path', | ||
multisource_not_found: 'source not found: {path}', | ||
}, | ||
@@ -35,3 +35,3 @@ hint: { | ||
// In particular to show resolved absolute path. | ||
multisource_not_found: 'The source path $path was not found.\n\nSearch paths:\n${searchstr}', | ||
multisource_not_found: 'The source path {path} was not found.\n\nSearch paths:\n{searchstr}', | ||
}, | ||
@@ -38,0 +38,0 @@ }); |
{ | ||
"name": "@jsonic/multisource", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "", | ||
@@ -58,5 +58,5 @@ "main": "dist/multisource.js", | ||
"@jsonic/path": ">=1.0.0", | ||
"@jsonic/directive": ">=1.0.0", | ||
"@jsonic/directive": ">=1.0.1", | ||
"jsonic": ">=2.15.2" | ||
} | ||
} |
@@ -97,3 +97,3 @@ /* Copyright (c) 2021 Richard Rodger, MIT License */ | ||
error: { | ||
multisource_not_found: 'source not found: $path', | ||
multisource_not_found: 'source not found: {path}', | ||
}, | ||
@@ -104,3 +104,3 @@ hint: { | ||
multisource_not_found: | ||
'The source path $path was not found.\n\nSearch paths:\n${searchstr}', | ||
'The source path {path} was not found.\n\nSearch paths:\n{searchstr}', | ||
}, | ||
@@ -107,0 +107,0 @@ }) |
Sorry, the diff of this file is not supported yet
59801