fss-link 1.0.5 → 1.0.6
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/bundle/fss-link.js +3 -2
- package/package.json +33 -2
package/bundle/fss-link.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
#!/usr/bin/env node
|
|
2
3
|
|
|
3
4
|
// packages/cli/src/gemini.tsx
|
|
4
5
|
import React28 from "react";
|
|
@@ -7583,7 +7584,7 @@ async function getPackageJson() {
|
|
|
7583
7584
|
// packages/cli/src/utils/version.ts
|
|
7584
7585
|
async function getCliVersion() {
|
|
7585
7586
|
const pkgJson = await getPackageJson();
|
|
7586
|
-
return "1.0.
|
|
7587
|
+
return "1.0.6";
|
|
7587
7588
|
}
|
|
7588
7589
|
|
|
7589
7590
|
// packages/cli/src/ui/commands/aboutCommand.ts
|
|
@@ -7635,7 +7636,7 @@ import open from "open";
|
|
|
7635
7636
|
import process6 from "node:process";
|
|
7636
7637
|
|
|
7637
7638
|
// packages/cli/src/generated/git-commit.ts
|
|
7638
|
-
var GIT_COMMIT_INFO = "
|
|
7639
|
+
var GIT_COMMIT_INFO = "1134d1d";
|
|
7639
7640
|
|
|
7640
7641
|
// packages/cli/src/ui/commands/bugCommand.ts
|
|
7641
7642
|
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.
|
|
3
|
+
"version": "1.0.6",
|
|
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
|
-
"
|
|
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",
|