latticesql 4.3.3 → 4.3.5

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/cli.js CHANGED
@@ -82096,7 +82096,7 @@ function printHelp() {
82096
82096
  );
82097
82097
  }
82098
82098
  function getVersion() {
82099
- if (true) return "4.3.3";
82099
+ if (true) return "4.3.5";
82100
82100
  try {
82101
82101
  const pkgPath = new URL("../package.json", import.meta.url).pathname;
82102
82102
  const pkg = JSON.parse(readFileSync26(pkgPath, "utf-8"));
@@ -81674,7 +81674,7 @@ ${e6.stack ?? ""}`
81674
81674
  }
81675
81675
 
81676
81676
  // src/desktop-entry.ts
81677
- var VERSION2 = true ? "4.3.3" : "unknown";
81677
+ var VERSION2 = true ? "4.3.5" : "unknown";
81678
81678
  export {
81679
81679
  VERSION2 as VERSION,
81680
81680
  ensureRootForGui,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "latticesql",
3
- "version": "4.3.3",
3
+ "version": "4.3.5",
4
4
  "description": "Persistent structured memory for AI agent systems — pluggable SQLite or Postgres backend, LLM context bridge",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",