5etools-utils 0.9.17 → 0.9.18
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/lib/UtilClean.js +2 -2
- package/package.json +1 -1
- package/schema/brew/util.json +17 -1
- package/schema/brew-fast/util.json +17 -1
- package/schema/site/util.json +17 -1
- package/schema/site-fast/util.json +17 -1
- package/schema/ua/util.json +17 -1
- package/schema/ua-fast/util.json +17 -1
package/lib/UtilClean.js
CHANGED
|
@@ -25,8 +25,8 @@ const _CLEAN_JSON_REPLACEMENTS = {
|
|
|
25
25
|
"Nj": "Nj",
|
|
26
26
|
"nj": "nj",
|
|
27
27
|
"ſt": "ft",
|
|
28
|
-
"“":
|
|
29
|
-
"”":
|
|
28
|
+
"“": `\\"`,
|
|
29
|
+
"”": `\\"`,
|
|
30
30
|
"\u201a": ",",
|
|
31
31
|
};
|
|
32
32
|
const _CLEAN_JSON_REPLACEMENT_REGEX = new RegExp(Object.keys(_CLEAN_JSON_REPLACEMENTS).join("|"), "g");
|
package/package.json
CHANGED
package/schema/brew/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.36",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3592,6 +3592,10 @@
|
|
|
3592
3592
|
},
|
|
3593
3593
|
"_mod": {
|
|
3594
3594
|
"$ref": "#/$defs/_modObject"
|
|
3595
|
+
},
|
|
3596
|
+
"_preserve": {
|
|
3597
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3598
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3595
3599
|
}
|
|
3596
3600
|
},
|
|
3597
3601
|
"required": [
|
|
@@ -3613,6 +3617,10 @@
|
|
|
3613
3617
|
},
|
|
3614
3618
|
"_mod": {
|
|
3615
3619
|
"$ref": "#/$defs/_modObject"
|
|
3620
|
+
},
|
|
3621
|
+
"_preserve": {
|
|
3622
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3623
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3616
3624
|
}
|
|
3617
3625
|
},
|
|
3618
3626
|
"required": [
|
|
@@ -3671,6 +3679,14 @@
|
|
|
3671
3679
|
}
|
|
3672
3680
|
}
|
|
3673
3681
|
},
|
|
3682
|
+
"_preserveObject": {
|
|
3683
|
+
"type": "object",
|
|
3684
|
+
"patternProperties": {
|
|
3685
|
+
".*": {
|
|
3686
|
+
"const": true
|
|
3687
|
+
}
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3674
3690
|
"srd": {
|
|
3675
3691
|
"type": [
|
|
3676
3692
|
"boolean",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.36",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3592,6 +3592,10 @@
|
|
|
3592
3592
|
},
|
|
3593
3593
|
"_mod": {
|
|
3594
3594
|
"$ref": "#/$defs/_modObject"
|
|
3595
|
+
},
|
|
3596
|
+
"_preserve": {
|
|
3597
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3598
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3595
3599
|
}
|
|
3596
3600
|
},
|
|
3597
3601
|
"required": [
|
|
@@ -3613,6 +3617,10 @@
|
|
|
3613
3617
|
},
|
|
3614
3618
|
"_mod": {
|
|
3615
3619
|
"$ref": "#/$defs/_modObject"
|
|
3620
|
+
},
|
|
3621
|
+
"_preserve": {
|
|
3622
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3623
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3616
3624
|
}
|
|
3617
3625
|
},
|
|
3618
3626
|
"required": [
|
|
@@ -3671,6 +3679,14 @@
|
|
|
3671
3679
|
}
|
|
3672
3680
|
}
|
|
3673
3681
|
},
|
|
3682
|
+
"_preserveObject": {
|
|
3683
|
+
"type": "object",
|
|
3684
|
+
"patternProperties": {
|
|
3685
|
+
".*": {
|
|
3686
|
+
"const": true
|
|
3687
|
+
}
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3674
3690
|
"srd": {
|
|
3675
3691
|
"type": [
|
|
3676
3692
|
"boolean",
|
package/schema/site/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.36",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3571,6 +3571,10 @@
|
|
|
3571
3571
|
},
|
|
3572
3572
|
"_mod": {
|
|
3573
3573
|
"$ref": "#/$defs/_modObject"
|
|
3574
|
+
},
|
|
3575
|
+
"_preserve": {
|
|
3576
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3577
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3574
3578
|
}
|
|
3575
3579
|
},
|
|
3576
3580
|
"required": [
|
|
@@ -3592,6 +3596,10 @@
|
|
|
3592
3596
|
},
|
|
3593
3597
|
"_mod": {
|
|
3594
3598
|
"$ref": "#/$defs/_modObject"
|
|
3599
|
+
},
|
|
3600
|
+
"_preserve": {
|
|
3601
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3602
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3595
3603
|
}
|
|
3596
3604
|
},
|
|
3597
3605
|
"required": [
|
|
@@ -3650,6 +3658,14 @@
|
|
|
3650
3658
|
}
|
|
3651
3659
|
}
|
|
3652
3660
|
},
|
|
3661
|
+
"_preserveObject": {
|
|
3662
|
+
"type": "object",
|
|
3663
|
+
"patternProperties": {
|
|
3664
|
+
".*": {
|
|
3665
|
+
"const": true
|
|
3666
|
+
}
|
|
3667
|
+
}
|
|
3668
|
+
},
|
|
3653
3669
|
"srd": {
|
|
3654
3670
|
"type": [
|
|
3655
3671
|
"boolean",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.36",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3571,6 +3571,10 @@
|
|
|
3571
3571
|
},
|
|
3572
3572
|
"_mod": {
|
|
3573
3573
|
"$ref": "#/$defs/_modObject"
|
|
3574
|
+
},
|
|
3575
|
+
"_preserve": {
|
|
3576
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3577
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3574
3578
|
}
|
|
3575
3579
|
},
|
|
3576
3580
|
"required": [
|
|
@@ -3592,6 +3596,10 @@
|
|
|
3592
3596
|
},
|
|
3593
3597
|
"_mod": {
|
|
3594
3598
|
"$ref": "#/$defs/_modObject"
|
|
3599
|
+
},
|
|
3600
|
+
"_preserve": {
|
|
3601
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3602
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3595
3603
|
}
|
|
3596
3604
|
},
|
|
3597
3605
|
"required": [
|
|
@@ -3650,6 +3658,14 @@
|
|
|
3650
3658
|
}
|
|
3651
3659
|
}
|
|
3652
3660
|
},
|
|
3661
|
+
"_preserveObject": {
|
|
3662
|
+
"type": "object",
|
|
3663
|
+
"patternProperties": {
|
|
3664
|
+
".*": {
|
|
3665
|
+
"const": true
|
|
3666
|
+
}
|
|
3667
|
+
}
|
|
3668
|
+
},
|
|
3653
3669
|
"srd": {
|
|
3654
3670
|
"type": [
|
|
3655
3671
|
"boolean",
|
package/schema/ua/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.36",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3571,6 +3571,10 @@
|
|
|
3571
3571
|
},
|
|
3572
3572
|
"_mod": {
|
|
3573
3573
|
"$ref": "#/$defs/_modObject"
|
|
3574
|
+
},
|
|
3575
|
+
"_preserve": {
|
|
3576
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3577
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3574
3578
|
}
|
|
3575
3579
|
},
|
|
3576
3580
|
"required": [
|
|
@@ -3592,6 +3596,10 @@
|
|
|
3592
3596
|
},
|
|
3593
3597
|
"_mod": {
|
|
3594
3598
|
"$ref": "#/$defs/_modObject"
|
|
3599
|
+
},
|
|
3600
|
+
"_preserve": {
|
|
3601
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3602
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3595
3603
|
}
|
|
3596
3604
|
},
|
|
3597
3605
|
"required": [
|
|
@@ -3650,6 +3658,14 @@
|
|
|
3650
3658
|
}
|
|
3651
3659
|
}
|
|
3652
3660
|
},
|
|
3661
|
+
"_preserveObject": {
|
|
3662
|
+
"type": "object",
|
|
3663
|
+
"patternProperties": {
|
|
3664
|
+
".*": {
|
|
3665
|
+
"const": true
|
|
3666
|
+
}
|
|
3667
|
+
}
|
|
3668
|
+
},
|
|
3653
3669
|
"srd": {
|
|
3654
3670
|
"type": [
|
|
3655
3671
|
"boolean",
|
package/schema/ua-fast/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.36",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3571,6 +3571,10 @@
|
|
|
3571
3571
|
},
|
|
3572
3572
|
"_mod": {
|
|
3573
3573
|
"$ref": "#/$defs/_modObject"
|
|
3574
|
+
},
|
|
3575
|
+
"_preserve": {
|
|
3576
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3577
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3574
3578
|
}
|
|
3575
3579
|
},
|
|
3576
3580
|
"required": [
|
|
@@ -3592,6 +3596,10 @@
|
|
|
3592
3596
|
},
|
|
3593
3597
|
"_mod": {
|
|
3594
3598
|
"$ref": "#/$defs/_modObject"
|
|
3599
|
+
},
|
|
3600
|
+
"_preserve": {
|
|
3601
|
+
"description": "Note that, by default, all properties are preserved for a version. To avoid preserving properties, pass an empty object `{}`.",
|
|
3602
|
+
"$ref": "#/$defs/_preserveObject"
|
|
3595
3603
|
}
|
|
3596
3604
|
},
|
|
3597
3605
|
"required": [
|
|
@@ -3650,6 +3658,14 @@
|
|
|
3650
3658
|
}
|
|
3651
3659
|
}
|
|
3652
3660
|
},
|
|
3661
|
+
"_preserveObject": {
|
|
3662
|
+
"type": "object",
|
|
3663
|
+
"patternProperties": {
|
|
3664
|
+
".*": {
|
|
3665
|
+
"const": true
|
|
3666
|
+
}
|
|
3667
|
+
}
|
|
3668
|
+
},
|
|
3653
3669
|
"srd": {
|
|
3654
3670
|
"type": [
|
|
3655
3671
|
"boolean",
|