@firestartr/cli 1.46.0-snapshot-2 → 1.46.0-snapshot-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +2 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -279666,6 +279666,8 @@ function validateClaim(data, schemaId = 'firestartr.dev://common/ClaimEnvelope')
|
|
|
279666
279666
|
}
|
|
279667
279667
|
const v = prepareValidation(schemaId);
|
|
279668
279668
|
if (!v(data)) {
|
|
279669
|
+
console.log('---- SCHEMA VALIDATION ----');
|
|
279670
|
+
console.log(`${data.kind}-${data.name}`);
|
|
279669
279671
|
console.log(v.errors);
|
|
279670
279672
|
throw v.errors;
|
|
279671
279673
|
}
|