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