Skip to content

Commit b8b9055

Browse files
committed
release: bump version to v7.4.7
1 parent e2dd722 commit b8b9055

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/jsonSchemaLibrary.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/module/lib/validation/format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ const formatValidators = {
195195
if (value === "" || validUrl.isWebUri(value)) {
196196
return undefined;
197197
}
198-
return errors.formatUrlError({ value, pointer });
198+
return errors.formatURLError({ value, pointer });
199199
}
200200
};
201201
export default formatValidators;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-library",
3-
"version": "7.4.6",
3+
"version": "7.4.7",
44
"description": "Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation",
55
"module": "dist/module/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)