tpmkms_4wp 9.4.5-beta.3 → 9.4.5-beta.5
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 +0 -28
 - package/common/crew.instance.json +0 -36
 - package/common/dates.instance.json +0 -84
 - package/common/edible.instance.json +563 -1302
 - package/common/fastfood.instance.json +659 -3552
 - package/common/gdefaults.js +34 -2
 - package/common/latin.instance.json +472 -1
 - package/common/latin.js +141 -21
 - package/common/latin.test.json +5325 -0
 - package/common/latin_helpers.js +358 -0
 - package/common/people.instance.json +55 -31
 - package/common/pipboy.instance.json +14 -64
 - package/common/pipboy.js +1 -0
 - package/common/pipboy.test.json +1690 -0
 - package/common/properties.js +0 -16
 - package/common/reminders.test.json +2702 -2786
 - package/common/reports.instance.json +2 -2
 - package/common/tokenize.js +16 -4
 - package/common/wp.instance.json +28 -58
 - package/common/wp.js +2 -0
 - package/package.json +3 -2
 
    
        package/common/properties.js
    CHANGED
    
    | 
         @@ -117,24 +117,8 @@ const config = { 
     | 
|
| 
       117 
117 
     | 
    
         
             
                "(([property]) <([propertyOf|of] ([object]))>)",
         
     | 
| 
       118 
118 
     | 
    
         
             
              */
         
     | 
| 
       119 
119 
     | 
    
         
             
              hierarchy: [
         
     | 
| 
       120 
     | 
    
         
            -
                // ['concept', 'theAble'],
         
     | 
| 
       121 
     | 
    
         
            -
                // ['concept', 'queryable'],
         
     | 
| 
       122 
120 
     | 
    
         
             
                ['unknown', 'hierarchyAble'],
         
     | 
| 
       123 
     | 
    
         
            -
                // ['unknown', 'object'],
         
     | 
| 
       124 
121 
     | 
    
         
             
                ['what', 'object'],
         
     | 
| 
       125 
     | 
    
         
            -
                // ['hierarchyAble', 'queryable'],
         
     | 
| 
       126 
     | 
    
         
            -
                // ['readonly', 'queryable'],
         
     | 
| 
       127 
     | 
    
         
            -
                // ['object', 'queryable'],
         
     | 
| 
       128 
     | 
    
         
            -
                // ['xfx', 'queryable'],
         
     | 
| 
       129 
     | 
    
         
            -
              
         
     | 
| 
       130 
     | 
    
         
            -
                // ['property', 'queryable'],
         
     | 
| 
       131 
     | 
    
         
            -
                // ['property', 'theAble'],
         
     | 
| 
       132 
     | 
    
         
            -
                // ['property', 'unknown'],
         
     | 
| 
       133 
     | 
    
         
            -
             
         
     | 
| 
       134 
     | 
    
         
            -
                // ['object', 'theAble'],
         
     | 
| 
       135 
     | 
    
         
            -
                // ['whose', 'object'],
         
     | 
| 
       136 
     | 
    
         
            -
                // ['have', 'canBeDoQuestion'],
         
     | 
| 
       137 
     | 
    
         
            -
                // ['have', 'canBeQuestion'],
         
     | 
| 
       138 
122 
     | 
    
         
             
              ],
         
     | 
| 
       139 
123 
     | 
    
         
             
              bridges: [
         
     | 
| 
       140 
124 
     | 
    
         
             
                { 
         
     |