tpmkms_4wp 8.9.1-beta.17 → 8.9.1-beta.19

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 (43) hide show
  1. package/common/animals.instance.json +91 -78
  2. package/common/articles.js +4 -4
  3. package/common/asking.test.json +41 -0
  4. package/common/colors.instance.json +98 -128
  5. package/common/comparable.instance.json +21 -18
  6. package/common/comparable.js +1 -1
  7. package/common/countable.js +1 -1
  8. package/common/crew.instance.json +182 -224
  9. package/common/dialogues.js +5 -5
  10. package/common/dimension.instance.json +7 -6
  11. package/common/edible.instance.json +224 -236
  12. package/common/emotions.instance.json +7 -66
  13. package/common/fastfood.instance.json +709 -1161
  14. package/common/fastfood.js +1 -1
  15. package/common/formulas.instance.json +7 -6
  16. package/common/formulas.test.json +461 -10
  17. package/common/gdefaults.js +1 -1
  18. package/common/helpers/concept.js +2 -2
  19. package/common/helpers/properties.js +1 -1
  20. package/common/kirk.instance.json +7 -6
  21. package/common/length.instance.json +105 -90
  22. package/common/math.instance.json +7 -6
  23. package/common/ordering.instance.json +14 -132
  24. package/common/ordinals.js +1 -0
  25. package/common/people.instance.json +56 -48
  26. package/common/pipboy.instance.json +129 -112
  27. package/common/pipboy.js +5 -5
  28. package/common/pokemon.instance.json +91 -78
  29. package/common/pos.js +6 -6
  30. package/common/pressure.instance.json +28 -24
  31. package/common/properties.instance.json +7 -50
  32. package/common/properties.js +3 -3
  33. package/common/reports.instance.json +15 -13
  34. package/common/reports.js +1 -1
  35. package/common/sizeable.js +1 -1
  36. package/common/spock.instance.json +7 -6
  37. package/common/temperature.instance.json +28 -220
  38. package/common/ui.instance.json +7 -6
  39. package/common/weight.instance.json +84 -140
  40. package/common/wp.instance.json +140 -169
  41. package/common/wp.js +16 -6
  42. package/common/wp.test.json +4906 -987
  43. package/package.json +2 -2
@@ -30,7 +30,7 @@
30
30
  "hierarchy": [
31
31
  [
32
32
  "a",
33
- "articlePOS",
33
+ "article",
34
34
  false
35
35
  ],
36
36
  [
@@ -39,8 +39,8 @@
39
39
  false
40
40
  ],
41
41
  [
42
- "articlePOS",
43
- "articlePOS",
42
+ "article",
43
+ "article",
44
44
  false
45
45
  ],
46
46
  [
@@ -75,7 +75,7 @@
75
75
  ],
76
76
  [
77
77
  "each",
78
- "articlePOS",
78
+ "article",
79
79
  false
80
80
  ],
81
81
  [
@@ -85,7 +85,7 @@
85
85
  ],
86
86
  [
87
87
  "every",
88
- "articlePOS",
88
+ "article",
89
89
  false
90
90
  ],
91
91
  [
@@ -220,7 +220,7 @@
220
220
  ],
221
221
  [
222
222
  "the",
223
- "articlePOS",
223
+ "article",
224
224
  false
225
225
  ],
226
226
  [
@@ -381,6 +381,7 @@
381
381
  "level": 1
382
382
  },
383
383
  "level": 1,
384
+ "context_index": 1,
384
385
  "topLevel": true,
385
386
  "touchedBy": [
386
387
  "comparable#call2"
@@ -444,7 +445,7 @@
444
445
  "hierarchy": [
445
446
  [
446
447
  "a",
447
- "articlePOS",
448
+ "article",
448
449
  false
449
450
  ],
450
451
  [
@@ -453,8 +454,8 @@
453
454
  false
454
455
  ],
455
456
  [
456
- "articlePOS",
457
- "articlePOS",
457
+ "article",
458
+ "article",
458
459
  false
459
460
  ],
460
461
  [
@@ -489,7 +490,7 @@
489
490
  ],
490
491
  [
491
492
  "each",
492
- "articlePOS",
493
+ "article",
493
494
  false
494
495
  ],
495
496
  [
@@ -499,7 +500,7 @@
499
500
  ],
500
501
  [
501
502
  "every",
502
- "articlePOS",
503
+ "article",
503
504
  false
504
505
  ],
505
506
  [
@@ -664,7 +665,7 @@
664
665
  ],
665
666
  [
666
667
  "the",
667
- "articlePOS",
668
+ "article",
668
669
  false
669
670
  ],
670
671
  [
@@ -919,6 +920,7 @@
919
920
  },
920
921
  "dead": true,
921
922
  "level": 2,
923
+ "context_index": 1,
922
924
  "topLevel": true,
923
925
  "touchedBy": [
924
926
  "comparable#call2"
@@ -1016,7 +1018,7 @@
1016
1018
  "hierarchy": [
1017
1019
  [
1018
1020
  "a",
1019
- "articlePOS",
1021
+ "article",
1020
1022
  false
1021
1023
  ],
1022
1024
  [
@@ -1025,8 +1027,8 @@
1025
1027
  false
1026
1028
  ],
1027
1029
  [
1028
- "articlePOS",
1029
- "articlePOS",
1030
+ "article",
1031
+ "article",
1030
1032
  false
1031
1033
  ],
1032
1034
  [
@@ -1091,7 +1093,7 @@
1091
1093
  ],
1092
1094
  [
1093
1095
  "each",
1094
- "articlePOS",
1096
+ "article",
1095
1097
  false
1096
1098
  ],
1097
1099
  [
@@ -1101,7 +1103,7 @@
1101
1103
  ],
1102
1104
  [
1103
1105
  "every",
1104
- "articlePOS",
1106
+ "article",
1105
1107
  false
1106
1108
  ],
1107
1109
  [
@@ -1276,7 +1278,7 @@
1276
1278
  ],
1277
1279
  [
1278
1280
  "the",
1279
- "articlePOS",
1281
+ "article",
1280
1282
  false
1281
1283
  ],
1282
1284
  [
@@ -1531,6 +1533,7 @@
1531
1533
  },
1532
1534
  "dead": true,
1533
1535
  "level": 2,
1536
+ "context_index": 1,
1534
1537
  "topLevel": true,
1535
1538
  "touchedBy": [
1536
1539
  "comparable#call2"
@@ -20,7 +20,7 @@ const config = {
20
20
  {
21
21
  id: "compare",
22
22
  convolution: true,
23
- before: ['verb', 'articlePOS'],
23
+ before: ['verb', 'article'],
24
24
  // bridge: "{ ...after, comparison: append(before[0], after[0].comparison), modifiers: append([before[0].marker], after[0].modifiers), [before[0].marker]: before[0] }"
25
25
  // bridge: "{ ...after, comparison: append([], before[0].marker, after[0].comparison) }"
26
26
  bridge: "{ ...next(before[0]), property: after, postModifiers: append([after[0].marker], before[0].modifiers), [after[0].marker.id]: after[0] }"
@@ -26,7 +26,7 @@ const config = {
26
26
  {
27
27
  id: "counting",
28
28
  convolution: true,
29
- before: ['verb'],
29
+ before: ['verb', 'article'],
30
30
  bridge: "{ ...after, modifiers: append(['quantity'], after[0].modifiers), quantity: before[0], number: default(before[0].number, before[0].value), instance: true }"
31
31
  },
32
32
  {