tpmkms 8.3.0 → 8.4.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/common/comparable.instance.json +15 -0
- package/common/countable.test.json +664 -317
- package/common/dimension.instance.json +5 -0
- package/common/edible.instance.json +196 -0
- package/common/edible.test.json +860 -316
- package/common/errors.js +65 -0
- package/common/errors.test.json +206 -0
- package/common/fastfood.instance.json +1089 -957
- package/common/fastfood.test.json +20879 -15283
- package/common/formulas.instance.json +5 -0
- package/common/formulas.test.json +5242 -1930
- package/common/gdefaults.js +8 -2
- package/common/length.instance.json +224 -149
- package/common/math.instance.json +5 -0
- package/common/numbers.js +34 -27
- package/common/numbers.test.json +73 -18
- package/common/ordering.instance.json +52 -0
- package/common/ordinals.js +0 -1
- package/common/percentages.js +1 -0
- package/common/percentages.test.json +37 -37
- package/common/pipboy.instance.json +157 -0
- package/common/pressure.instance.json +32 -12
- package/common/reports.instance.json +11 -1
- package/common/scorekeeper.test.json +3563 -2096
- package/common/temperature.instance.json +79 -59
- package/common/ui.instance.json +5 -5
- package/common/weight.instance.json +118 -58
- package/main.js +2 -0
- package/package.json +5 -2
@@ -83,6 +83,11 @@
|
|
83
83
|
"ifAble",
|
84
84
|
false
|
85
85
|
],
|
86
|
+
[
|
87
|
+
"integer",
|
88
|
+
"number",
|
89
|
+
false
|
90
|
+
],
|
86
91
|
[
|
87
92
|
"is",
|
88
93
|
"canBeQuestion",
|
@@ -472,6 +477,11 @@
|
|
472
477
|
"ifAble",
|
473
478
|
false
|
474
479
|
],
|
480
|
+
[
|
481
|
+
"integer",
|
482
|
+
"number",
|
483
|
+
false
|
484
|
+
],
|
475
485
|
[
|
476
486
|
"is",
|
477
487
|
"canBeQuestion",
|
@@ -1049,6 +1059,11 @@
|
|
1049
1059
|
"ifAble",
|
1050
1060
|
false
|
1051
1061
|
],
|
1062
|
+
[
|
1063
|
+
"integer",
|
1064
|
+
"number",
|
1065
|
+
false
|
1066
|
+
],
|
1052
1067
|
[
|
1053
1068
|
"is",
|
1054
1069
|
"canBeQuestion",
|