ekms 8.7.0 → 8.8.0

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.
@@ -180,6 +180,11 @@
180
180
  "theAble",
181
181
  false
182
182
  ],
183
+ [
184
+ "propertyOf",
185
+ "preposition",
186
+ false
187
+ ],
183
188
  [
184
189
  "punctuation",
185
190
  "punctuation",
@@ -65,14 +65,14 @@ knowledgeModule( {
65
65
  description: 'emotions related concepts',
66
66
  test: {
67
67
  name: './emotions.test.json',
68
- contents: emotions_tests
68
+ contents: emotions_tests,
69
+ checks: {
70
+ context: defaultContextCheck(),
71
+ },
69
72
  },
70
73
  template: {
71
74
  template,
72
75
  instance: emotions_instance,
73
- checks: {
74
- context: defaultContextCheck(),
75
- },
76
76
 
77
77
  },
78
78
  })