@segment/ajv-human-errors 2.2.0-alpha.8 → 2.2.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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -202,7 +202,7 @@ Returns this error message when validating a non-string object:
|
|
|
202
202
|
|
|
203
203
|
MIT License
|
|
204
204
|
|
|
205
|
-
Copyright (c)
|
|
205
|
+
Copyright (c) 2023 Segment
|
|
206
206
|
|
|
207
207
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
208
208
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@segment/ajv-human-errors",
|
|
3
|
-
"version": "2.2.0
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Human-readable error messages for Ajv (Another JSON Schema Validator).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"ajv": "^8.0.0"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "f9f34d2776a0e8c7247a437709f20f25a4b9d83e"
|
|
35
35
|
}
|