tpmkms_4wp 9.2.0-beta.5 → 9.2.0-beta.8
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/wp.js +5 -0
- package/package.json +2 -2
package/common/wp.js
CHANGED
@@ -245,6 +245,11 @@ template = {
|
|
245
245
|
],
|
246
246
|
associations: {
|
247
247
|
positive: [
|
248
|
+
{ context: [["bold_wp", 0], ["the", 0], ["ordinal", 0], ["word_wp", 0], ["statefulElementInContext_wp", 0], ["the", 0], ["ordinal", 0], ["list", 0], ["ordinal", 0], ["paragraph_wp", 0]], choose: { index: 0, increment: true } },
|
249
|
+
{ context: [["bold_wp", 1], ["the", 0], ["ordinal", 0], ["word_wp", 0], ["statefulElementInContext_wp", 0], ["the", 0], ["ordinal", 0], ["list", 0], ["ordinal", 0], ["paragraph_wp", 0]], choose: { index: 0, increment: true } },
|
250
|
+
{ context: [["bold_wp", 1], ["the", 0], ["ordinal", 1], ["word_wp", 0], ["statefulElementInContext_wp", 0], ["the", 0], ["ordinal", 0], ["list", 0], ["ordinal", 0], ["paragraph_wp", 0]], choose: { index: 0, increment: true } },
|
251
|
+
{ context: [["bold_wp", 1], ["the", 0], ["ordinal", 1], ["word_wp", 1], ["statefulElementInContext_wp", 0], ["the", 0], ["ordinal", 0], ["list", 0], ["ordinal", 0], ["paragraph_wp", 0]], choose: { index: 0, increment: true } },
|
252
|
+
|
248
253
|
{ context: [["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
|
249
254
|
{ context: [["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["unknown",0]], choose: 0 },
|
250
255
|
{ context: [["word_wp",0],["thatVerb",0],["wordComparison_wp",0]], choose: 0 },
|
package/package.json
CHANGED
@@ -329,8 +329,8 @@
|
|
329
329
|
"scriptjs": "^2.5.9",
|
330
330
|
"table": "^6.7.1",
|
331
331
|
"uuid": "^9.0.0",
|
332
|
-
"theprogrammablemind_4wp": "9.2.0-beta.
|
332
|
+
"theprogrammablemind_4wp": "9.2.0-beta.8"
|
333
333
|
},
|
334
|
-
"version": "9.2.0-beta.
|
334
|
+
"version": "9.2.0-beta.8",
|
335
335
|
"license": "UNLICENSED"
|
336
336
|
}
|