ekms 8.1.0 → 8.2.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.
@@ -211,7 +211,7 @@
211
211
  ],
212
212
  [
213
213
  "theAble",
214
- "theAble",
214
+ "queryable",
215
215
  false
216
216
  ],
217
217
  [
package/common/ui.js CHANGED
@@ -127,6 +127,7 @@ const config = {
127
127
  id: "move",
128
128
  isA: ['verb'],
129
129
  level: 0,
130
+ localHierarchy: [['thisitthat', 'moveable']],
130
131
  optional: { 1: "{ marker: 'moveable', pullFromContext: true, default: true, skipDefault: true }" },
131
132
  bridge: "{ ...next(operator), operator: operator, moveable: after[0], direction: after[1], generate: ['operator', 'moveable', 'direction' ] }",
132
133
  semantic: ({api, context}) => {