tpmkms_4wp 9.4.5-beta.4 → 9.4.5-beta.6
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/colors.instance.json +28 -0
 - package/common/crew.instance.json +36 -112
 - package/common/dates.instance.json +84 -0
 - package/common/edible.instance.json +56 -0
 - package/common/fastfood.instance.json +522 -158
 - package/common/fastfood.js +1 -0
 - package/common/gdefaults.js +28 -3
 - package/common/latin.instance.json +300 -6
 - package/common/latin.js +102 -2
 - package/common/latin.test.json +3200 -0
 - package/common/latin_helpers.js +358 -0
 - package/common/people.instance.json +60 -64
 - package/common/pipboy.instance.json +70 -8
 - package/common/pipboy.js +1 -0
 - package/common/pipboy.test.json +1690 -0
 - package/common/pokemon.instance.json +1 -1
 - package/common/pos.js +39 -34
 - package/common/properties.js +0 -16
 - package/common/reports.instance.json +2 -2
 - package/common/tokenize.js +1 -0
 - package/common/weight.instance.json +0 -52
 - package/common/wp.instance.json +84 -2
 - package/common/wp.js +2 -0
 - package/package.json +3 -2
 
    
        package/common/tokenize.js
    CHANGED
    
    | 
         @@ -50,6 +50,7 @@ const initializer = ({objects, config, isModule}) => { 
     | 
|
| 
       50 
50 
     | 
    
         
             
                  addSuffix: (suffix) => {
         
     | 
| 
       51 
51 
     | 
    
         
             
                    addPattern({
         
     | 
| 
       52 
52 
     | 
    
         
             
                      pattern: [{ type: 'alphanumeric' }, { repeat: true }, { end: true }, { suffix: true }, suffix],
         
     | 
| 
      
 53 
     | 
    
         
            +
                      scale: 0.8,
         
     | 
| 
       53 
54 
     | 
    
         
             
                      allow_partial_matches: false,
         
     | 
| 
       54 
55 
     | 
    
         
             
                      defs: [{id: "unknown", uuid: '1', initial: "{ value: text, unknown: true }" }]
         
     | 
| 
       55 
56 
     | 
    
         
             
                    })
         
     | 
| 
         @@ -4892,32 +4892,6 @@ 
     | 
|
| 
       4892 
4892 
     | 
    
         
             
                        0
         
     | 
| 
       4893 
4893 
     | 
    
         
             
                      ]
         
     | 
| 
       4894 
4894 
     | 
    
         
             
                    ],
         
     | 
| 
       4895 
     | 
    
         
            -
                    [
         
     | 
| 
       4896 
     | 
    
         
            -
                      [
         
     | 
| 
       4897 
     | 
    
         
            -
                        "is",
         
     | 
| 
       4898 
     | 
    
         
            -
                        0
         
     | 
| 
       4899 
     | 
    
         
            -
                      ],
         
     | 
| 
       4900 
     | 
    
         
            -
                      [
         
     | 
| 
       4901 
     | 
    
         
            -
                        "list",
         
     | 
| 
       4902 
     | 
    
         
            -
                        1
         
     | 
| 
       4903 
     | 
    
         
            -
                      ],
         
     | 
| 
       4904 
     | 
    
         
            -
                      [
         
     | 
| 
       4905 
     | 
    
         
            -
                        "propertyOf",
         
     | 
| 
       4906 
     | 
    
         
            -
                        0
         
     | 
| 
       4907 
     | 
    
         
            -
                      ],
         
     | 
| 
       4908 
     | 
    
         
            -
                      [
         
     | 
| 
       4909 
     | 
    
         
            -
                        "unit",
         
     | 
| 
       4910 
     | 
    
         
            -
                        0
         
     | 
| 
       4911 
     | 
    
         
            -
                      ],
         
     | 
| 
       4912 
     | 
    
         
            -
                      [
         
     | 
| 
       4913 
     | 
    
         
            -
                        "unknown",
         
     | 
| 
       4914 
     | 
    
         
            -
                        0
         
     | 
| 
       4915 
     | 
    
         
            -
                      ],
         
     | 
| 
       4916 
     | 
    
         
            -
                      [
         
     | 
| 
       4917 
     | 
    
         
            -
                        "weight",
         
     | 
| 
       4918 
     | 
    
         
            -
                        0
         
     | 
| 
       4919 
     | 
    
         
            -
                      ]
         
     | 
| 
       4920 
     | 
    
         
            -
                    ],
         
     | 
| 
       4921 
4895 
     | 
    
         
             
                    [
         
     | 
| 
       4922 
4896 
     | 
    
         
             
                      [
         
     | 
| 
       4923 
4897 
     | 
    
         
             
                        "is",
         
     | 
| 
         @@ -24607,32 +24581,6 @@ 
     | 
|
| 
       24607 
24581 
     | 
    
         
             
                    0
         
     | 
| 
       24608 
24582 
     | 
    
         
             
                  ]
         
     | 
| 
       24609 
24583 
     | 
    
         
             
                ],
         
     | 
| 
       24610 
     | 
    
         
            -
                [
         
     | 
| 
       24611 
     | 
    
         
            -
                  [
         
     | 
| 
       24612 
     | 
    
         
            -
                    "is",
         
     | 
| 
       24613 
     | 
    
         
            -
                    0
         
     | 
| 
       24614 
     | 
    
         
            -
                  ],
         
     | 
| 
       24615 
     | 
    
         
            -
                  [
         
     | 
| 
       24616 
     | 
    
         
            -
                    "list",
         
     | 
| 
       24617 
     | 
    
         
            -
                    1
         
     | 
| 
       24618 
     | 
    
         
            -
                  ],
         
     | 
| 
       24619 
     | 
    
         
            -
                  [
         
     | 
| 
       24620 
     | 
    
         
            -
                    "propertyOf",
         
     | 
| 
       24621 
     | 
    
         
            -
                    0
         
     | 
| 
       24622 
     | 
    
         
            -
                  ],
         
     | 
| 
       24623 
     | 
    
         
            -
                  [
         
     | 
| 
       24624 
     | 
    
         
            -
                    "unit",
         
     | 
| 
       24625 
     | 
    
         
            -
                    0
         
     | 
| 
       24626 
     | 
    
         
            -
                  ],
         
     | 
| 
       24627 
     | 
    
         
            -
                  [
         
     | 
| 
       24628 
     | 
    
         
            -
                    "unknown",
         
     | 
| 
       24629 
     | 
    
         
            -
                    0
         
     | 
| 
       24630 
     | 
    
         
            -
                  ],
         
     | 
| 
       24631 
     | 
    
         
            -
                  [
         
     | 
| 
       24632 
     | 
    
         
            -
                    "weight",
         
     | 
| 
       24633 
     | 
    
         
            -
                    0
         
     | 
| 
       24634 
     | 
    
         
            -
                  ]
         
     | 
| 
       24635 
     | 
    
         
            -
                ],
         
     | 
| 
       24636 
24584 
     | 
    
         
             
                [
         
     | 
| 
       24637 
24585 
     | 
    
         
             
                  [
         
     | 
| 
       24638 
24586 
     | 
    
         
             
                    "is",
         
     | 
    
        package/common/wp.instance.json
    CHANGED
    
    | 
         @@ -425,6 +425,19 @@ 
     | 
|
| 
       425 
425 
     | 
    
         
             
                          ]
         
     | 
| 
       426 
426 
     | 
    
         
             
                        ],
         
     | 
| 
       427 
427 
     | 
    
         
             
                        "choose": 2
         
     | 
| 
      
 428 
     | 
    
         
            +
                      },
         
     | 
| 
      
 429 
     | 
    
         
            +
                      {
         
     | 
| 
      
 430 
     | 
    
         
            +
                        "context": [
         
     | 
| 
      
 431 
     | 
    
         
            +
                          [
         
     | 
| 
      
 432 
     | 
    
         
            +
                            "styleModifier_wp",
         
     | 
| 
      
 433 
     | 
    
         
            +
                            0
         
     | 
| 
      
 434 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 435 
     | 
    
         
            +
                          [
         
     | 
| 
      
 436 
     | 
    
         
            +
                            "statefulElement_wp",
         
     | 
| 
      
 437 
     | 
    
         
            +
                            0
         
     | 
| 
      
 438 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 439 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 440 
     | 
    
         
            +
                        "choose": 1
         
     | 
| 
       428 
441 
     | 
    
         
             
                      }
         
     | 
| 
       429 
442 
     | 
    
         
             
                    ]
         
     | 
| 
       430 
443 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -24780,6 +24793,20 @@ 
     | 
|
| 
       24780 
24793 
     | 
    
         
             
                        0
         
     | 
| 
       24781 
24794 
     | 
    
         
             
                      ]
         
     | 
| 
       24782 
24795 
     | 
    
         
             
                    ],
         
     | 
| 
      
 24796 
     | 
    
         
            +
                    [
         
     | 
| 
      
 24797 
     | 
    
         
            +
                      [
         
     | 
| 
      
 24798 
     | 
    
         
            +
                        "is",
         
     | 
| 
      
 24799 
     | 
    
         
            +
                        0
         
     | 
| 
      
 24800 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 24801 
     | 
    
         
            +
                      [
         
     | 
| 
      
 24802 
     | 
    
         
            +
                        "list",
         
     | 
| 
      
 24803 
     | 
    
         
            +
                        1
         
     | 
| 
      
 24804 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 24805 
     | 
    
         
            +
                      [
         
     | 
| 
      
 24806 
     | 
    
         
            +
                        "unknown",
         
     | 
| 
      
 24807 
     | 
    
         
            +
                        0
         
     | 
| 
      
 24808 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 24809 
     | 
    
         
            +
                    ],
         
     | 
| 
       24783 
24810 
     | 
    
         
             
                    [
         
     | 
| 
       24784 
24811 
     | 
    
         
             
                      [
         
     | 
| 
       24785 
24812 
     | 
    
         
             
                        "is",
         
     | 
| 
         @@ -48242,6 +48269,20 @@ 
     | 
|
| 
       48242 
48269 
     | 
    
         
             
                        0
         
     | 
| 
       48243 
48270 
     | 
    
         
             
                      ]
         
     | 
| 
       48244 
48271 
     | 
    
         
             
                    ],
         
     | 
| 
      
 48272 
     | 
    
         
            +
                    [
         
     | 
| 
      
 48273 
     | 
    
         
            +
                      [
         
     | 
| 
      
 48274 
     | 
    
         
            +
                        "is",
         
     | 
| 
      
 48275 
     | 
    
         
            +
                        0
         
     | 
| 
      
 48276 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 48277 
     | 
    
         
            +
                      [
         
     | 
| 
      
 48278 
     | 
    
         
            +
                        "list",
         
     | 
| 
      
 48279 
     | 
    
         
            +
                        1
         
     | 
| 
      
 48280 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 48281 
     | 
    
         
            +
                      [
         
     | 
| 
      
 48282 
     | 
    
         
            +
                        "unknown",
         
     | 
| 
      
 48283 
     | 
    
         
            +
                        0
         
     | 
| 
      
 48284 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 48285 
     | 
    
         
            +
                    ],
         
     | 
| 
       48245 
48286 
     | 
    
         
             
                    [
         
     | 
| 
       48246 
48287 
     | 
    
         
             
                      [
         
     | 
| 
       48247 
48288 
     | 
    
         
             
                        "is",
         
     | 
| 
         @@ -53848,6 +53889,19 @@ 
     | 
|
| 
       53848 
53889 
     | 
    
         
             
                          ]
         
     | 
| 
       53849 
53890 
     | 
    
         
             
                        ],
         
     | 
| 
       53850 
53891 
     | 
    
         
             
                        "choose": 2
         
     | 
| 
      
 53892 
     | 
    
         
            +
                      },
         
     | 
| 
      
 53893 
     | 
    
         
            +
                      {
         
     | 
| 
      
 53894 
     | 
    
         
            +
                        "context": [
         
     | 
| 
      
 53895 
     | 
    
         
            +
                          [
         
     | 
| 
      
 53896 
     | 
    
         
            +
                            "styleModifier_wp",
         
     | 
| 
      
 53897 
     | 
    
         
            +
                            0
         
     | 
| 
      
 53898 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 53899 
     | 
    
         
            +
                          [
         
     | 
| 
      
 53900 
     | 
    
         
            +
                            "statefulElement_wp",
         
     | 
| 
      
 53901 
     | 
    
         
            +
                            0
         
     | 
| 
      
 53902 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 53903 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 53904 
     | 
    
         
            +
                        "choose": 1
         
     | 
| 
       53851 
53905 
     | 
    
         
             
                      }
         
     | 
| 
       53852 
53906 
     | 
    
         
             
                    ]
         
     | 
| 
       53853 
53907 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -54007,10 +54061,10 @@ 
     | 
|
| 
       54007 
54061 
     | 
    
         
             
                  ],
         
     | 
| 
       54008 
54062 
     | 
    
         
             
                  "semantics": [
         
     | 
| 
       54009 
54063 
     | 
    
         
             
                    {
         
     | 
| 
       54010 
     | 
    
         
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js: 
     | 
| 
      
 54064 
     | 
    
         
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:376"
         
     | 
| 
       54011 
54065 
     | 
    
         
             
                    },
         
     | 
| 
       54012 
54066 
     | 
    
         
             
                    {
         
     | 
| 
       54013 
     | 
    
         
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js: 
     | 
| 
      
 54067 
     | 
    
         
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:385"
         
     | 
| 
       54014 
54068 
     | 
    
         
             
                    }
         
     | 
| 
       54015 
54069 
     | 
    
         
             
                  ],
         
     | 
| 
       54016 
54070 
     | 
    
         
             
                  "priorities": [
         
     | 
| 
         @@ -54845,6 +54899,34 @@ 
     | 
|
| 
       54845 
54899 
     | 
    
         
             
                    0
         
     | 
| 
       54846 
54900 
     | 
    
         
             
                  ]
         
     | 
| 
       54847 
54901 
     | 
    
         
             
                ],
         
     | 
| 
      
 54902 
     | 
    
         
            +
                [
         
     | 
| 
      
 54903 
     | 
    
         
            +
                  [
         
     | 
| 
      
 54904 
     | 
    
         
            +
                    "is",
         
     | 
| 
      
 54905 
     | 
    
         
            +
                    0
         
     | 
| 
      
 54906 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 54907 
     | 
    
         
            +
                  [
         
     | 
| 
      
 54908 
     | 
    
         
            +
                    "list",
         
     | 
| 
      
 54909 
     | 
    
         
            +
                    1
         
     | 
| 
      
 54910 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 54911 
     | 
    
         
            +
                  [
         
     | 
| 
      
 54912 
     | 
    
         
            +
                    "unknown",
         
     | 
| 
      
 54913 
     | 
    
         
            +
                    0
         
     | 
| 
      
 54914 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 54915 
     | 
    
         
            +
                ],
         
     | 
| 
      
 54916 
     | 
    
         
            +
                [
         
     | 
| 
      
 54917 
     | 
    
         
            +
                  [
         
     | 
| 
      
 54918 
     | 
    
         
            +
                    "is",
         
     | 
| 
      
 54919 
     | 
    
         
            +
                    0
         
     | 
| 
      
 54920 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 54921 
     | 
    
         
            +
                  [
         
     | 
| 
      
 54922 
     | 
    
         
            +
                    "list",
         
     | 
| 
      
 54923 
     | 
    
         
            +
                    1
         
     | 
| 
      
 54924 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 54925 
     | 
    
         
            +
                  [
         
     | 
| 
      
 54926 
     | 
    
         
            +
                    "unknown",
         
     | 
| 
      
 54927 
     | 
    
         
            +
                    0
         
     | 
| 
      
 54928 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 54929 
     | 
    
         
            +
                ],
         
     | 
| 
       54848 
54930 
     | 
    
         
             
                [
         
     | 
| 
       54849 
54931 
     | 
    
         
             
                  [
         
     | 
| 
       54850 
54932 
     | 
    
         
             
                    "is",
         
     | 
    
        package/common/wp.js
    CHANGED
    
    | 
         @@ -259,6 +259,8 @@ template = { 
     | 
|
| 
       259 
259 
     | 
    
         
             
                      { context: [["article",0],["statefulElement_wp",0]], choose: 1 },
         
     | 
| 
       260 
260 
     | 
    
         
             
                      { context: [["article",0],["statefulElement_wp",1]], choose: 1 },
         
     | 
| 
       261 
261 
     | 
    
         
             
                      { context: [["article",0],["ordinal", 0],["statefulElement_wp",0]], choose: 2 },
         
     | 
| 
      
 262 
     | 
    
         
            +
             
     | 
| 
      
 263 
     | 
    
         
            +
                      { context: [["styleModifier_wp",0],["statefulElement_wp",0]], choose: 1 },
         
     | 
| 
       262 
264 
     | 
    
         
             
                    ]
         
     | 
| 
       263 
265 
     | 
    
         
             
                  },
         
     | 
| 
       264 
266 
     | 
    
         | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -238,6 +238,7 @@ 
     | 
|
| 
       238 
238 
     | 
    
         
             
                "common/latin.instance.json",
         
     | 
| 
       239 
239 
     | 
    
         
             
                "common/latin.js",
         
     | 
| 
       240 
240 
     | 
    
         
             
                "common/latin.test.json",
         
     | 
| 
      
 241 
     | 
    
         
            +
                "common/latin_helpers.js",
         
     | 
| 
       241 
242 
     | 
    
         
             
                "common/length.instance.json",
         
     | 
| 
       242 
243 
     | 
    
         
             
                "common/length.js",
         
     | 
| 
       243 
244 
     | 
    
         
             
                "common/length.test.json",
         
     | 
| 
         @@ -351,8 +352,8 @@ 
     | 
|
| 
       351 
352 
     | 
    
         
             
                "scriptjs": "^2.5.9",
         
     | 
| 
       352 
353 
     | 
    
         
             
                "table": "^6.7.1",
         
     | 
| 
       353 
354 
     | 
    
         
             
                "uuid": "^9.0.0",
         
     | 
| 
       354 
     | 
    
         
            -
                "theprogrammablemind_4wp": "9.4.5-beta. 
     | 
| 
      
 355 
     | 
    
         
            +
                "theprogrammablemind_4wp": "9.4.5-beta.6"
         
     | 
| 
       355 
356 
     | 
    
         
             
              },
         
     | 
| 
       356 
     | 
    
         
            -
              "version": "9.4.5-beta. 
     | 
| 
      
 357 
     | 
    
         
            +
              "version": "9.4.5-beta.6",
         
     | 
| 
       357 
358 
     | 
    
         
             
              "license": "UNLICENSED"
         
     | 
| 
       358 
359 
     | 
    
         
             
            }
         
     |