tpmkms_4wp 7.12.2 → 7.12.3-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/avatar.js +6 -6
- package/common/comparable.js +1 -1
- package/common/concept.js +2 -0
- package/common/countable.js +1 -1
- package/common/crew.instance.json +36 -0
- package/common/crew.js +3 -2
- package/common/crew.test.json +45 -45
- package/common/currency.js +2 -0
- package/common/dialogues.js +11 -3
- package/common/dimension.js +5 -3
- package/common/dimension.test.json +204 -158
- package/common/edible.instance.json +56 -0
- package/common/edible.js +1 -2
- package/common/edible.test.json +34 -4
- package/common/emotions.js +2 -0
- package/common/fastfood.instance.json +732 -224
- package/common/fastfood.js +3 -4
- package/common/fastfood.test.json +686 -2164
- package/common/formulas.js +3 -1
- package/common/formulas.test.json +25 -85
- package/common/formulasTemplate.js +1 -1
- package/common/gdefaults.js +2 -1
- package/common/help.js +2 -0
- package/common/hierarchy.js +4 -2
- package/common/javascript.js +2 -0
- package/common/math.js +13 -5
- package/common/math.test.json +127 -543
- package/common/mathTemplate.js +1 -1
- package/common/ordering.instance.json +0 -68
- package/common/ordering.js +2 -0
- package/common/people.js +2 -0
- package/common/people.test.json +118 -56
- package/common/pipboy.js +3 -1
- package/common/pipboy.test.json +1813 -91
- package/common/pipboyTemplate.js +1 -1
- package/common/pokemon.js +2 -0
- package/common/pokemon.test.json +1658 -4
- package/common/properties.js +3 -3
- package/common/properties.test.json +198 -90
- package/common/reports.instance.json +1 -1
- package/common/reports.js +4 -1
- package/common/scorekeeper.js +3 -3
- package/common/scorekeeper.test.json +46 -46
- package/common/sizeable.js +1 -1
- package/common/stgame.js +2 -0
- package/common/tell.js +2 -0
- package/common/temperature.instance.json +0 -112
- package/common/time.js +2 -0
- package/common/ui.js +3 -1
- package/common/weight.test.json +22 -22
- package/package.json +2 -2
| @@ -31243,6 +31243,20 @@ | |
| 31243 31243 | 
             
                        1
         | 
| 31244 31244 | 
             
                      ]
         | 
| 31245 31245 | 
             
                    ],
         | 
| 31246 | 
            +
                    [
         | 
| 31247 | 
            +
                      [
         | 
| 31248 | 
            +
                        "a",
         | 
| 31249 | 
            +
                        0
         | 
| 31250 | 
            +
                      ],
         | 
| 31251 | 
            +
                      [
         | 
| 31252 | 
            +
                        "is",
         | 
| 31253 | 
            +
                        0
         | 
| 31254 | 
            +
                      ],
         | 
| 31255 | 
            +
                      [
         | 
| 31256 | 
            +
                        "unknown",
         | 
| 31257 | 
            +
                        1
         | 
| 31258 | 
            +
                      ]
         | 
| 31259 | 
            +
                    ],
         | 
| 31246 31260 | 
             
                    [
         | 
| 31247 31261 | 
             
                      [
         | 
| 31248 31262 | 
             
                        "is",
         | 
| @@ -33169,6 +33183,20 @@ | |
| 33169 33183 | 
             
                        1
         | 
| 33170 33184 | 
             
                      ]
         | 
| 33171 33185 | 
             
                    ],
         | 
| 33186 | 
            +
                    [
         | 
| 33187 | 
            +
                      [
         | 
| 33188 | 
            +
                        "a",
         | 
| 33189 | 
            +
                        0
         | 
| 33190 | 
            +
                      ],
         | 
| 33191 | 
            +
                      [
         | 
| 33192 | 
            +
                        "is",
         | 
| 33193 | 
            +
                        0
         | 
| 33194 | 
            +
                      ],
         | 
| 33195 | 
            +
                      [
         | 
| 33196 | 
            +
                        "unknown",
         | 
| 33197 | 
            +
                        1
         | 
| 33198 | 
            +
                      ]
         | 
| 33199 | 
            +
                    ],
         | 
| 33172 33200 | 
             
                    [
         | 
| 33173 33201 | 
             
                      [
         | 
| 33174 33202 | 
             
                        "is",
         | 
| @@ -46907,6 +46935,34 @@ | |
| 46907 46935 | 
             
                    1
         | 
| 46908 46936 | 
             
                  ]
         | 
| 46909 46937 | 
             
                ],
         | 
| 46938 | 
            +
                [
         | 
| 46939 | 
            +
                  [
         | 
| 46940 | 
            +
                    "a",
         | 
| 46941 | 
            +
                    0
         | 
| 46942 | 
            +
                  ],
         | 
| 46943 | 
            +
                  [
         | 
| 46944 | 
            +
                    "is",
         | 
| 46945 | 
            +
                    0
         | 
| 46946 | 
            +
                  ],
         | 
| 46947 | 
            +
                  [
         | 
| 46948 | 
            +
                    "unknown",
         | 
| 46949 | 
            +
                    1
         | 
| 46950 | 
            +
                  ]
         | 
| 46951 | 
            +
                ],
         | 
| 46952 | 
            +
                [
         | 
| 46953 | 
            +
                  [
         | 
| 46954 | 
            +
                    "a",
         | 
| 46955 | 
            +
                    0
         | 
| 46956 | 
            +
                  ],
         | 
| 46957 | 
            +
                  [
         | 
| 46958 | 
            +
                    "is",
         | 
| 46959 | 
            +
                    0
         | 
| 46960 | 
            +
                  ],
         | 
| 46961 | 
            +
                  [
         | 
| 46962 | 
            +
                    "unknown",
         | 
| 46963 | 
            +
                    1
         | 
| 46964 | 
            +
                  ]
         | 
| 46965 | 
            +
                ],
         | 
| 46910 46966 | 
             
                [
         | 
| 46911 46967 | 
             
                  [
         | 
| 46912 46968 | 
             
                    "apple",
         | 
    
        package/common/edible.js
    CHANGED
    
    
    
        package/common/edible.test.json
    CHANGED
    
    | @@ -542,7 +542,7 @@ | |
| 542 542 | 
             
                  }
         | 
| 543 543 | 
             
                ],
         | 
| 544 544 | 
             
                "generatedParenthesized": [
         | 
| 545 | 
            -
                  "(((types) are (((nuggets), ((chicken) (strips)), ((chicken) (nuggets)), (sushis), (fries), (meats), (fruits), (pies), (salads), (sandwiches), (vegetables), (breads), (grains) and (cheeses)))))"
         | 
| 545 | 
            +
                  "((((the (types)) of (food)) are (((nuggets), ((chicken) (strips)), ((chicken) (nuggets)), (sushis), (fries), (meats), (fruits), (pies), (salads), (sandwiches), (vegetables), (breads), (grains) and (cheeses)))))"
         | 
| 546 546 | 
             
                ],
         | 
| 547 547 | 
             
                "metadata": {
         | 
| 548 548 | 
             
                  "opChoices": [
         | 
| @@ -1803,11 +1803,11 @@ | |
| 1803 1803 | 
             
                        },
         | 
| 1804 1804 | 
             
                        "word": "are"
         | 
| 1805 1805 | 
             
                      },
         | 
| 1806 | 
            -
                      "generatedParenthesized": "(((types) are (((nuggets), ((chicken) (strips)), ((chicken) (nuggets)), (sushis), (fries), (meats), (fruits), (pies), (salads), (sandwiches), (vegetables), (breads), (grains) and (cheeses)))))",
         | 
| 1806 | 
            +
                      "generatedParenthesized": "((((the (types)) of (food)) are (((nuggets), ((chicken) (strips)), ((chicken) (nuggets)), (sushis), (fries), (meats), (fruits), (pies), (salads), (sandwiches), (vegetables), (breads), (grains) and (cheeses)))))",
         | 
| 1807 1807 | 
             
                      "paraphrases": "what are the types of food?",
         | 
| 1808 1808 | 
             
                      "paraphrasesParenthesized": "(((what) are ((the (types)) of (food)))?)",
         | 
| 1809 1809 | 
             
                      "responses": [
         | 
| 1810 | 
            -
                        "types are nuggets, chicken strips, chicken nuggets, sushis, fries, meats, fruits, pies, salads, sandwiches, vegetables, breads, grains and cheeses"
         | 
| 1810 | 
            +
                        "the types of food are nuggets, chicken strips, chicken nuggets, sushis, fries, meats, fruits, pies, salads, sandwiches, vegetables, breads, grains and cheeses"
         | 
| 1811 1811 | 
             
                      ]
         | 
| 1812 1812 | 
             
                    },
         | 
| 1813 1813 | 
             
                    {
         | 
| @@ -2037,6 +2037,7 @@ | |
| 2037 2037 | 
             
                              },
         | 
| 2038 2038 | 
             
                              "level": 1,
         | 
| 2039 2039 | 
             
                              "marker": "unknown",
         | 
| 2040 | 
            +
                              "no_convolutions": true,
         | 
| 2040 2041 | 
             
                              "range": {
         | 
| 2041 2042 | 
             
                                "end": 4,
         | 
| 2042 2043 | 
             
                                "start": 0
         | 
| @@ -2064,6 +2065,7 @@ | |
| 2064 2065 | 
             
                              },
         | 
| 2065 2066 | 
             
                              "level": 1,
         | 
| 2066 2067 | 
             
                              "marker": "unknown",
         | 
| 2068 | 
            +
                              "no_convolutions": true,
         | 
| 2067 2069 | 
             
                              "range": {
         | 
| 2068 2070 | 
             
                                "end": 9,
         | 
| 2069 2071 | 
             
                                "start": 6
         | 
| @@ -2091,6 +2093,7 @@ | |
| 2091 2093 | 
             
                              },
         | 
| 2092 2094 | 
             
                              "level": 1,
         | 
| 2093 2095 | 
             
                              "marker": "unknown",
         | 
| 2096 | 
            +
                              "no_convolutions": true,
         | 
| 2094 2097 | 
             
                              "range": {
         | 
| 2095 2098 | 
             
                                "end": 15,
         | 
| 2096 2099 | 
             
                                "start": 11
         | 
| @@ -2118,6 +2121,7 @@ | |
| 2118 2121 | 
             
                              },
         | 
| 2119 2122 | 
             
                              "level": 1,
         | 
| 2120 2123 | 
             
                              "marker": "unknown",
         | 
| 2124 | 
            +
                              "no_convolutions": true,
         | 
| 2121 2125 | 
             
                              "range": {
         | 
| 2122 2126 | 
             
                                "end": 23,
         | 
| 2123 2127 | 
             
                                "start": 17
         | 
| @@ -2145,6 +2149,7 @@ | |
| 2145 2149 | 
             
                              },
         | 
| 2146 2150 | 
             
                              "level": 1,
         | 
| 2147 2151 | 
             
                              "marker": "unknown",
         | 
| 2152 | 
            +
                              "no_convolutions": true,
         | 
| 2148 2153 | 
             
                              "range": {
         | 
| 2149 2154 | 
             
                                "end": 28,
         | 
| 2150 2155 | 
             
                                "start": 25
         | 
| @@ -2307,7 +2312,7 @@ | |
| 2307 2312 | 
             
                ],
         | 
| 2308 2313 | 
             
                "query": "what are the types of food",
         | 
| 2309 2314 | 
             
                "responses": [
         | 
| 2310 | 
            -
                  "types are nuggets, chicken strips, chicken nuggets, sushis, fries, meats, fruits, pies, salads, sandwiches, vegetables, breads, grains and cheeses"
         | 
| 2315 | 
            +
                  "the types of food are nuggets, chicken strips, chicken nuggets, sushis, fries, meats, fruits, pies, salads, sandwiches, vegetables, breads, grains and cheeses"
         | 
| 2311 2316 | 
             
                ]
         | 
| 2312 2317 | 
             
              },
         | 
| 2313 2318 | 
             
              {
         | 
| @@ -3451,6 +3456,7 @@ | |
| 3451 3456 | 
             
                              },
         | 
| 3452 3457 | 
             
                              "level": 1,
         | 
| 3453 3458 | 
             
                              "marker": "unknown",
         | 
| 3459 | 
            +
                              "no_convolutions": true,
         | 
| 3454 3460 | 
             
                              "range": {
         | 
| 3455 3461 | 
             
                                "end": 4,
         | 
| 3456 3462 | 
             
                                "start": 0
         | 
| @@ -3478,6 +3484,7 @@ | |
| 3478 3484 | 
             
                              },
         | 
| 3479 3485 | 
             
                              "level": 1,
         | 
| 3480 3486 | 
             
                              "marker": "unknown",
         | 
| 3487 | 
            +
                              "no_convolutions": true,
         | 
| 3481 3488 | 
             
                              "range": {
         | 
| 3482 3489 | 
             
                                "end": 9,
         | 
| 3483 3490 | 
             
                                "start": 6
         | 
| @@ -3505,6 +3512,7 @@ | |
| 3505 3512 | 
             
                              },
         | 
| 3506 3513 | 
             
                              "level": 1,
         | 
| 3507 3514 | 
             
                              "marker": "unknown",
         | 
| 3515 | 
            +
                              "no_convolutions": true,
         | 
| 3508 3516 | 
             
                              "range": {
         | 
| 3509 3517 | 
             
                                "end": 15,
         | 
| 3510 3518 | 
             
                                "start": 11
         | 
| @@ -3532,6 +3540,7 @@ | |
| 3532 3540 | 
             
                              },
         | 
| 3533 3541 | 
             
                              "level": 1,
         | 
| 3534 3542 | 
             
                              "marker": "unknown",
         | 
| 3543 | 
            +
                              "no_convolutions": true,
         | 
| 3535 3544 | 
             
                              "range": {
         | 
| 3536 3545 | 
             
                                "end": 23,
         | 
| 3537 3546 | 
             
                                "start": 17
         | 
| @@ -3559,6 +3568,7 @@ | |
| 3559 3568 | 
             
                              },
         | 
| 3560 3569 | 
             
                              "level": 1,
         | 
| 3561 3570 | 
             
                              "marker": "unknown",
         | 
| 3571 | 
            +
                              "no_convolutions": true,
         | 
| 3562 3572 | 
             
                              "range": {
         | 
| 3563 3573 | 
             
                                "end": 28,
         | 
| 3564 3574 | 
             
                                "start": 25
         | 
| @@ -4941,6 +4951,7 @@ | |
| 4941 4951 | 
             
                              },
         | 
| 4942 4952 | 
             
                              "level": 1,
         | 
| 4943 4953 | 
             
                              "marker": "unknown",
         | 
| 4954 | 
            +
                              "no_convolutions": true,
         | 
| 4944 4955 | 
             
                              "range": {
         | 
| 4945 4956 | 
             
                                "end": 4,
         | 
| 4946 4957 | 
             
                                "start": 0
         | 
| @@ -4968,6 +4979,7 @@ | |
| 4968 4979 | 
             
                              },
         | 
| 4969 4980 | 
             
                              "level": 1,
         | 
| 4970 4981 | 
             
                              "marker": "unknown",
         | 
| 4982 | 
            +
                              "no_convolutions": true,
         | 
| 4971 4983 | 
             
                              "range": {
         | 
| 4972 4984 | 
             
                                "end": 9,
         | 
| 4973 4985 | 
             
                                "start": 6
         | 
| @@ -4995,6 +5007,7 @@ | |
| 4995 5007 | 
             
                              },
         | 
| 4996 5008 | 
             
                              "level": 1,
         | 
| 4997 5009 | 
             
                              "marker": "unknown",
         | 
| 5010 | 
            +
                              "no_convolutions": true,
         | 
| 4998 5011 | 
             
                              "range": {
         | 
| 4999 5012 | 
             
                                "end": 15,
         | 
| 5000 5013 | 
             
                                "start": 11
         | 
| @@ -5022,6 +5035,7 @@ | |
| 5022 5035 | 
             
                              },
         | 
| 5023 5036 | 
             
                              "level": 1,
         | 
| 5024 5037 | 
             
                              "marker": "unknown",
         | 
| 5038 | 
            +
                              "no_convolutions": true,
         | 
| 5025 5039 | 
             
                              "range": {
         | 
| 5026 5040 | 
             
                                "end": 23,
         | 
| 5027 5041 | 
             
                                "start": 17
         | 
| @@ -5049,6 +5063,7 @@ | |
| 5049 5063 | 
             
                              },
         | 
| 5050 5064 | 
             
                              "level": 1,
         | 
| 5051 5065 | 
             
                              "marker": "unknown",
         | 
| 5066 | 
            +
                              "no_convolutions": true,
         | 
| 5052 5067 | 
             
                              "range": {
         | 
| 5053 5068 | 
             
                                "end": 28,
         | 
| 5054 5069 | 
             
                                "start": 25
         | 
| @@ -6236,6 +6251,7 @@ | |
| 6236 6251 | 
             
                              },
         | 
| 6237 6252 | 
             
                              "level": 1,
         | 
| 6238 6253 | 
             
                              "marker": "unknown",
         | 
| 6254 | 
            +
                              "no_convolutions": true,
         | 
| 6239 6255 | 
             
                              "range": {
         | 
| 6240 6256 | 
             
                                "end": 4,
         | 
| 6241 6257 | 
             
                                "start": 0
         | 
| @@ -6263,6 +6279,7 @@ | |
| 6263 6279 | 
             
                              },
         | 
| 6264 6280 | 
             
                              "level": 1,
         | 
| 6265 6281 | 
             
                              "marker": "unknown",
         | 
| 6282 | 
            +
                              "no_convolutions": true,
         | 
| 6266 6283 | 
             
                              "range": {
         | 
| 6267 6284 | 
             
                                "end": 9,
         | 
| 6268 6285 | 
             
                                "start": 6
         | 
| @@ -6290,6 +6307,7 @@ | |
| 6290 6307 | 
             
                              },
         | 
| 6291 6308 | 
             
                              "level": 1,
         | 
| 6292 6309 | 
             
                              "marker": "unknown",
         | 
| 6310 | 
            +
                              "no_convolutions": true,
         | 
| 6293 6311 | 
             
                              "range": {
         | 
| 6294 6312 | 
             
                                "end": 15,
         | 
| 6295 6313 | 
             
                                "start": 11
         | 
| @@ -6317,6 +6335,7 @@ | |
| 6317 6335 | 
             
                              },
         | 
| 6318 6336 | 
             
                              "level": 1,
         | 
| 6319 6337 | 
             
                              "marker": "unknown",
         | 
| 6338 | 
            +
                              "no_convolutions": true,
         | 
| 6320 6339 | 
             
                              "range": {
         | 
| 6321 6340 | 
             
                                "end": 23,
         | 
| 6322 6341 | 
             
                                "start": 17
         | 
| @@ -6344,6 +6363,7 @@ | |
| 6344 6363 | 
             
                              },
         | 
| 6345 6364 | 
             
                              "level": 1,
         | 
| 6346 6365 | 
             
                              "marker": "unknown",
         | 
| 6366 | 
            +
                              "no_convolutions": true,
         | 
| 6347 6367 | 
             
                              "range": {
         | 
| 6348 6368 | 
             
                                "end": 28,
         | 
| 6349 6369 | 
             
                                "start": 25
         | 
| @@ -7526,6 +7546,7 @@ | |
| 7526 7546 | 
             
                              },
         | 
| 7527 7547 | 
             
                              "level": 1,
         | 
| 7528 7548 | 
             
                              "marker": "unknown",
         | 
| 7549 | 
            +
                              "no_convolutions": true,
         | 
| 7529 7550 | 
             
                              "range": {
         | 
| 7530 7551 | 
             
                                "end": 4,
         | 
| 7531 7552 | 
             
                                "start": 0
         | 
| @@ -7553,6 +7574,7 @@ | |
| 7553 7574 | 
             
                              },
         | 
| 7554 7575 | 
             
                              "level": 1,
         | 
| 7555 7576 | 
             
                              "marker": "unknown",
         | 
| 7577 | 
            +
                              "no_convolutions": true,
         | 
| 7556 7578 | 
             
                              "range": {
         | 
| 7557 7579 | 
             
                                "end": 9,
         | 
| 7558 7580 | 
             
                                "start": 6
         | 
| @@ -7580,6 +7602,7 @@ | |
| 7580 7602 | 
             
                              },
         | 
| 7581 7603 | 
             
                              "level": 1,
         | 
| 7582 7604 | 
             
                              "marker": "unknown",
         | 
| 7605 | 
            +
                              "no_convolutions": true,
         | 
| 7583 7606 | 
             
                              "range": {
         | 
| 7584 7607 | 
             
                                "end": 15,
         | 
| 7585 7608 | 
             
                                "start": 11
         | 
| @@ -7607,6 +7630,7 @@ | |
| 7607 7630 | 
             
                              },
         | 
| 7608 7631 | 
             
                              "level": 1,
         | 
| 7609 7632 | 
             
                              "marker": "unknown",
         | 
| 7633 | 
            +
                              "no_convolutions": true,
         | 
| 7610 7634 | 
             
                              "range": {
         | 
| 7611 7635 | 
             
                                "end": 23,
         | 
| 7612 7636 | 
             
                                "start": 17
         | 
| @@ -7634,6 +7658,7 @@ | |
| 7634 7658 | 
             
                              },
         | 
| 7635 7659 | 
             
                              "level": 1,
         | 
| 7636 7660 | 
             
                              "marker": "unknown",
         | 
| 7661 | 
            +
                              "no_convolutions": true,
         | 
| 7637 7662 | 
             
                              "range": {
         | 
| 7638 7663 | 
             
                                "end": 28,
         | 
| 7639 7664 | 
             
                                "start": 25
         | 
| @@ -8816,6 +8841,7 @@ | |
| 8816 8841 | 
             
                              },
         | 
| 8817 8842 | 
             
                              "level": 1,
         | 
| 8818 8843 | 
             
                              "marker": "unknown",
         | 
| 8844 | 
            +
                              "no_convolutions": true,
         | 
| 8819 8845 | 
             
                              "range": {
         | 
| 8820 8846 | 
             
                                "end": 4,
         | 
| 8821 8847 | 
             
                                "start": 0
         | 
| @@ -8843,6 +8869,7 @@ | |
| 8843 8869 | 
             
                              },
         | 
| 8844 8870 | 
             
                              "level": 1,
         | 
| 8845 8871 | 
             
                              "marker": "unknown",
         | 
| 8872 | 
            +
                              "no_convolutions": true,
         | 
| 8846 8873 | 
             
                              "range": {
         | 
| 8847 8874 | 
             
                                "end": 9,
         | 
| 8848 8875 | 
             
                                "start": 6
         | 
| @@ -8870,6 +8897,7 @@ | |
| 8870 8897 | 
             
                              },
         | 
| 8871 8898 | 
             
                              "level": 1,
         | 
| 8872 8899 | 
             
                              "marker": "unknown",
         | 
| 8900 | 
            +
                              "no_convolutions": true,
         | 
| 8873 8901 | 
             
                              "range": {
         | 
| 8874 8902 | 
             
                                "end": 15,
         | 
| 8875 8903 | 
             
                                "start": 11
         | 
| @@ -8897,6 +8925,7 @@ | |
| 8897 8925 | 
             
                              },
         | 
| 8898 8926 | 
             
                              "level": 1,
         | 
| 8899 8927 | 
             
                              "marker": "unknown",
         | 
| 8928 | 
            +
                              "no_convolutions": true,
         | 
| 8900 8929 | 
             
                              "range": {
         | 
| 8901 8930 | 
             
                                "end": 23,
         | 
| 8902 8931 | 
             
                                "start": 17
         | 
| @@ -8924,6 +8953,7 @@ | |
| 8924 8953 | 
             
                              },
         | 
| 8925 8954 | 
             
                              "level": 1,
         | 
| 8926 8955 | 
             
                              "marker": "unknown",
         | 
| 8956 | 
            +
                              "no_convolutions": true,
         | 
| 8927 8957 | 
             
                              "range": {
         | 
| 8928 8958 | 
             
                                "end": 28,
         | 
| 8929 8959 | 
             
                                "start": 25
         | 
    
        package/common/emotions.js
    CHANGED
    
    | @@ -45,6 +45,7 @@ const createConfig = () => { | |
| 45 45 | 
             
                  ['sentientBeing', 'unknown'],
         | 
| 46 46 | 
             
                ]
         | 
| 47 47 | 
             
              }, module)
         | 
| 48 | 
            +
              config.stop_auto_rebuild()
         | 
| 48 49 | 
             
              config.add(hierarchy())
         | 
| 49 50 | 
             
              config.initializer( ({config, apis}) => {
         | 
| 50 51 | 
             
                const api = apis('properties')
         | 
| @@ -56,6 +57,7 @@ const createConfig = () => { | |
| 56 57 | 
             
                              doAble: true,
         | 
| 57 58 | 
             
                              config })
         | 
| 58 59 | 
             
              })
         | 
| 60 | 
            +
              config.restart_auto_rebuild()
         | 
| 59 61 | 
             
              //config.load(template, emotions_instance)
         | 
| 60 62 | 
             
              return config
         | 
| 61 63 | 
             
            }
         |