tpmkms 9.7.1-beta.21 → 9.7.1-beta.22

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.
Files changed (2) hide show
  1. package/common/wp.js +2 -1
  2. package/package.json +2 -2
package/common/wp.js CHANGED
@@ -243,6 +243,7 @@ template = {
243
243
  ],
244
244
  associations: {
245
245
  positive: [
246
+ { context: [["style_wp", 0], ["the", 0], ["letter_wp", 0], ["statefulElementInContext_wp", 0], ["the", 0], ["ordinal", 1], ["word_wp", 0]], choose: { index: 0, increment: true } },
246
247
  { context: [["style_wp", 0], ["the", 0], ["letter_wp", 0], ["statefulElementInContext_wp", 0], ["the", 0], ["ordinal", 1], ["paragraph_wp", 0]], choose: { index: 0, increment: true } },
247
248
 
248
249
  { 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 } },
@@ -502,7 +503,7 @@ knowledgeModule({
502
503
  checks: {
503
504
  context: [defaultContextCheck({ extra: ['distributer', 'subject', 'element', 'letters', 'target', 'conditions' ] })],
504
505
  objects: [
505
- 'changeState',
506
+ { property: 'changeState', all: true },
506
507
  { km: 'ui' },
507
508
  ],
508
509
  },
package/package.json CHANGED
@@ -398,8 +398,8 @@
398
398
  "scriptjs": "^2.5.9",
399
399
  "table": "^6.7.1",
400
400
  "uuid": "^9.0.0",
401
- "theprogrammablemind": "9.7.1-beta.21"
401
+ "theprogrammablemind": "9.7.1-beta.22"
402
402
  },
403
- "version": "9.7.1-beta.21",
403
+ "version": "9.7.1-beta.22",
404
404
  "license": "UNLICENSED"
405
405
  }