knight-validation 3.3.0 → 3.3.1

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.
@@ -14,7 +14,7 @@ const knight_log_1 = require("knight-log");
14
14
  const Constraint_1 = require("./Constraint");
15
15
  const DotNotation_1 = require("./DotNotation");
16
16
  const QuickConstraint_1 = require("./constraints/QuickConstraint");
17
- let log = new knight_log_1.Log('knight-log/Validator.ts');
17
+ let log = new knight_log_1.Log('knight-validation/Validator.ts');
18
18
  class Validator {
19
19
  constructor(options) {
20
20
  this.entries = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knight-validation",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "A validation lib",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",