@accordproject/concerto-util
Advanced tools
Comparing version 1.2.2-20211202203854 to 1.2.2-20211202213257
@@ -41,3 +41,2 @@ /* | ||
* Create a FileDownloader and bind to a FileLoader. | ||
* @constructor | ||
* @param {*} fileLoader - the loader to use to download model files | ||
@@ -44,0 +43,0 @@ * @param {*} getExternalImports - a function taking a file and returning new files |
{ | ||
"name": "@accordproject/concerto-util", | ||
"version": "1.2.2-20211202203854", | ||
"version": "1.2.2-20211202213257", | ||
"description": "Utilities for Concerto Modeling Language", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/accordproject/concerto", |
@@ -9,3 +9,2 @@ export = FileDownloader; | ||
* Create a FileDownloader and bind to a FileLoader. | ||
* @constructor | ||
* @param {*} fileLoader - the loader to use to download model files | ||
@@ -12,0 +11,0 @@ * @param {*} getExternalImports - a function taking a file and returning new files |
@@ -20,3 +20,3 @@ export = CompositeFileLoader; | ||
* Get the array of FileLoader instances | ||
* @return {*[]} The FileLoader registered | ||
* @return {*} The FileLoader registered | ||
* @private | ||
@@ -23,0 +23,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46975
1128