@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.
Files changed (2) hide show
  1. package/build/index.js +2 -0
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.46.0-snapshot-2",
3
+ "version": "1.46.0-snapshot-3",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",