tpmkms_4wp 8.9.0-beta.2 → 8.9.0-beta.20

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 (40) hide show
  1. package/common/animals.instance.json +65 -0
  2. package/common/articles.js +4 -0
  3. package/common/colors.instance.json +99 -0
  4. package/common/comparable.instance.json +15 -0
  5. package/common/conjunction.js +27 -18
  6. package/common/countable.js +8 -2
  7. package/common/countable.test.json +586 -0
  8. package/common/crew.instance.json +130 -176
  9. package/common/dialogues.js +7 -11
  10. package/common/dimension.instance.json +10 -0
  11. package/common/edible.instance.json +376 -0
  12. package/common/emotions.instance.json +8 -0
  13. package/common/fastfood.instance.json +1421 -836
  14. package/common/formulas.instance.json +10 -0
  15. package/common/helpers/conjunction.js +75 -0
  16. package/common/helpers/dialogues.js +14 -8
  17. package/common/helpers/properties.js +2 -2
  18. package/common/helpers.js +29 -0
  19. package/common/hierarchy.js +5 -5
  20. package/common/hierarchy.test.json +1491 -0
  21. package/common/kirk.instance.json +5 -0
  22. package/common/length.instance.json +150 -0
  23. package/common/math.instance.json +10 -0
  24. package/common/meta.js +5 -3
  25. package/common/ordering.instance.json +62 -0
  26. package/common/people.instance.json +169 -4
  27. package/common/pipboy.instance.json +254 -28
  28. package/common/pokemon.instance.json +65 -0
  29. package/common/pressure.instance.json +40 -0
  30. package/common/properties.instance.json +5 -0
  31. package/common/reports.instance.json +21 -1
  32. package/common/spock.instance.json +5 -0
  33. package/common/temperature.instance.json +40 -0
  34. package/common/ui.instance.json +10 -0
  35. package/common/ui.js +0 -1
  36. package/common/weight.instance.json +120 -0
  37. package/common/wp.instance.json +28952 -958
  38. package/common/wp.js +178 -10
  39. package/common/wp.test.json +28248 -703
  40. package/package.json +3 -2
@@ -140,6 +140,11 @@
140
140
  "verb",
141
141
  false
142
142
  ],
143
+ [
144
+ "negatable",
145
+ "queryable",
146
+ false
147
+ ],
143
148
  [
144
149
  "noun",
145
150
  "theAble",
@@ -733,6 +738,7 @@
733
738
  "text": "sentientbeing1",
734
739
  "marker": "sentientBeing",
735
740
  "word": "sentientbeing1",
741
+ "raw_text": "sentientBeing1",
736
742
  "range": {
737
743
  "start": 0,
738
744
  "end": 13
@@ -809,6 +815,7 @@
809
815
  "text": "sentientbeing1",
810
816
  "marker": "object",
811
817
  "word": "sentientbeing1",
818
+ "raw_text": "sentientBeing1",
812
819
  "range": {
813
820
  "start": 51,
814
821
  "end": 64
@@ -851,6 +858,7 @@
851
858
  "text": "sentientbeing1",
852
859
  "marker": "object",
853
860
  "word": "sentientbeing1",
861
+ "raw_text": "sentientBeing1",
854
862
  "range": {
855
863
  "start": 51,
856
864
  "end": 64