tpmkms_4wp 9.4.5-beta.7 → 9.4.5-beta.9
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 +40 -280
- package/common/colors.instance.json +92 -320
- package/common/comparable.instance.json +42 -10
- package/common/crew.instance.json +662 -990
- package/common/crew.js +0 -15
- package/common/dates.instance.json +0 -84
- package/common/dimension.instance.json +2 -2
- package/common/dimension.js +1 -1
- package/common/edible.instance.json +257 -713
- package/common/fastfood.instance.json +4430 -2890
- package/common/helpers/concept.js +2 -1
- package/common/helpers/dialogues.js +2 -1
- package/common/kirk.instance.json +3 -23
- package/common/length.instance.json +128 -384
- package/common/menus.instance.json +21 -61
- package/common/people.instance.json +68 -32
- package/common/pipboy.instance.json +70 -358
- package/common/pipboy.js +1 -1
- package/common/pokemon.instance.json +350 -102
- package/common/pressure.instance.json +32 -124
- package/common/reports.instance.json +2 -2
- package/common/spock.instance.json +3 -23
- package/common/temperature.instance.json +40 -196
- package/common/weight.instance.json +241 -301
- package/common/wp.instance.json +321 -373
- package/common/wp.js +21 -4
- package/package.json +2 -2
package/common/wp.js
CHANGED
|
@@ -243,10 +243,27 @@ template = {
|
|
|
243
243
|
],
|
|
244
244
|
associations: {
|
|
245
245
|
positive: [
|
|
246
|
-
{ context: [["
|
|
247
|
-
{ context: [["
|
|
248
|
-
{ context: [["
|
|
249
|
-
{
|
|
246
|
+
{ context: [["style_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 } },
|
|
247
|
+
{ context: [["style_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 } },
|
|
248
|
+
{ context: [["style_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 } },
|
|
249
|
+
{
|
|
250
|
+
context: [
|
|
251
|
+
["style_wp", 1], ["the", 0], ["ordinal", 1], ["word_wp", 1], ["statefulElementInContext_wp", 0], ["the", 0], ["ordinal", 0], ["list", 0], ["ordinal", 0], ["paragraph_wp", 0]
|
|
252
|
+
],
|
|
253
|
+
choose: { index: 0, increment: true }
|
|
254
|
+
},
|
|
255
|
+
|
|
256
|
+
{
|
|
257
|
+
context: [['underline_wp', 0], ['article', 0], ['word_wp', 0], ['statefulElementInContext_wp', 0], ['the', 0], ['ordinal', 0], ['paragraph_wp', 0]],
|
|
258
|
+
choose: { index: 0, increment: true },
|
|
259
|
+
},
|
|
260
|
+
|
|
261
|
+
{
|
|
262
|
+
context: [['underline_wp', 0], ['article', 0], ['word_wp', 0], ['statefulElementInContext_wp', 0], ['the', 0], ['ordinal', 1], ['paragraph_wp', 0]],
|
|
263
|
+
choose: { index: 0, increment: true },
|
|
264
|
+
},
|
|
265
|
+
|
|
266
|
+
{ context: [["style_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 } },
|
|
250
267
|
|
|
251
268
|
{ context: [["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
|
|
252
269
|
{ context: [["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["unknown",0]], choose: 0 },
|
package/package.json
CHANGED
|
@@ -352,8 +352,8 @@
|
|
|
352
352
|
"scriptjs": "^2.5.9",
|
|
353
353
|
"table": "^6.7.1",
|
|
354
354
|
"uuid": "^9.0.0",
|
|
355
|
-
"theprogrammablemind_4wp": "9.4.5-beta.
|
|
355
|
+
"theprogrammablemind_4wp": "9.4.5-beta.9"
|
|
356
356
|
},
|
|
357
|
-
"version": "9.4.5-beta.
|
|
357
|
+
"version": "9.4.5-beta.9",
|
|
358
358
|
"license": "UNLICENSED"
|
|
359
359
|
}
|