tpmkms_4wp 8.9.0-beta.19 → 8.9.0-beta.3
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 +0 -65
- package/common/articles.js +0 -4
- package/common/colors.instance.json +0 -71
- package/common/comparable.instance.json +0 -15
- package/common/conjunction.js +18 -27
- package/common/countable.js +2 -8
- package/common/countable.test.json +0 -586
- package/common/crew.instance.json +176 -130
- package/common/dialogues.js +11 -7
- package/common/dimension.instance.json +0 -10
- package/common/edible.instance.json +0 -376
- package/common/emotions.instance.json +0 -8
- package/common/fastfood.instance.json +924 -1437
- package/common/formulas.instance.json +0 -10
- package/common/helpers/dialogues.js +8 -14
- package/common/helpers/properties.js +2 -2
- package/common/helpers.js +0 -29
- package/common/hierarchy.js +5 -5
- package/common/hierarchy.test.json +0 -1491
- package/common/kirk.instance.json +0 -5
- package/common/length.instance.json +0 -150
- package/common/math.instance.json +0 -10
- package/common/meta.js +3 -5
- package/common/ordering.instance.json +0 -10
- package/common/people.instance.json +4 -169
- package/common/pipboy.instance.json +28 -198
- package/common/pokemon.instance.json +0 -65
- package/common/pressure.instance.json +0 -40
- package/common/properties.instance.json +0 -5
- package/common/reports.instance.json +1 -21
- package/common/spock.instance.json +0 -5
- package/common/temperature.instance.json +0 -40
- package/common/ui.instance.json +0 -10
- package/common/ui.js +1 -0
- package/common/weight.instance.json +0 -120
- package/common/wp.instance.json +954 -28870
- package/common/wp.js +10 -147
- package/common/wp.test.json +698 -28243
- package/package.json +2 -3
- package/common/helpers/conjunction.js +0 -75
@@ -140,11 +140,6 @@
|
|
140
140
|
"verb",
|
141
141
|
false
|
142
142
|
],
|
143
|
-
[
|
144
|
-
"negatable",
|
145
|
-
"queryable",
|
146
|
-
false
|
147
|
-
],
|
148
143
|
[
|
149
144
|
"noun",
|
150
145
|
"theAble",
|
@@ -738,7 +733,6 @@
|
|
738
733
|
"text": "sentientbeing1",
|
739
734
|
"marker": "sentientBeing",
|
740
735
|
"word": "sentientbeing1",
|
741
|
-
"raw_text": "sentientBeing1",
|
742
736
|
"range": {
|
743
737
|
"start": 0,
|
744
738
|
"end": 13
|
@@ -815,7 +809,6 @@
|
|
815
809
|
"text": "sentientbeing1",
|
816
810
|
"marker": "object",
|
817
811
|
"word": "sentientbeing1",
|
818
|
-
"raw_text": "sentientBeing1",
|
819
812
|
"range": {
|
820
813
|
"start": 51,
|
821
814
|
"end": 64
|
@@ -858,7 +851,6 @@
|
|
858
851
|
"text": "sentientbeing1",
|
859
852
|
"marker": "object",
|
860
853
|
"word": "sentientbeing1",
|
861
|
-
"raw_text": "sentientBeing1",
|
862
854
|
"range": {
|
863
855
|
"start": 51,
|
864
856
|
"end": 64
|