tpmkms_4wp 8.9.1-beta.1 → 8.9.1-beta.11
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 -16
- package/common/articles.js +18 -2
- package/common/articles.test.json +338 -0
- package/common/asking.js +2 -2
- package/common/avatar.js +1 -1
- package/common/characters.js +1 -1
- package/common/colors.instance.json +210 -45
- package/common/comparable.instance.json +45 -0
- package/common/comparable.js +1 -1
- package/common/concept.js +1 -1
- package/common/conjunction.js +1 -1
- package/common/countable.js +2 -8
- package/common/countable.test.json +0 -586
- package/common/crew.instance.json +390 -0
- package/common/currency.js +2 -2
- package/common/dialogues.js +6 -4
- package/common/dimension.instance.json +11 -4
- package/common/dimension.js +2 -2
- package/common/edible.instance.json +352 -58
- package/common/emotions.instance.json +15 -0
- package/common/errors.js +3 -1
- package/common/events.js +1 -1
- package/common/fastfood.instance.json +1753 -1074
- package/common/fastfood.js +3 -3
- package/common/formulas.instance.json +11 -1
- package/common/formulas.js +1 -1
- package/common/gdefaults.js +28 -17
- package/common/help.js +4 -4
- package/common/help.test.json +4 -4
- package/common/helpers/concept.js +3 -3
- package/common/helpers/conjunction.js +1 -1
- package/common/helpers/formulas.js +4 -4
- package/common/helpers/frankenhash.js +4 -4
- package/common/helpers/meta.js +4 -4
- package/common/helpers/ordering.js +2 -2
- package/common/helpers/properties.js +16 -16
- package/common/helpers.js +17 -1
- package/common/hierarchy.js +3 -3
- package/common/javascript.js +1 -1
- package/common/kirk.instance.json +15 -0
- package/common/length.instance.json +165 -20
- package/common/math.instance.json +11 -1
- package/common/math.js +1 -1
- package/common/meta.js +5 -5
- package/common/negation.js +1 -1
- package/common/numbers.js +1 -1
- package/common/ordering.instance.json +31 -71
- package/common/ordinals.js +5 -3
- package/common/people.instance.json +120 -0
- package/common/people.js +1 -1
- package/common/percentages.js +1 -1
- package/common/pipboy.instance.json +187 -46
- package/common/pipboy.js +1 -1
- package/common/pokemon.instance.json +195 -5
- package/common/pos.js +11 -1
- package/common/pressure.instance.json +44 -7
- package/common/properties.instance.json +15 -0
- package/common/properties.js +2 -2
- package/common/punctuation.js +1 -1
- package/common/reports.instance.json +24 -4
- package/common/reports.js +7 -7
- package/common/scorekeeper.js +5 -5
- package/common/sdefaults.js +2 -2
- package/common/sizeable.js +1 -1
- package/common/spock.instance.json +15 -0
- package/common/stm.js +6 -6
- package/common/tell.js +1 -1
- package/common/temperature.instance.json +44 -8
- package/common/tester.js +1 -1
- package/common/ui.instance.json +16 -1
- package/common/weight.instance.json +132 -16
- package/common/wp.instance.json +13996 -1532
- package/common/wp.js +150 -25
- package/common/wp.test.json +82657 -3824
- package/common/yesno.js +1 -1
- package/package.json +11 -6
@@ -63,16 +63,31 @@
|
|
63
63
|
"condition",
|
64
64
|
false
|
65
65
|
],
|
66
|
+
[
|
67
|
+
"distributable",
|
68
|
+
"queryable",
|
69
|
+
false
|
70
|
+
],
|
66
71
|
[
|
67
72
|
"doubleQuote",
|
68
73
|
"queryable",
|
69
74
|
false
|
70
75
|
],
|
76
|
+
[
|
77
|
+
"each",
|
78
|
+
"articlePOS",
|
79
|
+
false
|
80
|
+
],
|
71
81
|
[
|
72
82
|
"evaluate",
|
73
83
|
"verb",
|
74
84
|
false
|
75
85
|
],
|
86
|
+
[
|
87
|
+
"every",
|
88
|
+
"articlePOS",
|
89
|
+
false
|
90
|
+
],
|
76
91
|
[
|
77
92
|
"highest",
|
78
93
|
"condition",
|
@@ -462,16 +477,31 @@
|
|
462
477
|
"condition",
|
463
478
|
false
|
464
479
|
],
|
480
|
+
[
|
481
|
+
"distributable",
|
482
|
+
"queryable",
|
483
|
+
false
|
484
|
+
],
|
465
485
|
[
|
466
486
|
"doubleQuote",
|
467
487
|
"queryable",
|
468
488
|
false
|
469
489
|
],
|
490
|
+
[
|
491
|
+
"each",
|
492
|
+
"articlePOS",
|
493
|
+
false
|
494
|
+
],
|
470
495
|
[
|
471
496
|
"evaluate",
|
472
497
|
"verb",
|
473
498
|
false
|
474
499
|
],
|
500
|
+
[
|
501
|
+
"every",
|
502
|
+
"articlePOS",
|
503
|
+
false
|
504
|
+
],
|
475
505
|
[
|
476
506
|
"highest",
|
477
507
|
"condition",
|
@@ -1049,16 +1079,31 @@
|
|
1049
1079
|
"condition",
|
1050
1080
|
false
|
1051
1081
|
],
|
1082
|
+
[
|
1083
|
+
"distributable",
|
1084
|
+
"queryable",
|
1085
|
+
false
|
1086
|
+
],
|
1052
1087
|
[
|
1053
1088
|
"doubleQuote",
|
1054
1089
|
"queryable",
|
1055
1090
|
false
|
1056
1091
|
],
|
1092
|
+
[
|
1093
|
+
"each",
|
1094
|
+
"articlePOS",
|
1095
|
+
false
|
1096
|
+
],
|
1057
1097
|
[
|
1058
1098
|
"evaluate",
|
1059
1099
|
"verb",
|
1060
1100
|
false
|
1061
1101
|
],
|
1102
|
+
[
|
1103
|
+
"every",
|
1104
|
+
"articlePOS",
|
1105
|
+
false
|
1106
|
+
],
|
1062
1107
|
[
|
1063
1108
|
"highest",
|
1064
1109
|
"condition",
|
package/common/comparable.js
CHANGED
package/common/concept.js
CHANGED
package/common/conjunction.js
CHANGED
@@ -4,7 +4,7 @@ const conjunction_tests = require('./conjunction.test.json')
|
|
4
4
|
const { defaultContextCheck, propertyToArray } = require('./helpers')
|
5
5
|
const { isA, asList, listable } = require('./helpers/conjunction.js')
|
6
6
|
|
7
|
-
|
7
|
+
const config = {
|
8
8
|
name: 'conjunction',
|
9
9
|
operators: [
|
10
10
|
"(x [list|and] y)",
|
package/common/countable.js
CHANGED
@@ -11,7 +11,7 @@ const countable_tests = require('./countable.test.json')
|
|
11
11
|
2 6 and 3 10 piece nuggets
|
12
12
|
*/
|
13
13
|
|
14
|
-
|
14
|
+
const config = {
|
15
15
|
name: 'countable',
|
16
16
|
operators: [
|
17
17
|
"(([quantifier|]) [counting] ([countable]))",
|
@@ -20,7 +20,6 @@ let config = {
|
|
20
20
|
"([more] (countable/*))",
|
21
21
|
"([less] (countable/*))",
|
22
22
|
"([all])",
|
23
|
-
"([every])",
|
24
23
|
// everything
|
25
24
|
],
|
26
25
|
bridges: [
|
@@ -57,7 +56,7 @@ let config = {
|
|
57
56
|
},
|
58
57
|
{
|
59
58
|
id: "quantifier",
|
60
|
-
children: ['number', 'all'
|
59
|
+
children: ['number', 'all'],
|
61
60
|
},
|
62
61
|
{
|
63
62
|
id: "countable",
|
@@ -68,11 +67,6 @@ let config = {
|
|
68
67
|
generatorp: ({context}) => 'all',
|
69
68
|
bridge: "{ ...next(operator), number: 'many', quantity: 'all' }"
|
70
69
|
},
|
71
|
-
{
|
72
|
-
id: "every",
|
73
|
-
generatorp: ({context}) => 'every',
|
74
|
-
bridge: "{ ...next(operator), number: 'one', quantity: 'every' }"
|
75
|
-
},
|
76
70
|
],
|
77
71
|
|
78
72
|
generators: [
|