tpmkms_4wp 8.0.0-beta.55 → 8.0.0-beta.57
Sign up to get free protection for your applications and to get access to all the features.
- package/common/comparable.js +2 -7
- package/package.json +2 -2
package/common/comparable.js
CHANGED
@@ -17,7 +17,6 @@ let config = {
|
|
17
17
|
bridges: [
|
18
18
|
{
|
19
19
|
id: "compare",
|
20
|
-
level: 0,
|
21
20
|
convolution: true,
|
22
21
|
before: ['verb', 'articlePOS'],
|
23
22
|
// bridge: "{ ...after, comparison: append(before[0], after[0].comparison), modifiers: append([before[0].marker], after[0].modifiers), [before[0].marker]: before[0] }"
|
@@ -28,32 +27,28 @@ let config = {
|
|
28
27
|
{
|
29
28
|
id: "condition",
|
30
29
|
children: ['highest', 'lowest'],
|
31
|
-
level: 0,
|
32
30
|
bridge: "{ ...next(operator) }"
|
33
31
|
},
|
34
32
|
{
|
35
33
|
id: "comparable",
|
36
|
-
level: 0,
|
37
34
|
bridge: "{ ...next(operator) }"
|
38
35
|
},
|
39
36
|
{
|
40
37
|
id: "lowest",
|
41
|
-
level: 0,
|
42
38
|
bridge: "{ ...next(operator) }"
|
43
39
|
},
|
44
40
|
{
|
45
41
|
id: "highest",
|
46
|
-
level: 0,
|
47
42
|
bridge: "{ ...next(operator) }"
|
48
43
|
},
|
49
44
|
{
|
50
45
|
id: "ascending",
|
51
|
-
|
46
|
+
isA: ['adjective'],
|
52
47
|
bridge: "{ ...next(before[0]), ordering: 'ascending', ascending: operator, postModifiers: append(['ascending'], before[0].postModifiers) }"
|
53
48
|
},
|
54
49
|
{
|
55
50
|
id: "descending",
|
56
|
-
|
51
|
+
isA: ['adjective'],
|
57
52
|
bridge: "{ ...next(before[0]), ordering: 'descending', descending: operator, postModifiers: append(['descending'], before[0].postModifiers) }"
|
58
53
|
},
|
59
54
|
],
|
package/package.json
CHANGED
@@ -294,8 +294,8 @@
|
|
294
294
|
"table": "^6.7.1",
|
295
295
|
"base-64": "^1.0.0",
|
296
296
|
"argparse": "^2.0.1",
|
297
|
-
"theprogrammablemind_4wp": "8.0.0-beta.
|
297
|
+
"theprogrammablemind_4wp": "8.0.0-beta.57"
|
298
298
|
},
|
299
|
-
"version": "8.0.0-beta.
|
299
|
+
"version": "8.0.0-beta.57",
|
300
300
|
"license": "UNLICENSED"
|
301
301
|
}
|