tpmkms_4wp 8.9.1-beta.29 → 8.9.1-beta.30

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.
@@ -111,13 +111,14 @@ const config = {
111
111
  // [['is', 0], ['unknown', 1]],
112
112
  // [['isEd', 0], ['means', 0]],
113
113
  // [['unknown', 0], ['list', 0], ['unknown', 0]],
114
+ { context: [['unknown', 0], ['isEdAble', 0]], choose: 1 },
115
+
114
116
  { context: [['the', 0], ['listable', 0], ['list', 0], ['listable', 0]], choose: 1 },
115
117
 
116
118
  { context: [['queryable', 0], ['is', 0], ['article', 0], ['theAble', 0]], choose: 1 },
117
119
  { context: [['queryable', 1], ['is', 0], ['article', 0], ['theAble', 0]], choose: 1 },
118
120
  { context: [['queryable', 1], ['is', 0], ['article', 0], ['theAble', 1]], choose: 1 },
119
121
 
120
-
121
122
  { context: [['isQuery', 0], ['a', 0], ['unknown', 0], ['a', 0], ['unknown', 0]], choose: 0 },
122
123
 
123
124
  { context: [['isQuery', 0], ['unknown', 0], ['unknown', 0]], choose: 0 },