@open-rpc/schema-utils-js
Advanced tools
Comparing version 1.2.1 to 1.3.0
export { parse } from "./parse"; | ||
export { makeIdForMethodParam } from "./make-id-for-method-param"; | ||
export { getValidationErrors } from "./get-validation-errors"; | ||
export { MethodCallValidator, ParameterValidationError } from "./method-call-validator"; |
@@ -9,1 +9,4 @@ "use strict"; | ||
exports.getValidationErrors = get_validation_errors_1.getValidationErrors; | ||
var method_call_validator_1 = require("./method-call-validator"); | ||
exports.MethodCallValidator = method_call_validator_1.MethodCallValidator; | ||
exports.ParameterValidationError = method_call_validator_1.ParameterValidationError; |
{ | ||
"name": "@open-rpc/schema-utils-js", | ||
"private": false, | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -42,2 +42,3 @@ "main": "build/src/index.js", | ||
"@types/json-schema": "^7.0.3", | ||
"@types/lodash": "^4.14.123", | ||
"@types/node-fetch": "^2.1.6", | ||
@@ -44,0 +45,0 @@ "jest": "^24.0.0", |
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
33121
27
647
10