@neuralsea/workspace-indexer 0.4.0 → 0.4.1

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/dist/index.d.cts CHANGED
@@ -893,7 +893,7 @@ declare class WorkspaceStore {
893
893
  type SqlJsAdapterOptions = {
894
894
  /**
895
895
  * sql.js locateFile hook used to find `sql-wasm.wasm`.
896
- * If omitted, sql.js resolves relative to its own package.
896
+ * If omitted, a Node-only default is used to resolve the wasm from the installed `sql.js` package.
897
897
  */
898
898
  locateFile?: (file: string) => string;
899
899
  /** Provide a preloaded wasm binary (avoids filesystem/network lookups). */
package/dist/index.d.ts CHANGED
@@ -893,7 +893,7 @@ declare class WorkspaceStore {
893
893
  type SqlJsAdapterOptions = {
894
894
  /**
895
895
  * sql.js locateFile hook used to find `sql-wasm.wasm`.
896
- * If omitted, sql.js resolves relative to its own package.
896
+ * If omitted, a Node-only default is used to resolve the wasm from the installed `sql.js` package.
897
897
  */
898
898
  locateFile?: (file: string) => string;
899
899
  /** Provide a preloaded wasm binary (avoids filesystem/network lookups). */
package/dist/index.js CHANGED
@@ -31,8 +31,7 @@ import {
31
31
  pickRepoOverride,
32
32
  sqlJsAdapter,
33
33
  stableSymbolId
34
- } from "./chunk-77UJJ6YQ.js";
35
- import "./chunk-MCKGQKYU.js";
34
+ } from "./chunk-TQTWTPPG.js";
36
35
 
37
36
  // src/symbolGraph/vscodeProvider.ts
38
37
  import path2 from "path";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuralsea/workspace-indexer",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Local-first multi-repo workspace indexer (semantic embeddings + git-aware incremental updates + hybrid retrieval profiles) for AI agents.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,15 +0,0 @@
1
- var __getOwnPropNames = Object.getOwnPropertyNames;
2
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
3
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
4
- }) : x)(function(x) {
5
- if (typeof require !== "undefined") return require.apply(this, arguments);
6
- throw Error('Dynamic require of "' + x + '" is not supported');
7
- });
8
- var __commonJS = (cb, mod) => function __require2() {
9
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
10
- };
11
-
12
- export {
13
- __require,
14
- __commonJS
15
- };