tpmkms 7.12.4-beta.1 → 7.12.4-beta.3
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 +44 -0
- package/common/crew.instance.json +384 -252
- package/common/dialogues.js +41 -0
- package/common/dialogues.test.json +780 -0
- package/common/edible.instance.json +1380 -0
- package/common/fastfood.instance.json +26857 -222
- package/common/fastfood.js +183 -10
- package/common/fastfood.test.json +44675 -2031
- package/common/help.test.json +26 -8
- package/common/helpers/concept.js +10 -1
- package/common/hierarchy.js +1 -1
- package/common/kirk.instance.json +16 -0
- package/common/length.instance.json +180 -0
- package/common/mathTemplate.instance.json +60 -0
- package/common/ordering.instance.json +52 -0
- package/common/people.instance.json +96 -0
- package/common/pokemon.instance.json +260 -0
- package/common/pressure.instance.json +32 -0
- package/common/reports.instance.json +17 -1
- package/common/scorekeeper.test.json +299 -124
- package/common/spock.instance.json +16 -0
- package/common/temperature.instance.json +92 -0
- package/common/ui.instance.json +8 -0
- package/common/weight.instance.json +252 -0
- package/package.json +2 -2
@@ -5926,6 +5926,28 @@
|
|
5926
5926
|
1
|
5927
5927
|
]
|
5928
5928
|
],
|
5929
|
+
[
|
5930
|
+
[
|
5931
|
+
"bird",
|
5932
|
+
0
|
5933
|
+
],
|
5934
|
+
[
|
5935
|
+
"is",
|
5936
|
+
0
|
5937
|
+
],
|
5938
|
+
[
|
5939
|
+
"list",
|
5940
|
+
0
|
5941
|
+
],
|
5942
|
+
[
|
5943
|
+
"unknown",
|
5944
|
+
0
|
5945
|
+
],
|
5946
|
+
[
|
5947
|
+
"unknown",
|
5948
|
+
1
|
5949
|
+
]
|
5950
|
+
],
|
5929
5951
|
[
|
5930
5952
|
[
|
5931
5953
|
"bird",
|
@@ -8752,6 +8774,28 @@
|
|
8752
8774
|
1
|
8753
8775
|
]
|
8754
8776
|
],
|
8777
|
+
[
|
8778
|
+
[
|
8779
|
+
"bird",
|
8780
|
+
0
|
8781
|
+
],
|
8782
|
+
[
|
8783
|
+
"is",
|
8784
|
+
0
|
8785
|
+
],
|
8786
|
+
[
|
8787
|
+
"list",
|
8788
|
+
0
|
8789
|
+
],
|
8790
|
+
[
|
8791
|
+
"unknown",
|
8792
|
+
0
|
8793
|
+
],
|
8794
|
+
[
|
8795
|
+
"unknown",
|
8796
|
+
1
|
8797
|
+
]
|
8798
|
+
],
|
8755
8799
|
[
|
8756
8800
|
[
|
8757
8801
|
"bird",
|