tpmkms_4wp 8.9.1-beta.33 → 8.9.1-beta.35

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.
@@ -113,6 +113,7 @@ const config = {
113
113
  // [['unknown', 0], ['list', 0], ['unknown', 0]],
114
114
  { context: [['unknown', 0], ['isEdAble', 0]], choose: 1 },
115
115
 
116
+ { context: [['listable', 0], ['list', 0], ['listable', 0]], choose: 0 },
116
117
  { context: [['the', 0], ['listable', 0], ['list', 0], ['listable', 0]], choose: 1 },
117
118
  { context: [['the', 0], ['listable', 0], ['list', 0], ['the', 0], ['listable', 0]], choose: 1 },
118
119
 
package/package.json CHANGED
@@ -320,8 +320,8 @@
320
320
  "scriptjs": "^2.5.9",
321
321
  "table": "^6.7.1",
322
322
  "uuid": "^9.0.0",
323
- "theprogrammablemind_4wp": "8.9.1-beta.33"
323
+ "theprogrammablemind_4wp": "8.9.1-beta.35"
324
324
  },
325
- "version": "8.9.1-beta.33",
325
+ "version": "8.9.1-beta.35",
326
326
  "license": "UNLICENSED"
327
327
  }