tpmkms_4wp 8.0.0-beta.0 → 8.0.0-beta.2
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/common/animals.instance.json +103 -113
- package/common/characters.js +0 -1
- package/common/colors.instance.json +22140 -0
- package/common/colors.js +71 -0
- package/common/colors.test.json +4860 -0
- package/common/concept.js +2 -2
- package/common/crew.instance.json +4142 -3545
- package/common/crew.js +4 -2
- package/common/dialogues.js +34 -7
- package/common/dialogues.test.json +1053 -33
- package/common/dimension.instance.json +20 -30
- package/common/dimension.test.json +289 -312
- package/common/edible.instance.json +216 -156
- package/common/emotions.instance.json +64 -0
- package/common/fastfood.instance.json +1011 -386
- package/common/fastfood.js +1 -1
- package/common/fastfood.test.json +7941 -3647
- package/common/formulas.instance.json +4 -0
- package/common/formulas.test.json +1027 -955
- package/common/help.test.json +14 -10
- package/common/helpers/concept.js +29 -9
- package/common/helpers/dialogues.js +17 -1
- package/common/helpers/formulas.js +0 -14
- package/common/helpers/meta.js +0 -1
- package/common/helpers/properties.js +6 -13
- package/common/kirk.instance.json +4 -0
- package/common/length.instance.json +93 -63
- package/common/math.instance.json +26 -47
- package/common/meta.js +0 -2
- package/common/ordering.instance.json +76 -0
- package/common/people.instance.json +35 -60
- package/common/pipboy.instance.json +215 -229
- package/common/pokemon.instance.json +131 -82
- package/common/pressure.instance.json +38 -48
- package/common/properties.instance.json +4 -0
- package/common/properties.js +7 -7
- package/common/properties.test.json +17605 -4030
- package/common/punctuation.js +8 -0
- package/common/punctuation.test.json +233 -5
- package/common/reports.instance.json +12 -4
- package/common/reports.js +0 -2
- package/common/sizeable.js +7 -2
- package/common/spock.instance.json +4 -0
- package/common/stm.js +16 -5
- package/common/temperature.instance.json +45 -59
- package/common/testing.js +0 -1
- package/common/tokenize.js +2 -1
- package/common/tokenize.test.json +86 -1
- package/common/ui.instance.json +4 -0
- package/common/ui.js +0 -1
- package/common/weight.instance.json +62 -11
- package/common/weight.test.json +242 -238
- package/main.js +2 -0
- package/package.json +6 -2
@@ -297,6 +297,10 @@
|
|
297
297
|
"divideByOperator",
|
298
298
|
"mathematicalOperator"
|
299
299
|
],
|
300
|
+
[
|
301
|
+
"doubleQuote",
|
302
|
+
"queryable"
|
303
|
+
],
|
300
304
|
[
|
301
305
|
"expression",
|
302
306
|
"expression"
|
@@ -828,23 +832,6 @@
|
|
828
832
|
],
|
829
833
|
"counter": 4
|
830
834
|
},
|
831
|
-
{
|
832
|
-
"op": [
|
833
|
-
"list",
|
834
|
-
1
|
835
|
-
],
|
836
|
-
"ops": [
|
837
|
-
[
|
838
|
-
"list",
|
839
|
-
1
|
840
|
-
],
|
841
|
-
[
|
842
|
-
"is",
|
843
|
-
0
|
844
|
-
]
|
845
|
-
],
|
846
|
-
"counter": 5
|
847
|
-
},
|
848
835
|
{
|
849
836
|
"op": [
|
850
837
|
"is",
|
@@ -856,7 +843,7 @@
|
|
856
843
|
0
|
857
844
|
]
|
858
845
|
],
|
859
|
-
"counter":
|
846
|
+
"counter": 5
|
860
847
|
},
|
861
848
|
{
|
862
849
|
"op": [
|
@@ -869,7 +856,7 @@
|
|
869
856
|
1
|
870
857
|
]
|
871
858
|
],
|
872
|
-
"counter":
|
859
|
+
"counter": 6
|
873
860
|
}
|
874
861
|
]
|
875
862
|
},
|
@@ -887,7 +874,19 @@
|
|
887
874
|
"one": {
|
888
875
|
"number": "many",
|
889
876
|
"marker": "list",
|
877
|
+
"default": true,
|
878
|
+
"word": "and",
|
879
|
+
"text": "dimension and unit",
|
880
|
+
"range": {
|
881
|
+
"start": 0,
|
882
|
+
"end": 30
|
883
|
+
},
|
884
|
+
"types": [
|
885
|
+
"list",
|
886
|
+
"unknown"
|
887
|
+
],
|
890
888
|
"listable": true,
|
889
|
+
"isList": true,
|
891
890
|
"value": [
|
892
891
|
{
|
893
892
|
"value": "dimension",
|
@@ -900,7 +899,7 @@
|
|
900
899
|
"end": 8
|
901
900
|
},
|
902
901
|
"dead": true,
|
903
|
-
"level":
|
902
|
+
"level": 1
|
904
903
|
},
|
905
904
|
{
|
906
905
|
"value": "unit",
|
@@ -913,18 +912,9 @@
|
|
913
912
|
"end": 17
|
914
913
|
},
|
915
914
|
"dead": true,
|
916
|
-
"level":
|
915
|
+
"level": 1
|
917
916
|
}
|
918
917
|
],
|
919
|
-
"range": {
|
920
|
-
"start": 0,
|
921
|
-
"end": 30
|
922
|
-
},
|
923
|
-
"types": [
|
924
|
-
"list",
|
925
|
-
"unknown"
|
926
|
-
],
|
927
|
-
"text": "dimension and unit are concepts",
|
928
918
|
"level": 1
|
929
919
|
},
|
930
920
|
"two": {
|