@springworks/input-validator
Advanced tools
Comparing version 3005.162.3 to 3005.192.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validateSchema = exports.registrationNumber = exports.objectId = exports.joi = void 0; | ||
const error_factory_1 = require("@springworks/error-factory"); | ||
const joi = require("joi"); | ||
exports.joi = joi; | ||
const error_factory_1 = require("@springworks/error-factory"); | ||
const OBJECTID_REGEX = /^[0-9a-fA-F]{24}$/; | ||
@@ -8,0 +8,0 @@ function objectId() { |
{ | ||
"name": "@springworks/input-validator", | ||
"version": "3005.162.3", | ||
"version": "3005.192.0", | ||
"description": "Simple module to validate input parameters.", | ||
@@ -12,3 +12,3 @@ "main": "build/main.js", | ||
"dependencies": { | ||
"@springworks/error-factory": "3005.162.3", | ||
"@springworks/error-factory": "3005.192.0", | ||
"joi": "^17.6.0" | ||
@@ -25,3 +25,3 @@ }, | ||
"homepage": "https://github.com/Springworks/m2h-mono/tree/master/packages/input-validator#readme", | ||
"gitHead": "4e1e40743bced8c77cd2aaf6d691bc5e23ebba59" | ||
"gitHead": "990085cde7220b1ba2c2506d7aee3ccf6502ffff" | ||
} |
Sorry, the diff of this file is not supported yet
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
+ Added@springworks/error-factory@3005.192.0(transitive)
- Removed@springworks/error-factory@3005.162.3(transitive)