ekms 9.5.1-beta.5 → 9.5.1-beta.6

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 (70) hide show
  1. package/common/animals.instance.json +21 -61
  2. package/common/asking.js +102 -100
  3. package/common/can.instance.json +17 -0
  4. package/common/can.js +188 -0
  5. package/common/characters.js +3 -3
  6. package/common/colors.instance.json +38 -10
  7. package/common/comparable.instance.json +2 -2
  8. package/common/concept.test.json +54 -40
  9. package/common/conjunction.js +13 -5
  10. package/common/crew.instance.json +26 -26
  11. package/common/crew.js +1 -1
  12. package/common/currency.js +1 -1
  13. package/common/dates.instance.json +87 -3
  14. package/common/dialogues.js +11 -8
  15. package/common/dimension.instance.json +1 -1
  16. package/common/edible.instance.json +79 -95
  17. package/common/emotions.instance.json +6 -10
  18. package/common/emotions.js +1 -1
  19. package/common/english_helpers.js +277 -67
  20. package/common/fastfood.instance.json +235 -807
  21. package/common/fastfood.js +4 -4
  22. package/common/formulas.instance.json +1 -1
  23. package/common/gdefaults.js +41 -9
  24. package/common/help.js +2 -2
  25. package/common/helpers/concept.js +1 -1
  26. package/common/helpers/conjunction.js +54 -44
  27. package/common/helpers/dateTimeSelectors.js +2 -2
  28. package/common/helpers/dialogues.js +1 -1
  29. package/common/helpers/formulas.js +13 -11
  30. package/common/helpers/menus.js +12 -12
  31. package/common/helpers/meta.js +8 -8
  32. package/common/helpers/properties.js +76 -15
  33. package/common/helpers.js +82 -46
  34. package/common/hierarchy.js +3 -3
  35. package/common/kirk.instance.json +1 -1
  36. package/common/length.instance.json +2 -2
  37. package/common/math.instance.json +20 -20
  38. package/common/math.js +45 -44
  39. package/common/menus.instance.json +3 -3
  40. package/common/menus.js +1 -1
  41. package/common/meta.js +49 -33
  42. package/common/ordering.instance.json +16 -28
  43. package/common/ordering.js +1 -1
  44. package/common/ordering.test.json +354 -296
  45. package/common/people.instance.json +36 -47
  46. package/common/people.js +1 -1
  47. package/common/people.test.json +952 -681
  48. package/common/pipboy.instance.json +72 -16
  49. package/common/pokemon.instance.json +8 -8
  50. package/common/pokemon.js +1 -1
  51. package/common/pressure.instance.json +2 -2
  52. package/common/properties.instance.json +1 -1
  53. package/common/properties.js +16 -3
  54. package/common/reminders.js +1 -1
  55. package/common/reports.instance.json +3 -3
  56. package/common/reports.js +18 -16
  57. package/common/scorekeeper.js +4 -4
  58. package/common/sdefaults.js +22 -2
  59. package/common/spock.instance.json +1 -1
  60. package/common/stgame.js +1 -1
  61. package/common/stm.js +2 -2
  62. package/common/tell.js +1 -1
  63. package/common/temperature.instance.json +2 -2
  64. package/common/tester.js +3 -3
  65. package/common/time.js +3 -3
  66. package/common/tokenize.js +1 -1
  67. package/common/weight.instance.json +2 -2
  68. package/common/wp.instance.json +62 -6
  69. package/common/wp.js +4 -4
  70. package/package.json +4 -2
@@ -5362,7 +5362,7 @@
5362
5362
  "word": "ownee",
5363
5363
  "range": {
5364
5364
  "start": 0,
5365
- "end": 22
5365
+ "end": 4
5366
5366
  },
5367
5367
  "dead": true,
5368
5368
  "types": [
@@ -5401,12 +5401,7 @@
5401
5401
  },
5402
5402
  "do": {
5403
5403
  "left": "owner",
5404
- "right": "ownee",
5405
- "range": {
5406
- "start": 30,
5407
- "end": 45
5408
- },
5409
- "text": ""
5404
+ "right": "ownee"
5410
5405
  },
5411
5406
  "owner": {
5412
5407
  "marker": "owner",
@@ -5447,8 +5442,8 @@
5447
5442
  "marker": "owns",
5448
5443
  "word": "owns",
5449
5444
  "range": {
5450
- "start": 30,
5451
- "end": 45
5445
+ "start": 36,
5446
+ "end": 39
5452
5447
  },
5453
5448
  "evaluateWord": true,
5454
5449
  "imperative": false,
@@ -5468,7 +5463,8 @@
5468
5463
  "property": "owner"
5469
5464
  },
5470
5465
  {
5471
- "property": "operator"
5466
+ "property": "operator",
5467
+ "number": "owner"
5472
5468
  },
5473
5469
  {
5474
5470
  "property": "ownee"
@@ -6962,7 +6958,7 @@
6962
6958
  ],
6963
6959
  "ops": [
6964
6960
  [
6965
- "isEd",
6961
+ "is",
6966
6962
  0
6967
6963
  ],
6968
6964
  [
@@ -7020,7 +7016,7 @@
7020
7016
  "word": "ownervar",
7021
7017
  "range": {
7022
7018
  "start": 0,
7023
- "end": 28
7019
+ "end": 7
7024
7020
  },
7025
7021
  "dead": true,
7026
7022
  "types": [
@@ -7057,30 +7053,15 @@
7057
7053
  "types": [
7058
7054
  "owner"
7059
7055
  ],
7060
- "word": "owner",
7061
- "range": {
7062
- "start": 12,
7063
- "end": 28
7064
- },
7065
- "text": ""
7056
+ "word": "owner"
7066
7057
  },
7067
7058
  "ownee": {
7068
7059
  "marker": "ownee",
7069
7060
  "types": [
7070
7061
  "ownee"
7071
7062
  ],
7072
- "word": "ownee",
7073
- "range": {
7074
- "start": 12,
7075
- "end": 28
7076
- },
7077
- "text": ""
7078
- },
7079
- "range": {
7080
- "start": 12,
7081
- "end": 28
7082
- },
7083
- "text": "ed by by"
7063
+ "word": "ownee"
7064
+ }
7084
7065
  },
7085
7066
  "constraint": {
7086
7067
  "marker": "owned",
@@ -7088,8 +7069,8 @@
7088
7069
  "word": "owned",
7089
7070
  "text": "owned",
7090
7071
  "range": {
7091
- "start": 12,
7092
- "end": 28
7072
+ "start": 21,
7073
+ "end": 25
7093
7074
  },
7094
7075
  "dead": true,
7095
7076
  "constrained": true,
@@ -7111,7 +7092,7 @@
7111
7092
  "word": "owneevar",
7112
7093
  "range": {
7113
7094
  "start": 12,
7114
- "end": 28
7095
+ "end": 19
7115
7096
  },
7116
7097
  "dead": true,
7117
7098
  "types": [
@@ -7171,7 +7152,7 @@
7171
7152
  0
7172
7153
  ],
7173
7154
  [
7174
- "ownee",
7155
+ "owned",
7175
7156
  0
7176
7157
  ],
7177
7158
  [
@@ -7181,7 +7162,11 @@
7181
7162
  ],
7182
7163
  [
7183
7164
  [
7184
- "owned",
7165
+ "is",
7166
+ 0
7167
+ ],
7168
+ [
7169
+ "ownee",
7185
7170
  0
7186
7171
  ],
7187
7172
  [
@@ -7372,7 +7357,7 @@
7372
7357
  },
7373
7358
  {
7374
7359
  "marker": [
7375
- "isEd",
7360
+ "is",
7376
7361
  0
7377
7362
  ],
7378
7363
  "range": {
@@ -8900,6 +8885,20 @@
8900
8885
  0
8901
8886
  ]
8902
8887
  ],
8888
+ [
8889
+ [
8890
+ "is",
8891
+ 0
8892
+ ],
8893
+ [
8894
+ "owned",
8895
+ 0
8896
+ ],
8897
+ [
8898
+ "unknown",
8899
+ 0
8900
+ ]
8901
+ ],
8903
8902
  [
8904
8903
  [
8905
8904
  "is",
@@ -9128,16 +9127,6 @@
9128
9127
  0
9129
9128
  ]
9130
9129
  ],
9131
- [
9132
- [
9133
- "owned",
9134
- 0
9135
- ],
9136
- [
9137
- "unknown",
9138
- 0
9139
- ]
9140
- ],
9141
9130
  [
9142
9131
  [
9143
9132
  "owned",
@@ -10511,7 +10500,7 @@
10511
10500
  },
10512
10501
  {
10513
10502
  "marker": [
10514
- "isEd",
10503
+ "is",
10515
10504
  0
10516
10505
  ],
10517
10506
  "range": {
package/common/people.js CHANGED
@@ -41,7 +41,7 @@ const config = {
41
41
 
42
42
  };
43
43
 
44
- const initializer = ({baseConfig, context, apis, isModule}) => {
44
+ function initializer({baseConfig, context, apis, isModule}) {
45
45
  // const api = km('properties').api
46
46
  const api = apis('properties')
47
47
  // setup paraphrase