@vuu-ui/vuu-codemirror 0.6.25-debug → 0.6.26-debug

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.
package/esm/index.js CHANGED
@@ -15051,6 +15051,9 @@ var specialKeys = {
15051
15051
  // ../vuu-utils/src/json-utils.ts
15052
15052
  var { COUNT: COUNT2 } = metadataKeys;
15053
15053
 
15054
+ // ../vuu-utils/src/row-utils.ts
15055
+ var { IDX } = metadataKeys;
15056
+
15054
15057
  // src/suggestion-utils.ts
15055
15058
  var NO_OPTIONS = {};
15056
15059
  var applyWithCursorMove = () => (view, completion, from) => {