tpmkms 8.1.0 → 8.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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}) => {