@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/{chunk-77UJJ6YQ.js → chunk-TQTWTPPG.js} +56 -31
- package/dist/cli.cjs +27 -2104
- package/dist/cli.js +1 -2
- package/dist/index.cjs +30 -2107
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -2
- package/package.json +1 -1
- package/dist/chunk-MCKGQKYU.js +0 -15
- package/dist/sql-wasm-LT2WFO7Q.js +0 -2097
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,
|
|
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,
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neuralsea/workspace-indexer",
|
|
3
|
-
"version": "0.4.
|
|
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",
|
package/dist/chunk-MCKGQKYU.js
DELETED
|
@@ -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
|
-
};
|