tpmkms 8.0.0-beta.60 → 8.0.0-beta.61
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/comparable.instance.json +12 -0
- package/common/comparable.js +1 -12
- package/common/crew.instance.json +1 -0
- package/common/edible.instance.json +30 -66
- package/common/fastfood.instance.json +916 -1435
- package/common/fastfood.js +1 -1
- package/common/pipboy.instance.json +10 -26
- package/common/reports.instance.json +1 -1
- package/package.json +2 -2
@@ -3214,6 +3214,20 @@
|
|
3214
3214
|
1
|
3215
3215
|
]
|
3216
3216
|
],
|
3217
|
+
[
|
3218
|
+
[
|
3219
|
+
"is",
|
3220
|
+
0
|
3221
|
+
],
|
3222
|
+
[
|
3223
|
+
"list",
|
3224
|
+
1
|
3225
|
+
],
|
3226
|
+
[
|
3227
|
+
"unknown",
|
3228
|
+
1
|
3229
|
+
]
|
3230
|
+
],
|
3217
3231
|
[
|
3218
3232
|
[
|
3219
3233
|
"is",
|
@@ -25608,6 +25622,20 @@
|
|
25608
25622
|
1
|
25609
25623
|
]
|
25610
25624
|
],
|
25625
|
+
[
|
25626
|
+
[
|
25627
|
+
"is",
|
25628
|
+
0
|
25629
|
+
],
|
25630
|
+
[
|
25631
|
+
"list",
|
25632
|
+
1
|
25633
|
+
],
|
25634
|
+
[
|
25635
|
+
"unknown",
|
25636
|
+
1
|
25637
|
+
]
|
25638
|
+
],
|
25611
25639
|
[
|
25612
25640
|
[
|
25613
25641
|
"is",
|
@@ -14,6 +14,12 @@
|
|
14
14
|
"isA": [
|
15
15
|
"adjective"
|
16
16
|
],
|
17
|
+
"localHierarchy": [
|
18
|
+
[
|
19
|
+
"unknown",
|
20
|
+
"comparable"
|
21
|
+
]
|
22
|
+
],
|
17
23
|
"bridge": "{ ...next(before[0]), ordering: after[0].value, sortOrder: after[0], postModifiers: append(['sortOrder'], before[0].postModifiers) }"
|
18
24
|
}
|
19
25
|
]
|
@@ -1555,6 +1561,12 @@
|
|
1555
1561
|
"isA": [
|
1556
1562
|
"adjective"
|
1557
1563
|
],
|
1564
|
+
"localHierarchy": [
|
1565
|
+
[
|
1566
|
+
"unknown",
|
1567
|
+
"comparable"
|
1568
|
+
]
|
1569
|
+
],
|
1558
1570
|
"bridge": "{ ...next(before[0]), ordering: after[0].value, sortOrder: after[0], postModifiers: append(['sortOrder'], before[0].postModifiers) }"
|
1559
1571
|
}
|
1560
1572
|
]
|
package/common/comparable.js
CHANGED
@@ -43,18 +43,6 @@ let config = {
|
|
43
43
|
id: "highest",
|
44
44
|
bridge: "{ ...next(operator) }"
|
45
45
|
},
|
46
|
-
/*
|
47
|
-
{
|
48
|
-
id: "sortOrdering",
|
49
|
-
isA: ['adjective'],
|
50
|
-
bridge: "{ ...next(before[0]), ordering: 'ascending', ascending: operator, postModifiers: append(['ascending'], before[0].postModifiers) }"
|
51
|
-
},
|
52
|
-
{
|
53
|
-
id: "descending",
|
54
|
-
isA: ['adjective'],
|
55
|
-
bridge: "{ ...next(before[0]), ordering: 'descending', descending: operator, postModifiers: append(['descending'], before[0].postModifiers) }"
|
56
|
-
},
|
57
|
-
*/
|
58
46
|
],
|
59
47
|
};
|
60
48
|
|
@@ -72,6 +60,7 @@ const template = {
|
|
72
60
|
id: 'sortOrdering',
|
73
61
|
convolution: true,
|
74
62
|
isA: ['adjective'],
|
63
|
+
localHierarchy: [['unknown', 'comparable']],
|
75
64
|
bridge: "{ ...next(before[0]), ordering: after[0].value, sortOrder: after[0], postModifiers: append(['sortOrder'], before[0].postModifiers) }",
|
76
65
|
},
|
77
66
|
],
|
@@ -40013,6 +40013,7 @@
|
|
40013
40013
|
},
|
40014
40014
|
"dead": true,
|
40015
40015
|
"types": [
|
40016
|
+
"negatable",
|
40016
40017
|
"unknown"
|
40017
40018
|
],
|
40018
40019
|
"negated": {
|
@@ -5222,10 +5222,6 @@
|
|
5222
5222
|
"list",
|
5223
5223
|
0
|
5224
5224
|
],
|
5225
|
-
[
|
5226
|
-
"unknown",
|
5227
|
-
0
|
5228
|
-
],
|
5229
5225
|
[
|
5230
5226
|
"unknown",
|
5231
5227
|
1
|
@@ -5238,7 +5234,7 @@
|
|
5238
5234
|
],
|
5239
5235
|
[
|
5240
5236
|
"list",
|
5241
|
-
|
5237
|
+
1
|
5242
5238
|
],
|
5243
5239
|
[
|
5244
5240
|
"unknown",
|
@@ -21172,6 +21168,20 @@
|
|
21172
21168
|
1
|
21173
21169
|
]
|
21174
21170
|
],
|
21171
|
+
[
|
21172
|
+
[
|
21173
|
+
"is",
|
21174
|
+
0
|
21175
|
+
],
|
21176
|
+
[
|
21177
|
+
"list",
|
21178
|
+
1
|
21179
|
+
],
|
21180
|
+
[
|
21181
|
+
"unknown",
|
21182
|
+
1
|
21183
|
+
]
|
21184
|
+
],
|
21175
21185
|
[
|
21176
21186
|
[
|
21177
21187
|
"is",
|
@@ -38804,20 +38814,6 @@
|
|
38804
38814
|
1
|
38805
38815
|
]
|
38806
38816
|
],
|
38807
|
-
[
|
38808
|
-
[
|
38809
|
-
"a",
|
38810
|
-
0
|
38811
|
-
],
|
38812
|
-
[
|
38813
|
-
"is",
|
38814
|
-
0
|
38815
|
-
],
|
38816
|
-
[
|
38817
|
-
"unknown",
|
38818
|
-
1
|
38819
|
-
]
|
38820
|
-
],
|
38821
38817
|
[
|
38822
38818
|
[
|
38823
38819
|
"is",
|
@@ -41245,20 +41241,6 @@
|
|
41245
41241
|
1
|
41246
41242
|
]
|
41247
41243
|
],
|
41248
|
-
[
|
41249
|
-
[
|
41250
|
-
"a",
|
41251
|
-
0
|
41252
|
-
],
|
41253
|
-
[
|
41254
|
-
"is",
|
41255
|
-
0
|
41256
|
-
],
|
41257
|
-
[
|
41258
|
-
"unknown",
|
41259
|
-
1
|
41260
|
-
]
|
41261
|
-
],
|
41262
41244
|
[
|
41263
41245
|
[
|
41264
41246
|
"is",
|
@@ -58335,34 +58317,6 @@
|
|
58335
58317
|
1
|
58336
58318
|
]
|
58337
58319
|
],
|
58338
|
-
[
|
58339
|
-
[
|
58340
|
-
"a",
|
58341
|
-
0
|
58342
|
-
],
|
58343
|
-
[
|
58344
|
-
"is",
|
58345
|
-
0
|
58346
|
-
],
|
58347
|
-
[
|
58348
|
-
"unknown",
|
58349
|
-
1
|
58350
|
-
]
|
58351
|
-
],
|
58352
|
-
[
|
58353
|
-
[
|
58354
|
-
"a",
|
58355
|
-
0
|
58356
|
-
],
|
58357
|
-
[
|
58358
|
-
"is",
|
58359
|
-
0
|
58360
|
-
],
|
58361
|
-
[
|
58362
|
-
"unknown",
|
58363
|
-
1
|
58364
|
-
]
|
58365
|
-
],
|
58366
58320
|
[
|
58367
58321
|
[
|
58368
58322
|
"apple",
|
@@ -59358,10 +59312,6 @@
|
|
59358
59312
|
"list",
|
59359
59313
|
0
|
59360
59314
|
],
|
59361
|
-
[
|
59362
|
-
"unknown",
|
59363
|
-
0
|
59364
|
-
],
|
59365
59315
|
[
|
59366
59316
|
"unknown",
|
59367
59317
|
1
|
@@ -59388,10 +59338,16 @@
|
|
59388
59338
|
],
|
59389
59339
|
[
|
59390
59340
|
"list",
|
59341
|
+
1
|
59342
|
+
]
|
59343
|
+
],
|
59344
|
+
[
|
59345
|
+
[
|
59346
|
+
"is",
|
59391
59347
|
0
|
59392
59348
|
],
|
59393
59349
|
[
|
59394
|
-
"
|
59350
|
+
"list",
|
59395
59351
|
1
|
59396
59352
|
]
|
59397
59353
|
],
|
@@ -59433,6 +59389,10 @@
|
|
59433
59389
|
[
|
59434
59390
|
"list",
|
59435
59391
|
1
|
59392
|
+
],
|
59393
|
+
[
|
59394
|
+
"unknown",
|
59395
|
+
1
|
59436
59396
|
]
|
59437
59397
|
],
|
59438
59398
|
[
|
@@ -59443,6 +59403,10 @@
|
|
59443
59403
|
[
|
59444
59404
|
"list",
|
59445
59405
|
1
|
59406
|
+
],
|
59407
|
+
[
|
59408
|
+
"unknown",
|
59409
|
+
1
|
59446
59410
|
]
|
59447
59411
|
],
|
59448
59412
|
[
|