fss-link 1.0.5 → 1.0.7

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.
Files changed (2) hide show
  1. package/bundle/fss-link.js +2 -2
  2. package/package.json +33 -2
@@ -7583,7 +7583,7 @@ async function getPackageJson() {
7583
7583
  // packages/cli/src/utils/version.ts
7584
7584
  async function getCliVersion() {
7585
7585
  const pkgJson = await getPackageJson();
7586
- return "1.0.5";
7586
+ return "1.0.7";
7587
7587
  }
7588
7588
 
7589
7589
  // packages/cli/src/ui/commands/aboutCommand.ts
@@ -7635,7 +7635,7 @@ import open from "open";
7635
7635
  import process6 from "node:process";
7636
7636
 
7637
7637
  // packages/cli/src/generated/git-commit.ts
7638
- var GIT_COMMIT_INFO = "8cf3583";
7638
+ var GIT_COMMIT_INFO = "a6af513";
7639
7639
 
7640
7640
  // packages/cli/src/ui/commands/bugCommand.ts
7641
7641
  import { sessionId as sessionId3 } from "@fsscoding/fss-link-core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fss-link",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -92,13 +92,44 @@
92
92
  "yargs": "^17.7.2"
93
93
  },
94
94
  "dependencies": {
95
+ "@fsscoding/fss-link-core": "1.0.1",
96
+ "@google/genai": "1.9.0",
97
+ "@iarna/toml": "^2.2.5",
98
+ "@modelcontextprotocol/sdk": "^1.15.1",
99
+ "@types/better-sqlite3": "^7.6.13",
95
100
  "@types/fs-extra": "^11.0.4",
101
+ "@types/update-notifier": "^6.0.8",
96
102
  "axios": "^1.11.0",
103
+ "better-sqlite3": "^12.2.0",
97
104
  "cheerio": "^1.1.2",
105
+ "command-exists": "^1.2.9",
106
+ "diff": "^7.0.0",
107
+ "dotenv": "^17.1.0",
98
108
  "fs-extra": "^11.3.1",
109
+ "glob": "^10.4.1",
110
+ "highlight.js": "^11.11.1",
111
+ "ink": "^6.1.1",
112
+ "ink-big-text": "^2.0.0",
113
+ "ink-gradient": "^3.0.0",
114
+ "ink-link": "^4.1.0",
115
+ "ink-select-input": "^6.2.0",
116
+ "ink-spinner": "^5.0.0",
117
+ "lowlight": "^3.3.0",
118
+ "mime-types": "^3.0.1",
99
119
  "node-fetch": "^3.3.2",
120
+ "open": "^10.1.2",
100
121
  "p-limit": "^7.1.1",
101
- "strip-ansi": "^7.1.0"
122
+ "qrcode-terminal": "^0.12.0",
123
+ "react": "^19.1.0",
124
+ "read-package-up": "^11.0.0",
125
+ "shell-quote": "^1.8.3",
126
+ "string-width": "^7.1.0",
127
+ "strip-ansi": "^7.1.0",
128
+ "strip-json-comments": "^3.1.1",
129
+ "undici": "^7.10.0",
130
+ "update-notifier": "^7.3.1",
131
+ "yargs": "^17.7.2",
132
+ "zod": "^3.23.8"
102
133
  },
103
134
  "optionalDependencies": {
104
135
  "@lydell/node-pty": "1.1.0",