@marimo-team/islands 0.19.10-dev22 → 0.19.10-dev23

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 (2) hide show
  1. package/dist/main.js +2 -2
  2. package/package.json +2 -2
package/dist/main.js CHANGED
@@ -18151,7 +18151,7 @@ ${JSON.stringify(e2, null, 4)}`);
18151
18151
  }
18152
18152
  });
18153
18153
  if (!_) return null;
18154
- let v = "items" in _ ? _.items : _, y = prefixMatch(v), S = y ? e.matchBefore(y) : e.matchBefore(/[a-zA-Z0-9]+/), { pos: w } = e, E = sortCompletionItems(v, S == null ? void 0 : S.text, this.languageId);
18154
+ let v = "items" in _ ? _.items : _, y = prefixMatch(v), S = y ? e.matchBefore(y) ?? e.matchBefore(/[a-zA-Z0-9_]+/) : e.matchBefore(/[a-zA-Z0-9_]+/), { pos: w } = e, E = sortCompletionItems(v, S == null ? void 0 : S.text, this.languageId);
18155
18155
  S && (w = S.from);
18156
18156
  let O = E.map((e2) => {
18157
18157
  var _a3, _b3;
@@ -73304,7 +73304,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
73304
73304
  return Logger.warn("Failed to get version from mount config"), null;
73305
73305
  }
73306
73306
  }
73307
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.10-dev22"), showCodeInRunModeAtom = atom(true);
73307
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.10-dev23"), showCodeInRunModeAtom = atom(true);
73308
73308
  atom(null);
73309
73309
  var import_compiler_runtime$88 = require_compiler_runtime();
73310
73310
  function useKeydownOnElement(e, r) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.19.10-dev22",
3
+ "version": "0.19.10-dev23",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -55,7 +55,7 @@
55
55
  "@lezer/markdown": "^1.6.3",
56
56
  "@lezer/python": "^1.1.18",
57
57
  "@marimo-team/codemirror-ai": "^0.3.5",
58
- "@marimo-team/codemirror-languageserver": "^1.16.11",
58
+ "@marimo-team/codemirror-languageserver": "^1.16.12",
59
59
  "@marimo-team/codemirror-mcp": "^0.1.5",
60
60
  "@marimo-team/codemirror-sql": "^0.2.4",
61
61
  "@marimo-team/llm-info": "workspace:*",