fss-link 1.0.54 → 1.0.55

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.
@@ -10861,7 +10861,7 @@ async function getPackageJson() {
10861
10861
  // packages/cli/src/utils/version.ts
10862
10862
  async function getCliVersion() {
10863
10863
  const pkgJson = await getPackageJson();
10864
- return "1.0.54";
10864
+ return "1.0.55";
10865
10865
  }
10866
10866
 
10867
10867
  // packages/cli/src/ui/commands/aboutCommand.ts
@@ -10913,7 +10913,7 @@ import open from "open";
10913
10913
  import process6 from "node:process";
10914
10914
 
10915
10915
  // packages/cli/src/generated/git-commit.ts
10916
- var GIT_COMMIT_INFO = "1d10bdd7";
10916
+ var GIT_COMMIT_INFO = "f6d44d0e";
10917
10917
 
10918
10918
  // packages/cli/src/ui/commands/bugCommand.ts
10919
10919
  import { sessionId as sessionId3 } from "fss-link-core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fss-link",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -93,7 +93,7 @@
93
93
  "vitest": "^3.2.4"
94
94
  },
95
95
  "dependencies": {
96
- "@fsscoding/fss-link-core": "1.0.31",
96
+ "fss-link-core": "1.0.54",
97
97
  "@google/genai": "1.9.0",
98
98
  "@iarna/toml": "^2.2.5",
99
99
  "@modelcontextprotocol/sdk": "^1.15.1",