@lightdash/cli 0.2406.0 → 0.2408.0

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/dist/ajv.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"ajv.d.ts","sourceRoot":"","sources":["../src/ajv.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,KAAK,CAAC;AAGtB,eAAO,MAAM,GAAG,KAGd,CAAC"}
1
+ {"version":3,"file":"ajv.d.ts","sourceRoot":"","sources":["../src/ajv.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,KAAK,CAAC;AAGtB,eAAO,MAAM,GAAG,KAKd,CAAC"}
package/dist/ajv.js CHANGED
@@ -7,5 +7,7 @@ const ajv_formats_1 = tslib_1.__importDefault(require("ajv-formats"));
7
7
  exports.ajv = new ajv_1.default({
8
8
  coerceTypes: true,
9
9
  allErrors: true, // Report all errors, not just the first one
10
+ allowUnionTypes: true, // Allow union types like ["string", "boolean"]
11
+ discriminator: true, // Enable discriminator keyword for better oneOf error messages
10
12
  });
11
13
  (0, ajv_formats_1.default)(exports.ajv);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/cli",
3
- "version": "0.2406.0",
3
+ "version": "0.2408.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,8 +38,8 @@
38
38
  "unique-names-generator": "^4.7.1",
39
39
  "uuid": "^11.0.3",
40
40
  "yaml": "^2.7.0",
41
- "@lightdash/warehouses": "0.2406.0",
42
- "@lightdash/common": "0.2406.0"
41
+ "@lightdash/common": "0.2408.0",
42
+ "@lightdash/warehouses": "0.2408.0"
43
43
  },
44
44
  "description": "Lightdash CLI tool",
45
45
  "devDependencies": {