fss-link 1.0.10 → 1.0.11
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 +1 -1
- package/package.json +3 -3
package/bundle/fss-link.js
CHANGED
|
@@ -7689,7 +7689,7 @@ async function getPackageJson() {
|
|
|
7689
7689
|
// packages/cli/src/utils/version.ts
|
|
7690
7690
|
async function getCliVersion() {
|
|
7691
7691
|
const pkgJson = await getPackageJson();
|
|
7692
|
-
return "1.0.
|
|
7692
|
+
return "1.0.11";
|
|
7693
7693
|
}
|
|
7694
7694
|
|
|
7695
7695
|
// packages/cli/src/ui/commands/aboutCommand.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fss-link",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"typescript-eslint": "^8.30.1",
|
|
91
91
|
"vitest": "^3.2.4",
|
|
92
92
|
"yargs": "^17.7.2",
|
|
93
|
-
"@fsscoding/fss-link-core": "1.0.
|
|
93
|
+
"@fsscoding/fss-link-core": "1.0.2",
|
|
94
94
|
"@google/genai": "1.9.0",
|
|
95
95
|
"@iarna/toml": "^2.2.5",
|
|
96
96
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"zod": "^3.23.8"
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@fsscoding/fss-link-core": "1.0.
|
|
130
|
+
"@fsscoding/fss-link-core": "1.0.2",
|
|
131
131
|
"@google/genai": "1.9.0",
|
|
132
132
|
"@iarna/toml": "^2.2.5",
|
|
133
133
|
"@modelcontextprotocol/sdk": "^1.15.1",
|