tpmkms_4wp 8.9.0 → 8.9.1-beta.1
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 +65 -36
- package/common/articles.js +4 -0
- package/common/colors.instance.json +77 -106
- package/common/comparable.instance.json +15 -0
- package/common/conjunction.js +27 -18
- package/common/countable.js +8 -2
- package/common/countable.test.json +586 -0
- package/common/crew.instance.json +142 -504
- package/common/dialogues.js +16 -11
- package/common/dimension.instance.json +10 -36
- package/common/edible.instance.json +324 -224
- package/common/emotions.instance.json +8 -60
- package/common/fastfood.instance.json +1464 -216
- package/common/formulas.instance.json +10 -0
- package/common/helpers/conjunction.js +75 -0
- package/common/helpers/dialogues.js +14 -8
- package/common/helpers/properties.js +2 -2
- package/common/helpers.js +29 -0
- package/common/hierarchy.js +5 -5
- package/common/hierarchy.test.json +1491 -0
- package/common/kirk.instance.json +5 -0
- package/common/length.instance.json +150 -0
- package/common/math.instance.json +10 -0
- package/common/meta.js +5 -3
- package/common/ordering.instance.json +78 -0
- package/common/people.instance.json +169 -4
- package/common/pipboy.instance.json +203 -177
- package/common/pipboy.js +0 -1
- package/common/pipboy.test.json +494 -251
- package/common/pokemon.instance.json +71 -6
- package/common/pos.js +12 -6
- package/common/pressure.instance.json +40 -0
- package/common/properties.instance.json +5 -44
- package/common/reports.instance.json +21 -1
- package/common/spock.instance.json +5 -0
- package/common/temperature.instance.json +40 -0
- package/common/ui.instance.json +135 -0
- package/common/ui.js +11 -5
- package/common/weight.instance.json +120 -0
- package/common/wp.instance.json +30067 -0
- package/common/wp.js +256 -0
- package/common/wp.test.json +41469 -0
- package/main.js +2 -0
- package/package.json +7 -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
         | 
| @@ -958,36 +966,6 @@ | |
| 958 966 | 
             
                        1
         | 
| 959 967 | 
             
                      ]
         | 
| 960 968 | 
             
                    ],
         | 
| 961 | 
            -
                    [
         | 
| 962 | 
            -
                      [
         | 
| 963 | 
            -
                        "feel",
         | 
| 964 | 
            -
                        0
         | 
| 965 | 
            -
                      ],
         | 
| 966 | 
            -
                      [
         | 
| 967 | 
            -
                        "is",
         | 
| 968 | 
            -
                        0
         | 
| 969 | 
            -
                      ],
         | 
| 970 | 
            -
                      [
         | 
| 971 | 
            -
                        "means",
         | 
| 972 | 
            -
                        0
         | 
| 973 | 
            -
                      ],
         | 
| 974 | 
            -
                      [
         | 
| 975 | 
            -
                        "propertyOf",
         | 
| 976 | 
            -
                        0
         | 
| 977 | 
            -
                      ],
         | 
| 978 | 
            -
                      [
         | 
| 979 | 
            -
                        "the",
         | 
| 980 | 
            -
                        0
         | 
| 981 | 
            -
                      ],
         | 
| 982 | 
            -
                      [
         | 
| 983 | 
            -
                        "unknown",
         | 
| 984 | 
            -
                        0
         | 
| 985 | 
            -
                      ],
         | 
| 986 | 
            -
                      [
         | 
| 987 | 
            -
                        "unknown",
         | 
| 988 | 
            -
                        1
         | 
| 989 | 
            -
                      ]
         | 
| 990 | 
            -
                    ],
         | 
| 991 969 | 
             
                    [
         | 
| 992 970 | 
             
                      [
         | 
| 993 971 | 
             
                        "feel",
         | 
| @@ -1185,36 +1163,6 @@ | |
| 1185 1163 | 
             
                    1
         | 
| 1186 1164 | 
             
                  ]
         | 
| 1187 1165 | 
             
                ],
         | 
| 1188 | 
            -
                [
         | 
| 1189 | 
            -
                  [
         | 
| 1190 | 
            -
                    "feel",
         | 
| 1191 | 
            -
                    0
         | 
| 1192 | 
            -
                  ],
         | 
| 1193 | 
            -
                  [
         | 
| 1194 | 
            -
                    "is",
         | 
| 1195 | 
            -
                    0
         | 
| 1196 | 
            -
                  ],
         | 
| 1197 | 
            -
                  [
         | 
| 1198 | 
            -
                    "means",
         | 
| 1199 | 
            -
                    0
         | 
| 1200 | 
            -
                  ],
         | 
| 1201 | 
            -
                  [
         | 
| 1202 | 
            -
                    "propertyOf",
         | 
| 1203 | 
            -
                    0
         | 
| 1204 | 
            -
                  ],
         | 
| 1205 | 
            -
                  [
         | 
| 1206 | 
            -
                    "the",
         | 
| 1207 | 
            -
                    0
         | 
| 1208 | 
            -
                  ],
         | 
| 1209 | 
            -
                  [
         | 
| 1210 | 
            -
                    "unknown",
         | 
| 1211 | 
            -
                    0
         | 
| 1212 | 
            -
                  ],
         | 
| 1213 | 
            -
                  [
         | 
| 1214 | 
            -
                    "unknown",
         | 
| 1215 | 
            -
                    1
         | 
| 1216 | 
            -
                  ]
         | 
| 1217 | 
            -
                ],
         | 
| 1218 1166 | 
             
                [
         | 
| 1219 1167 | 
             
                  [
         | 
| 1220 1168 | 
             
                    "feel",
         |