@fern-api/fern-api-dev 5.16.1-1-g7643b1fd345 → 5.16.1-5-gf16e7033c57
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/cli.cjs +5 -5
- package/package.json +1 -1
package/cli.cjs
CHANGED
|
@@ -660819,7 +660819,7 @@ var AccessTokenPosthogManager = class {
|
|
|
660819
660819
|
properties: {
|
|
660820
660820
|
...event,
|
|
660821
660821
|
...event.properties,
|
|
660822
|
-
version: "5.16.1-
|
|
660822
|
+
version: "5.16.1-5-gf16e7033c57",
|
|
660823
660823
|
usingAccessToken: true
|
|
660824
660824
|
}
|
|
660825
660825
|
});
|
|
@@ -660873,7 +660873,7 @@ var UserPosthogManager = class {
|
|
|
660873
660873
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
660874
660874
|
event: "CLI",
|
|
660875
660875
|
properties: {
|
|
660876
|
-
version: "5.16.1-
|
|
660876
|
+
version: "5.16.1-5-gf16e7033c57",
|
|
660877
660877
|
...event,
|
|
660878
660878
|
...event.properties,
|
|
660879
660879
|
usingAccessToken: false,
|
|
@@ -851854,7 +851854,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
851854
851854
|
var LOGS_FOLDER_NAME = "logs";
|
|
851855
851855
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
851856
851856
|
function getCliSource() {
|
|
851857
|
-
const version7 = "5.16.1-
|
|
851857
|
+
const version7 = "5.16.1-5-gf16e7033c57";
|
|
851858
851858
|
return `cli@${version7}`;
|
|
851859
851859
|
}
|
|
851860
851860
|
var DebugLogger = class {
|
|
@@ -864663,7 +864663,7 @@ var LegacyDocsPublisher = class {
|
|
|
864663
864663
|
previewId,
|
|
864664
864664
|
disableTemplates: void 0,
|
|
864665
864665
|
skipUpload,
|
|
864666
|
-
cliVersion: "5.16.1-
|
|
864666
|
+
cliVersion: "5.16.1-5-gf16e7033c57",
|
|
864667
864667
|
loginCommand: "fern auth login"
|
|
864668
864668
|
});
|
|
864669
864669
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -939241,7 +939241,7 @@ var CliContext = class _CliContext {
|
|
|
939241
939241
|
if (false) {
|
|
939242
939242
|
this.logger.error("CLI_VERSION is not defined");
|
|
939243
939243
|
}
|
|
939244
|
-
return "5.16.1-
|
|
939244
|
+
return "5.16.1-5-gf16e7033c57";
|
|
939245
939245
|
}
|
|
939246
939246
|
getCliName() {
|
|
939247
939247
|
if (false) {
|
package/package.json
CHANGED