tpmkms_4wp 8.9.1-beta.5 → 8.9.1-beta.7
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 +195 -52
- package/common/articles.js +17 -1
- package/common/articles.test.json +338 -0
- package/common/colors.instance.json +210 -81
- package/common/comparable.instance.json +45 -0
- package/common/countable.js +1 -7
- package/common/countable.test.json +0 -586
- package/common/crew.instance.json +390 -104
- package/common/dimension.instance.json +11 -40
- package/common/edible.instance.json +352 -130
- package/common/emotions.instance.json +15 -60
- package/common/errors.js +2 -0
- package/common/fastfood.instance.json +1773 -1064
- package/common/formulas.instance.json +11 -1
- package/common/gdefaults.js +8 -5
- package/common/help.test.json +4 -4
- package/common/kirk.instance.json +15 -0
- package/common/length.instance.json +165 -20
- package/common/math.instance.json +11 -1
- package/common/ordering.instance.json +31 -55
- package/common/people.instance.json +120 -0
- package/common/pipboy.instance.json +187 -154
- package/common/pokemon.instance.json +195 -5
- package/common/pressure.instance.json +44 -7
- package/common/properties.instance.json +15 -44
- package/common/reports.instance.json +23 -3
- package/common/spock.instance.json +15 -0
- package/common/temperature.instance.json +44 -8
- package/common/ui.instance.json +11 -1
- package/common/weight.instance.json +132 -16
- package/common/wp.instance.json +1669 -170
- package/common/wp.js +61 -29
- package/common/wp.test.json +28343 -2847
- package/package.json +11 -6
@@ -261,6 +261,11 @@
|
|
261
261
|
"theAble",
|
262
262
|
false
|
263
263
|
],
|
264
|
+
[
|
265
|
+
"distributable",
|
266
|
+
"queryable",
|
267
|
+
false
|
268
|
+
],
|
264
269
|
[
|
265
270
|
"divideByExpression",
|
266
271
|
"mathematicalExpression",
|
@@ -276,6 +281,11 @@
|
|
276
281
|
"queryable",
|
277
282
|
false
|
278
283
|
],
|
284
|
+
[
|
285
|
+
"each",
|
286
|
+
"articlePOS",
|
287
|
+
false
|
288
|
+
],
|
279
289
|
[
|
280
290
|
"evaluate",
|
281
291
|
"verb",
|
@@ -283,7 +293,7 @@
|
|
283
293
|
],
|
284
294
|
[
|
285
295
|
"every",
|
286
|
-
"
|
296
|
+
"articlePOS",
|
287
297
|
false
|
288
298
|
],
|
289
299
|
[
|
@@ -1122,7 +1132,6 @@
|
|
1122
1132
|
},
|
1123
1133
|
"types": [
|
1124
1134
|
"list",
|
1125
|
-
"queryable",
|
1126
1135
|
"unknown"
|
1127
1136
|
],
|
1128
1137
|
"listable": true,
|
@@ -1139,7 +1148,6 @@
|
|
1139
1148
|
"end": 8
|
1140
1149
|
},
|
1141
1150
|
"types": [
|
1142
|
-
"queryable",
|
1143
1151
|
"unknown"
|
1144
1152
|
],
|
1145
1153
|
"dead": true,
|
@@ -1156,7 +1164,6 @@
|
|
1156
1164
|
"end": 17
|
1157
1165
|
},
|
1158
1166
|
"types": [
|
1159
|
-
"queryable",
|
1160
1167
|
"unknown"
|
1161
1168
|
],
|
1162
1169
|
"dead": true,
|
@@ -1234,24 +1241,6 @@
|
|
1234
1241
|
1
|
1235
1242
|
]
|
1236
1243
|
],
|
1237
|
-
[
|
1238
|
-
[
|
1239
|
-
"is",
|
1240
|
-
0
|
1241
|
-
],
|
1242
|
-
[
|
1243
|
-
"list",
|
1244
|
-
0
|
1245
|
-
],
|
1246
|
-
[
|
1247
|
-
"unknown",
|
1248
|
-
0
|
1249
|
-
],
|
1250
|
-
[
|
1251
|
-
"unknown",
|
1252
|
-
1
|
1253
|
-
]
|
1254
|
-
],
|
1255
1244
|
[
|
1256
1245
|
[
|
1257
1246
|
"is",
|
@@ -1436,24 +1425,6 @@
|
|
1436
1425
|
1
|
1437
1426
|
]
|
1438
1427
|
],
|
1439
|
-
[
|
1440
|
-
[
|
1441
|
-
"is",
|
1442
|
-
0
|
1443
|
-
],
|
1444
|
-
[
|
1445
|
-
"list",
|
1446
|
-
0
|
1447
|
-
],
|
1448
|
-
[
|
1449
|
-
"unknown",
|
1450
|
-
0
|
1451
|
-
],
|
1452
|
-
[
|
1453
|
-
"unknown",
|
1454
|
-
1
|
1455
|
-
]
|
1456
|
-
],
|
1457
1428
|
[
|
1458
1429
|
[
|
1459
1430
|
"is",
|