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.
- package/common/animals.instance.json +23 -75
- package/common/articles.test.json +172 -4
- package/common/asking.test.json +731 -19
- package/common/avatar.test.json +3703 -1884
- package/common/characters.test.json +890 -112
- package/common/colors.instance.json +25 -333
- package/common/colors.test.json +632 -136
- package/common/comparable.test.json +3057 -601
- package/common/concept.test.json +1517 -453
- package/common/conjunction.test.json +112 -1
- package/common/countable.test.json +862 -66
- package/common/crew.instance.json +288 -0
- package/common/crew.test.json +5322 -918
- package/common/currency.test.json +564 -64
- package/common/dialogues.test.json +3617 -1221
- package/common/dimension.instance.json +36 -0
- package/common/dimension.test.json +18934 -12493
- package/common/edible.instance.json +36 -96
- package/common/edible.test.json +898 -168
- package/common/emotions.test.json +609 -107
- package/common/errors.test.json +49 -0
- package/common/evaluate.test.json +79 -1
- package/common/events.test.json +2020 -308
- package/common/fastfood.instance.json +284 -36
- package/common/fastfood.test.json +29023 -2294
- package/common/formulas.test.json +6602 -3800
- package/common/help.test.json +144 -0
- package/common/hierarchy.test.json +45023 -19454
- package/common/javascript.test.json +115 -11
- package/common/kirk.test.json +788 -255
- package/common/length.instance.json +0 -60
- package/common/length.test.json +4300 -2051
- package/common/listener.test.json +24 -1
- package/common/math.test.json +27147 -15408
- package/common/meta.test.json +2436 -253
- package/common/nameable.test.json +4185 -1467
- package/common/negation.test.json +92 -8
- package/common/numbers.test.json +144 -0
- package/common/ordering.instance.json +63 -47
- package/common/ordering.test.json +1060 -281
- package/common/ordinals.test.json +183 -6
- package/common/people.instance.json +0 -52
- package/common/people.test.json +13917 -7609
- package/common/percentages.test.json +158 -0
- package/common/pipboy.instance.json +36 -60
- package/common/pipboy.js +0 -1
- package/common/pipboy.test.json +14457 -5640
- package/common/pokemon.instance.json +0 -44
- package/common/pokemon.test.json +1321 -406
- package/common/pressure.test.json +1170 -348
- package/common/properties.test.json +33010 -11800
- package/common/punctuation.test.json +168 -0
- package/common/reports.instance.json +1 -1
- package/common/reports.test.json +7583 -204
- package/common/scorekeeper.test.json +25112 -12632
- package/common/sizeable.test.json +945 -215
- package/common/spock.test.json +788 -255
- package/common/stgame.test.json +890 -108
- package/common/stm.test.json +461 -9
- package/common/tell.test.json +119 -1
- package/common/temperature.test.json +1272 -480
- package/common/testing.test.json +51 -1
- package/common/time.test.json +4994 -1241
- package/common/tokenize.test.json +24 -0
- package/common/ui.test.json +4337 -157
- package/common/weight.instance.json +0 -68
- package/common/weight.test.json +6168 -3160
- package/common/wp.instance.json +0 -172
- package/common/wp.test.json +12342 -514
- package/common/yesno.test.json +108 -4
- package/package.json +2 -2
package/common/yesno.test.json
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
},
|
7
7
|
"contexts": [
|
8
8
|
{
|
9
|
+
"context_index": 1,
|
9
10
|
"dead": true,
|
10
11
|
"default": true,
|
11
12
|
"level": 1,
|
@@ -20,7 +21,6 @@
|
|
20
21
|
"word": "yes"
|
21
22
|
}
|
22
23
|
],
|
23
|
-
"developerTest": false,
|
24
24
|
"generatedParenthesized": [
|
25
25
|
""
|
26
26
|
],
|
@@ -44,17 +44,21 @@
|
|
44
44
|
"objects": {
|
45
45
|
"nameToUUID": {
|
46
46
|
"gdefaults": "gdefaults2",
|
47
|
+
"tokenize": "tokenize2",
|
47
48
|
"yesno": "yesno1"
|
48
49
|
},
|
49
50
|
"namespaced": {
|
50
51
|
"gdefaults2": {
|
51
52
|
},
|
53
|
+
"tokenize2": {
|
54
|
+
},
|
52
55
|
"yesno1": {
|
53
56
|
}
|
54
57
|
},
|
55
58
|
"processed": [
|
56
59
|
{
|
57
60
|
"context": {
|
61
|
+
"context_index": 1,
|
58
62
|
"dead": true,
|
59
63
|
"default": true,
|
60
64
|
"level": 1,
|
@@ -86,6 +90,28 @@
|
|
86
90
|
"query": "yes",
|
87
91
|
"responses": [
|
88
92
|
""
|
93
|
+
],
|
94
|
+
"summaries": [
|
95
|
+
[
|
96
|
+
{
|
97
|
+
"counter": 1,
|
98
|
+
"operators": [
|
99
|
+
[
|
100
|
+
"yes",
|
101
|
+
0
|
102
|
+
]
|
103
|
+
]
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"counter": 2,
|
107
|
+
"operators": [
|
108
|
+
[
|
109
|
+
"yes",
|
110
|
+
1
|
111
|
+
]
|
112
|
+
]
|
113
|
+
}
|
114
|
+
]
|
89
115
|
]
|
90
116
|
},
|
91
117
|
{
|
@@ -95,6 +121,7 @@
|
|
95
121
|
},
|
96
122
|
"contexts": [
|
97
123
|
{
|
124
|
+
"context_index": 1,
|
98
125
|
"dead": true,
|
99
126
|
"default": true,
|
100
127
|
"level": 1,
|
@@ -109,7 +136,6 @@
|
|
109
136
|
"word": "no"
|
110
137
|
}
|
111
138
|
],
|
112
|
-
"developerTest": false,
|
113
139
|
"generatedParenthesized": [
|
114
140
|
""
|
115
141
|
],
|
@@ -133,17 +159,21 @@
|
|
133
159
|
"objects": {
|
134
160
|
"nameToUUID": {
|
135
161
|
"gdefaults": "gdefaults2",
|
162
|
+
"tokenize": "tokenize2",
|
136
163
|
"yesno": "yesno1"
|
137
164
|
},
|
138
165
|
"namespaced": {
|
139
166
|
"gdefaults2": {
|
140
167
|
},
|
168
|
+
"tokenize2": {
|
169
|
+
},
|
141
170
|
"yesno1": {
|
142
171
|
}
|
143
172
|
},
|
144
173
|
"processed": [
|
145
174
|
{
|
146
175
|
"context": {
|
176
|
+
"context_index": 1,
|
147
177
|
"dead": true,
|
148
178
|
"default": true,
|
149
179
|
"level": 1,
|
@@ -175,6 +205,28 @@
|
|
175
205
|
"query": "no",
|
176
206
|
"responses": [
|
177
207
|
""
|
208
|
+
],
|
209
|
+
"summaries": [
|
210
|
+
[
|
211
|
+
{
|
212
|
+
"counter": 1,
|
213
|
+
"operators": [
|
214
|
+
[
|
215
|
+
"no",
|
216
|
+
0
|
217
|
+
]
|
218
|
+
]
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"counter": 2,
|
222
|
+
"operators": [
|
223
|
+
[
|
224
|
+
"no",
|
225
|
+
1
|
226
|
+
]
|
227
|
+
]
|
228
|
+
}
|
229
|
+
]
|
178
230
|
]
|
179
231
|
},
|
180
232
|
{
|
@@ -184,6 +236,7 @@
|
|
184
236
|
},
|
185
237
|
"contexts": [
|
186
238
|
{
|
239
|
+
"context_index": 1,
|
187
240
|
"dead": true,
|
188
241
|
"level": 1,
|
189
242
|
"marker": "yes",
|
@@ -197,7 +250,6 @@
|
|
197
250
|
"word": "yep"
|
198
251
|
}
|
199
252
|
],
|
200
|
-
"developerTest": false,
|
201
253
|
"generatedParenthesized": [
|
202
254
|
""
|
203
255
|
],
|
@@ -221,17 +273,21 @@
|
|
221
273
|
"objects": {
|
222
274
|
"nameToUUID": {
|
223
275
|
"gdefaults": "gdefaults2",
|
276
|
+
"tokenize": "tokenize2",
|
224
277
|
"yesno": "yesno1"
|
225
278
|
},
|
226
279
|
"namespaced": {
|
227
280
|
"gdefaults2": {
|
228
281
|
},
|
282
|
+
"tokenize2": {
|
283
|
+
},
|
229
284
|
"yesno1": {
|
230
285
|
}
|
231
286
|
},
|
232
287
|
"processed": [
|
233
288
|
{
|
234
289
|
"context": {
|
290
|
+
"context_index": 1,
|
235
291
|
"dead": true,
|
236
292
|
"level": 1,
|
237
293
|
"marker": "yes",
|
@@ -262,6 +318,28 @@
|
|
262
318
|
"query": "yep",
|
263
319
|
"responses": [
|
264
320
|
""
|
321
|
+
],
|
322
|
+
"summaries": [
|
323
|
+
[
|
324
|
+
{
|
325
|
+
"counter": 1,
|
326
|
+
"operators": [
|
327
|
+
[
|
328
|
+
"yes",
|
329
|
+
0
|
330
|
+
]
|
331
|
+
]
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"counter": 2,
|
335
|
+
"operators": [
|
336
|
+
[
|
337
|
+
"yes",
|
338
|
+
1
|
339
|
+
]
|
340
|
+
]
|
341
|
+
}
|
342
|
+
]
|
265
343
|
]
|
266
344
|
},
|
267
345
|
{
|
@@ -271,6 +349,7 @@
|
|
271
349
|
},
|
272
350
|
"contexts": [
|
273
351
|
{
|
352
|
+
"context_index": 1,
|
274
353
|
"dead": true,
|
275
354
|
"level": 1,
|
276
355
|
"marker": "no",
|
@@ -284,7 +363,6 @@
|
|
284
363
|
"word": "nope"
|
285
364
|
}
|
286
365
|
],
|
287
|
-
"developerTest": false,
|
288
366
|
"generatedParenthesized": [
|
289
367
|
""
|
290
368
|
],
|
@@ -308,17 +386,21 @@
|
|
308
386
|
"objects": {
|
309
387
|
"nameToUUID": {
|
310
388
|
"gdefaults": "gdefaults2",
|
389
|
+
"tokenize": "tokenize2",
|
311
390
|
"yesno": "yesno1"
|
312
391
|
},
|
313
392
|
"namespaced": {
|
314
393
|
"gdefaults2": {
|
315
394
|
},
|
395
|
+
"tokenize2": {
|
396
|
+
},
|
316
397
|
"yesno1": {
|
317
398
|
}
|
318
399
|
},
|
319
400
|
"processed": [
|
320
401
|
{
|
321
402
|
"context": {
|
403
|
+
"context_index": 1,
|
322
404
|
"dead": true,
|
323
405
|
"level": 1,
|
324
406
|
"marker": "no",
|
@@ -349,6 +431,28 @@
|
|
349
431
|
"query": "nope",
|
350
432
|
"responses": [
|
351
433
|
""
|
434
|
+
],
|
435
|
+
"summaries": [
|
436
|
+
[
|
437
|
+
{
|
438
|
+
"counter": 1,
|
439
|
+
"operators": [
|
440
|
+
[
|
441
|
+
"no",
|
442
|
+
0
|
443
|
+
]
|
444
|
+
]
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"counter": 2,
|
448
|
+
"operators": [
|
449
|
+
[
|
450
|
+
"no",
|
451
|
+
1
|
452
|
+
]
|
453
|
+
]
|
454
|
+
}
|
455
|
+
]
|
352
456
|
]
|
353
457
|
}
|
354
458
|
]
|
package/package.json
CHANGED
@@ -320,8 +320,8 @@
|
|
320
320
|
"scriptjs": "^2.5.9",
|
321
321
|
"table": "^6.7.1",
|
322
322
|
"uuid": "^9.0.0",
|
323
|
-
"theprogrammablemind_4wp": "8.9.1-beta.
|
323
|
+
"theprogrammablemind_4wp": "8.9.1-beta.26"
|
324
324
|
},
|
325
|
-
"version": "8.9.1-beta.
|
325
|
+
"version": "8.9.1-beta.26",
|
326
326
|
"license": "UNLICENSED"
|
327
327
|
}
|