fss-link 1.0.29 → 1.0.30
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 +2 -2
package/bundle/fss-link.js
CHANGED
|
@@ -7695,7 +7695,7 @@ async function getPackageJson() {
|
|
|
7695
7695
|
// packages/cli/src/utils/version.ts
|
|
7696
7696
|
async function getCliVersion() {
|
|
7697
7697
|
const pkgJson = await getPackageJson();
|
|
7698
|
-
return "1.0.
|
|
7698
|
+
return "1.0.30";
|
|
7699
7699
|
}
|
|
7700
7700
|
|
|
7701
7701
|
// 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.30",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@types/fs-extra": "^11.0.4"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@fsscoding/fss-link-core": "1.0.
|
|
96
|
+
"@fsscoding/fss-link-core": "1.0.30",
|
|
97
97
|
"@google/genai": "1.9.0",
|
|
98
98
|
"@iarna/toml": "^2.2.5",
|
|
99
99
|
"@modelcontextprotocol/sdk": "^1.15.1",
|