tpmkms_4wp 8.9.1-beta.24 → 8.9.1-beta.26

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.
Files changed (71) hide show
  1. package/common/animals.instance.json +23 -75
  2. package/common/articles.test.json +172 -4
  3. package/common/asking.test.json +731 -19
  4. package/common/avatar.test.json +3703 -1884
  5. package/common/characters.test.json +890 -112
  6. package/common/colors.instance.json +25 -333
  7. package/common/colors.test.json +632 -136
  8. package/common/comparable.test.json +3057 -601
  9. package/common/concept.test.json +1517 -453
  10. package/common/conjunction.test.json +112 -1
  11. package/common/countable.test.json +862 -66
  12. package/common/crew.instance.json +288 -0
  13. package/common/crew.test.json +5322 -918
  14. package/common/currency.test.json +564 -64
  15. package/common/dialogues.test.json +3617 -1221
  16. package/common/dimension.instance.json +36 -0
  17. package/common/dimension.test.json +18934 -12493
  18. package/common/edible.instance.json +36 -96
  19. package/common/edible.test.json +898 -168
  20. package/common/emotions.test.json +609 -107
  21. package/common/errors.test.json +49 -0
  22. package/common/evaluate.test.json +79 -1
  23. package/common/events.test.json +2020 -308
  24. package/common/fastfood.instance.json +284 -36
  25. package/common/fastfood.test.json +29023 -2294
  26. package/common/formulas.test.json +6602 -3800
  27. package/common/help.test.json +144 -0
  28. package/common/hierarchy.test.json +45023 -19454
  29. package/common/javascript.test.json +115 -11
  30. package/common/kirk.test.json +788 -255
  31. package/common/length.instance.json +0 -60
  32. package/common/length.test.json +4300 -2051
  33. package/common/listener.test.json +24 -1
  34. package/common/math.test.json +27147 -15408
  35. package/common/meta.test.json +2436 -253
  36. package/common/nameable.test.json +4185 -1467
  37. package/common/negation.test.json +92 -8
  38. package/common/numbers.test.json +144 -0
  39. package/common/ordering.instance.json +63 -47
  40. package/common/ordering.test.json +1060 -281
  41. package/common/ordinals.test.json +183 -6
  42. package/common/people.instance.json +0 -52
  43. package/common/people.test.json +13917 -7609
  44. package/common/percentages.test.json +158 -0
  45. package/common/pipboy.instance.json +36 -60
  46. package/common/pipboy.js +0 -1
  47. package/common/pipboy.test.json +14457 -5640
  48. package/common/pokemon.instance.json +0 -44
  49. package/common/pokemon.test.json +1321 -406
  50. package/common/pressure.test.json +1170 -348
  51. package/common/properties.test.json +33010 -11800
  52. package/common/punctuation.test.json +168 -0
  53. package/common/reports.instance.json +1 -1
  54. package/common/reports.test.json +7583 -204
  55. package/common/scorekeeper.test.json +25112 -12632
  56. package/common/sizeable.test.json +945 -215
  57. package/common/spock.test.json +788 -255
  58. package/common/stgame.test.json +890 -108
  59. package/common/stm.test.json +461 -9
  60. package/common/tell.test.json +119 -1
  61. package/common/temperature.test.json +1272 -480
  62. package/common/testing.test.json +51 -1
  63. package/common/time.test.json +4994 -1241
  64. package/common/tokenize.test.json +24 -0
  65. package/common/ui.test.json +4337 -157
  66. package/common/weight.instance.json +0 -68
  67. package/common/weight.test.json +6168 -3160
  68. package/common/wp.instance.json +0 -172
  69. package/common/wp.test.json +12342 -514
  70. package/common/yesno.test.json +108 -4
  71. package/package.json +2 -2
@@ -16,6 +16,7 @@
16
16
  },
17
17
  "contexts": [
18
18
  {
19
+ "context_index": 1,
19
20
  "dead": true,
20
21
  "default": true,
21
22
  "evalue": {
@@ -29,6 +30,7 @@
29
30
  "end": 27,
30
31
  "start": 16
31
32
  },
33
+ "raw_text": "testingValue",
32
34
  "text": "testingvalue",
33
35
  "touchedBy": [
34
36
  "testing#call3",
@@ -47,6 +49,7 @@
47
49
  "end": 27,
48
50
  "start": 0
49
51
  },
52
+ "raw_text": "testingEvaluate",
50
53
  "text": "testingevaluate testingvalue",
51
54
  "topLevel": true,
52
55
  "touchedBy": [
@@ -61,6 +64,7 @@
61
64
  "end": 27,
62
65
  "start": 16
63
66
  },
67
+ "raw_text": "testingValue",
64
68
  "text": "testingvalue",
65
69
  "types": [
66
70
  "testingValue"
@@ -111,17 +115,21 @@
111
115
  "objects": {
112
116
  "nameToUUID": {
113
117
  "gdefaults": "gdefaults2",
114
- "testing": "testing1"
118
+ "testing": "testing1",
119
+ "tokenize": "tokenize2"
115
120
  },
116
121
  "namespaced": {
117
122
  "gdefaults2": {
118
123
  },
119
124
  "testing1": {
125
+ },
126
+ "tokenize2": {
120
127
  }
121
128
  },
122
129
  "processed": [
123
130
  {
124
131
  "context": {
132
+ "context_index": 1,
125
133
  "dead": true,
126
134
  "default": true,
127
135
  "evalue": {
@@ -135,6 +143,7 @@
135
143
  "end": 27,
136
144
  "start": 16
137
145
  },
146
+ "raw_text": "testingValue",
138
147
  "text": "testingvalue",
139
148
  "touchedBy": [
140
149
  "testing#call3",
@@ -153,6 +162,7 @@
153
162
  "end": 27,
154
163
  "start": 0
155
164
  },
165
+ "raw_text": "testingEvaluate",
156
166
  "text": "testingevaluate testingvalue",
157
167
  "topLevel": true,
158
168
  "touchedBy": [
@@ -167,6 +177,7 @@
167
177
  "end": 27,
168
178
  "start": 16
169
179
  },
180
+ "raw_text": "testingValue",
170
181
  "text": "testingvalue",
171
182
  "types": [
172
183
  "testingValue"
@@ -194,6 +205,45 @@
194
205
  "query": "testingEvaluate testingValue",
195
206
  "responses": [
196
207
  "evaluated testingValue"
208
+ ],
209
+ "summaries": [
210
+ [
211
+ {
212
+ "counter": 1,
213
+ "operators": [
214
+ [
215
+ "testingEvaluate",
216
+ 0
217
+ ],
218
+ [
219
+ "testingValue",
220
+ 0
221
+ ]
222
+ ]
223
+ },
224
+ {
225
+ "counter": 2,
226
+ "operators": [
227
+ [
228
+ "testingEvaluate",
229
+ 0
230
+ ],
231
+ [
232
+ "testingValue",
233
+ 1
234
+ ]
235
+ ]
236
+ },
237
+ {
238
+ "counter": 3,
239
+ "operators": [
240
+ [
241
+ "testingEvaluate",
242
+ 1
243
+ ]
244
+ ]
245
+ }
246
+ ]
197
247
  ]
198
248
  }
199
249
  ]