fss-link 1.0.45 → 1.0.47

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.
@@ -686,7 +686,7 @@ export class FSSLinkDatabase {
686
686
  LIMIT 1
687
687
  `);
688
688
 
689
- const result = stmt.get([]);
689
+ const result = stmt.get() as any;
690
690
  if (!result) return null;
691
691
 
692
692
  return {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fss-link",
3
- "version": "1.0.45",
3
+ "version": "1.0.47",
4
4
  "description": "FSS Link - AI-powered coding assistant",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  "sandboxImageUri": "ghcr.io/fsscoding/fss-link:0.0.10"
29
29
  },
30
30
  "dependencies": {
31
- "fss-link-core": "1.0.43",
31
+ "fss-link-core": "1.0.45",
32
32
  "@google/genai": "1.9.0",
33
33
  "@iarna/toml": "^2.2.5",
34
34
  "@modelcontextprotocol/sdk": "^1.15.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fss-link",
3
- "version": "1.0.45",
3
+ "version": "1.0.47",
4
4
  "description": "FSS Link - AI-powered coding assistant",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  "sandboxImageUri": "ghcr.io/fsscoding/fss-link:0.0.10"
29
29
  },
30
30
  "dependencies": {
31
- "fss-link-core": "1.0.43",
31
+ "fss-link-core": "1.0.45",
32
32
  "@google/genai": "1.9.0",
33
33
  "@iarna/toml": "^2.2.5",
34
34
  "@modelcontextprotocol/sdk": "^1.15.1",