tpmkms_4wp 8.9.1-beta.25 → 8.9.1-beta.27

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 (56) hide show
  1. package/common/articles.test.json +172 -4
  2. package/common/asking.test.json +731 -19
  3. package/common/avatar.test.json +3703 -1884
  4. package/common/characters.test.json +890 -112
  5. package/common/colors.test.json +632 -136
  6. package/common/comparable.test.json +3057 -601
  7. package/common/concept.test.json +1517 -453
  8. package/common/conjunction.test.json +112 -1
  9. package/common/countable.test.json +862 -66
  10. package/common/crew.test.json +5322 -918
  11. package/common/currency.test.json +564 -64
  12. package/common/dialogues.test.json +3617 -1221
  13. package/common/dimension.test.json +18934 -12493
  14. package/common/edible.test.json +898 -168
  15. package/common/emotions.test.json +609 -107
  16. package/common/errors.test.json +49 -0
  17. package/common/evaluate.test.json +79 -1
  18. package/common/events.test.json +2020 -308
  19. package/common/fastfood.test.json +29023 -2294
  20. package/common/formulas.test.json +6602 -3800
  21. package/common/help.test.json +144 -0
  22. package/common/hierarchy.test.json +45023 -19454
  23. package/common/javascript.test.json +115 -11
  24. package/common/kirk.test.json +788 -255
  25. package/common/length.test.json +4300 -2051
  26. package/common/listener.test.json +24 -1
  27. package/common/math.test.json +27147 -15408
  28. package/common/meta.test.json +2436 -253
  29. package/common/nameable.test.json +4185 -1467
  30. package/common/negation.test.json +92 -8
  31. package/common/numbers.test.json +144 -0
  32. package/common/ordering.test.json +1060 -281
  33. package/common/ordinals.test.json +183 -6
  34. package/common/people.test.json +13917 -7609
  35. package/common/percentages.test.json +158 -0
  36. package/common/pipboy.test.json +14457 -5640
  37. package/common/pokemon.test.json +1321 -406
  38. package/common/pressure.test.json +1170 -348
  39. package/common/properties.test.json +33010 -11800
  40. package/common/punctuation.test.json +168 -0
  41. package/common/reports.test.json +7583 -204
  42. package/common/scorekeeper.test.json +25112 -12632
  43. package/common/sizeable.test.json +945 -215
  44. package/common/spock.test.json +788 -255
  45. package/common/stgame.test.json +890 -108
  46. package/common/stm.test.json +461 -9
  47. package/common/tell.test.json +119 -1
  48. package/common/temperature.test.json +1272 -480
  49. package/common/testing.test.json +51 -1
  50. package/common/time.test.json +4994 -1241
  51. package/common/tokenize.test.json +24 -0
  52. package/common/ui.test.json +4337 -157
  53. package/common/weight.test.json +6168 -3160
  54. package/common/wp.test.json +12342 -514
  55. package/common/yesno.test.json +108 -4
  56. 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
  ]