tpmkms_4wp 9.5.1-beta.33 → 9.5.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.
@@ -1497,7 +1497,7 @@
1497
1497
  "end": 22
1498
1498
  },
1499
1499
  "dead": true,
1500
- "modifiers": [
1500
+ "conceptModifiers": [
1501
1501
  {
1502
1502
  "value": "chicken",
1503
1503
  "unknown": true,
@@ -2372,7 +2372,7 @@
2372
2372
  "end": 22
2373
2373
  },
2374
2374
  "dead": true,
2375
- "modifiers": [
2375
+ "conceptModifiers": [
2376
2376
  {
2377
2377
  "value": "chicken",
2378
2378
  "number": "one",
@@ -7917,7 +7917,7 @@
7917
7917
  "end": 15
7918
7918
  },
7919
7919
  "dead": true,
7920
- "modifiers": [
7920
+ "conceptModifiers": [
7921
7921
  {
7922
7922
  "value": "hot",
7923
7923
  "unknown": true,
@@ -12143,7 +12143,7 @@
12143
12143
  "end": 20
12144
12144
  },
12145
12145
  "dead": true,
12146
- "modifiers": [
12146
+ "conceptModifiers": [
12147
12147
  {
12148
12148
  "value": "french",
12149
12149
  "unknown": true,
@@ -20335,7 +20335,7 @@
20335
20335
  "end": 17
20336
20336
  },
20337
20337
  "dead": true,
20338
- "modifiers": [
20338
+ "conceptModifiers": [
20339
20339
  {
20340
20340
  "value": "apple",
20341
20341
  "number": "one",
@@ -29783,7 +29783,7 @@
29783
29783
  "end": 20
29784
29784
  },
29785
29785
  "dead": true,
29786
- "modifiers": [
29786
+ "conceptModifiers": [
29787
29787
  {
29788
29788
  "value": "french",
29789
29789
  "number": "one",
@@ -37313,7 +37313,7 @@
37313
37313
  "end": 20
37314
37314
  },
37315
37315
  "dead": true,
37316
- "modifiers": [
37316
+ "conceptModifiers": [
37317
37317
  {
37318
37318
  "value": "cereal",
37319
37319
  "unknown": true,
@@ -61511,7 +61511,7 @@
61511
61511
  "end": 19
61512
61512
  },
61513
61513
  "dead": true,
61514
- "modifiers": [
61514
+ "conceptModifiers": [
61515
61515
  {
61516
61516
  "value": "apple",
61517
61517
  "number": "one",
@@ -64400,7 +64400,7 @@
64400
64400
  "end": 22
64401
64401
  },
64402
64402
  "dead": true,
64403
- "modifiers": [
64403
+ "conceptModifiers": [
64404
64404
  {
64405
64405
  "value": "chocolate",
64406
64406
  "unknown": true,
package/common/errors.js CHANGED
@@ -53,13 +53,13 @@ knowledgeModule({
53
53
  ...defaultContextCheck(),
54
54
  {
55
55
  property: 'quantity',
56
- filter: ['marker', 'value'],
56
+ check: ['marker', 'value'],
57
57
  },
58
58
  {
59
59
  property: 'pieces',
60
- filter: [
60
+ check: [
61
61
  'marker', 'text',
62
- { property: 'count', filter: ['marker', 'value'] },
62
+ { property: 'count', check: ['marker', 'value'] },
63
63
  ]
64
64
  }]
65
65
  },