@rljson/rljson 0.0.40 → 0.0.42
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/dist/rljson.js +2 -1
- package/dist/src/example.ts +1 -1
- package/package.json +3 -3
package/dist/rljson.js
CHANGED
|
@@ -210,7 +210,7 @@ __publicField(_Example, "ok", {
|
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
212
|
key: "null",
|
|
213
|
-
type: "
|
|
213
|
+
type: "string"
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
216
|
key: "jsonArray",
|
|
@@ -945,6 +945,7 @@ class _BaseValidator {
|
|
|
945
945
|
}
|
|
946
946
|
const typeShould = columnConfig.type;
|
|
947
947
|
if (!jsonValueMatchesType(value, typeShould)) {
|
|
948
|
+
jsonValueMatchesType(value, typeShould);
|
|
948
949
|
brokenValues.push({
|
|
949
950
|
table: tableKey,
|
|
950
951
|
row: row._hash,
|
package/dist/src/example.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rljson/rljson",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.42",
|
|
4
4
|
"packageManager": "pnpm@10.6.3",
|
|
5
5
|
"description": "The RLJSON data format specification",
|
|
6
6
|
"homepage": "https://github.com/rljson/rljson",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"vitest-dom": "^0.1.1"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@rljson/hash": "^0.0.
|
|
54
|
-
"@rljson/json": "^0.0.
|
|
53
|
+
"@rljson/hash": "^0.0.15",
|
|
54
|
+
"@rljson/json": "^0.0.21"
|
|
55
55
|
},
|
|
56
56
|
"pnpm": {
|
|
57
57
|
"onlyBuiltDependencies": [
|