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
@@ -275,7 +275,7 @@ const template = {
275
275
  { context: [['meal', 0], ['list', 0], ['meal', 0], ['comboMeal', 0]], ordered: true, choose: [0,1,2] },
276
276
  // { context: [['crispy_chicken_club', 0], ['chicken_club', 0], ['chicken_sandwich', 0]], choose: [0] },
277
277
  { context: [['breakfast_baconator', 0], ['breakfast_meal', 0]], choose: [0] },
278
- { context: [['list', 0], ['articlePOS',0], ['smoothie_ingredient', 0], ['smoothie', 0]], ordered: true, choose: [1,2] },
278
+ { context: [['list', 0], ['article',0], ['smoothie_ingredient', 0], ['smoothie', 0]], ordered: true, choose: [1,2] },
279
279
  ]
280
280
  },
281
281
  // { stop: true },
@@ -115,7 +115,7 @@
115
115
  "hierarchy": [
116
116
  [
117
117
  "a",
118
- "articlePOS",
118
+ "article",
119
119
  false
120
120
  ],
121
121
  [
@@ -129,8 +129,8 @@
129
129
  false
130
130
  ],
131
131
  [
132
- "articlePOS",
133
- "articlePOS",
132
+ "article",
133
+ "article",
134
134
  false
135
135
  ],
136
136
  [
@@ -270,7 +270,7 @@
270
270
  ],
271
271
  [
272
272
  "each",
273
- "articlePOS",
273
+ "article",
274
274
  false
275
275
  ],
276
276
  [
@@ -280,7 +280,7 @@
280
280
  ],
281
281
  [
282
282
  "every",
283
- "articlePOS",
283
+ "article",
284
284
  false
285
285
  ],
286
286
  [
@@ -790,7 +790,7 @@
790
790
  ],
791
791
  [
792
792
  "the",
793
- "articlePOS",
793
+ "article",
794
794
  false
795
795
  ],
796
796
  [
@@ -1019,6 +1019,7 @@
1019
1019
  },
1020
1020
  "dead": true,
1021
1021
  "level": 2,
1022
+ "context_index": 1,
1022
1023
  "topLevel": true,
1023
1024
  "touchedBy": [
1024
1025
  "formulas#call2"