tpmkms 9.0.3 → 9.1.0

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 (48) hide show
  1. package/common/animals.instance.json +0 -130
  2. package/common/articles.js +6 -0
  3. package/common/avatar.js +1 -3
  4. package/common/colors.instance.json +117 -201
  5. package/common/comparable.instance.json +2 -93
  6. package/common/comparable.js +0 -7
  7. package/common/concept.js +0 -8
  8. package/common/conjunction.js +0 -7
  9. package/common/crew.instance.json +83 -864
  10. package/common/crew.js +1 -13
  11. package/common/dialogues.js +18 -63
  12. package/common/dimension.instance.json +2 -136
  13. package/common/dimension.js +0 -8
  14. package/common/edible.instance.json +418 -675
  15. package/common/edible.js +0 -13
  16. package/common/emotions.instance.json +0 -10
  17. package/common/emotions.js +0 -8
  18. package/common/fastfood.instance.json +4098 -7859
  19. package/common/fastfood.js +0 -120
  20. package/common/formulas.instance.json +0 -10
  21. package/common/help.js +0 -5
  22. package/common/helpers/properties.js +1 -1
  23. package/common/hierarchy.js +0 -9
  24. package/common/kirk.instance.json +0 -10
  25. package/common/length.instance.json +0 -150
  26. package/common/math.instance.json +0 -10
  27. package/common/meta.js +7 -0
  28. package/common/ordering.instance.json +0 -20
  29. package/common/ordinals.js +0 -5
  30. package/common/people.instance.json +147 -196
  31. package/common/people.js +0 -4
  32. package/common/pipboy.instance.json +48 -661
  33. package/common/pipboy.js +2 -12
  34. package/common/pokemon.instance.json +140 -679
  35. package/common/pressure.instance.json +0 -40
  36. package/common/properties.instance.json +0 -10
  37. package/common/properties.js +0 -14
  38. package/common/reports.instance.json +1 -21
  39. package/common/reports.js +0 -7
  40. package/common/scorekeeper.js +0 -12
  41. package/common/spock.instance.json +0 -10
  42. package/common/temperature.instance.json +0 -40
  43. package/common/ui.instance.json +0 -10
  44. package/common/weight.instance.json +0 -367
  45. package/common/weight.js +0 -9
  46. package/common/wp.instance.json +2 -694
  47. package/common/wp.js +0 -18
  48. package/package.json +2 -2
package/common/wp.js CHANGED
@@ -244,25 +244,7 @@ template = {
244
244
  "((paragraph_wp/*) [paragraphComparisonVerb_wp] (word_wp/*))",
245
245
  ],
246
246
  associations: {
247
- negative: [
248
- ],
249
247
  positive: [
250
- // TODO remove these after crucible work done and fix the associator rules
251
- // [['style_wp', 0], ['statefulElement_wp', 0], ['statefulElementInContext_wp', 0], ['every', 0], ['statefulElement_wp', 0]],
252
- { context: [['style_wp', 0], ['word_wp', 0], ['statefulElementInContext_wp', 0], ['paragraph_wp', 0]], choose: 0 },
253
- { context: [['style_wp', 0], ['letter_wp', 0], ['statefulElementInContext_wp', 0], ['word_wp', 0]], choose: 0 },
254
- { context: [['paragraph_wp', 0], ['thatVerb', 0], ['paragraphComparisonVerb_wp', 0], ['word_wp', 0]], choose: 0 },
255
- { context: [['paragraph_wp', 0], ['thatVerb', 0], ['paragraphComparisonVerb_wp', 0], ['styleModifier_wp', 0], ['word_wp', 0]], choose: 0 },
256
- { context: [['word_wp', 0], ['thatVerb', 0], ['wordComparison_wp', 0]], choose: 0 },
257
-
258
- { context: [["article",0],["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["styleModifier_wp",0],["statefulElement_wp",0]], choose: 0 },
259
- { context: [["article",0],["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["word_wp",0],["thatVerb",0],["wordComparisonWithVerb_wp",0],["comparisonWith_wp",0],["unknown",0]], choose: 0 },
260
- { context: [["article",0],["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["styleModifier_wp",0],["statefulElement_wp",0]], choose: 0 },
261
-
262
- { context: [["article",0],["word_wp",0],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
263
- { context: [["article",0],["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
264
- { context: [["article",0],["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",1]], choose: 0 },
265
-
266
248
  { context: [["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
267
249
  ]
268
250
  },
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": "9.0.3"
323
+ "theprogrammablemind": "9.1.0"
324
324
  },
325
- "version": "9.0.3",
325
+ "version": "9.1.0",
326
326
  "license": "UNLICENSED"
327
327
  }