fss-link 1.0.61 → 1.0.62
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 -2
- package/package.json +2 -1
package/bundle/fss-link.js
CHANGED
|
@@ -21920,7 +21920,7 @@ function createContentGeneratorConfig(config, authType) {
|
|
|
21920
21920
|
return contentGeneratorConfig;
|
|
21921
21921
|
}
|
|
21922
21922
|
async function createContentGenerator(config, gcConfig, sessionId2) {
|
|
21923
|
-
const version = "1.0.
|
|
21923
|
+
const version = "1.0.62";
|
|
21924
21924
|
const userAgent = `FSS-Link/${version} (${process.platform}; ${process.arch})`;
|
|
21925
21925
|
const baseHeaders = {
|
|
21926
21926
|
"User-Agent": userAgent
|
|
@@ -372796,7 +372796,7 @@ async function getPackageJson() {
|
|
|
372796
372796
|
// packages/cli/src/utils/version.ts
|
|
372797
372797
|
async function getCliVersion() {
|
|
372798
372798
|
const pkgJson = await getPackageJson();
|
|
372799
|
-
return "1.0.
|
|
372799
|
+
return "1.0.62";
|
|
372800
372800
|
}
|
|
372801
372801
|
|
|
372802
372802
|
// 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.62",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
"react-dom": "19.1.1",
|
|
126
126
|
"read-package-up": "^11.0.0",
|
|
127
127
|
"shell-quote": "^1.8.3",
|
|
128
|
+
"simple-git": "^3.28.0",
|
|
128
129
|
"sql.js": "^1.11.0",
|
|
129
130
|
"string-width": "^7.1.0",
|
|
130
131
|
"strip-ansi": "^7.1.0",
|