@oada/list-lib
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -320,3 +320,3 @@ "use strict"; | ||
// TODO: What should we do now?? | ||
warn(`Ignoring non-link key added to list ${path}, rev ${rev}`); | ||
trace(`Ignoring non-link key added to list ${path}, rev ${rev}`); | ||
} | ||
@@ -346,3 +346,3 @@ } | ||
// TODO: What does this mean?? | ||
warn(`Ignoring non-link key added to list ${path}, rev ${rev}`); | ||
trace(`Ignoring non-link key added to list ${path}, rev ${rev}`); | ||
} | ||
@@ -349,0 +349,0 @@ } |
{ | ||
"name": "@oada/list-lib", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Library for processing items in an OADA list", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -465,3 +465,3 @@ import { join } from 'path'; | ||
// TODO: What should we do now?? | ||
warn(`Ignoring non-link key added to list ${path}, rev ${rev}`); | ||
trace(`Ignoring non-link key added to list ${path}, rev ${rev}`); | ||
} | ||
@@ -493,3 +493,3 @@ } catch (err: unknown) { | ||
// TODO: What does this mean?? | ||
warn(`Ignoring non-link key added to list ${path}, rev ${rev}`); | ||
trace(`Ignoring non-link key added to list ${path}, rev ${rev}`); | ||
} | ||
@@ -496,0 +496,0 @@ } catch (err: unknown) { |
Sorry, the diff of this file is not supported yet
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
120178