@fern-api/fern-api-dev 5.8.1-7-gebf880b1f4c → 5.8.2-1-g130b0d44b88
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
|
@@ -622632,7 +622632,7 @@ var AccessTokenPosthogManager = class {
|
|
|
622632
622632
|
properties: {
|
|
622633
622633
|
...event,
|
|
622634
622634
|
...event.properties,
|
|
622635
|
-
version: "5.8.1-
|
|
622635
|
+
version: "5.8.2-1-g130b0d44b88",
|
|
622636
622636
|
usingAccessToken: true
|
|
622637
622637
|
}
|
|
622638
622638
|
});
|
|
@@ -622686,7 +622686,7 @@ var UserPosthogManager = class {
|
|
|
622686
622686
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
622687
622687
|
event: "CLI",
|
|
622688
622688
|
properties: {
|
|
622689
|
-
version: "5.8.1-
|
|
622689
|
+
version: "5.8.2-1-g130b0d44b88",
|
|
622690
622690
|
...event,
|
|
622691
622691
|
...event.properties,
|
|
622692
622692
|
usingAccessToken: false,
|
|
@@ -847588,7 +847588,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
847588
847588
|
var LOGS_FOLDER_NAME = "logs";
|
|
847589
847589
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
847590
847590
|
function getCliSource() {
|
|
847591
|
-
const version7 = "5.8.1-
|
|
847591
|
+
const version7 = "5.8.2-1-g130b0d44b88";
|
|
847592
847592
|
return `cli@${version7}`;
|
|
847593
847593
|
}
|
|
847594
847594
|
var DebugLogger = class {
|
|
@@ -860241,7 +860241,7 @@ var LegacyDocsPublisher = class {
|
|
|
860241
860241
|
previewId,
|
|
860242
860242
|
disableTemplates: void 0,
|
|
860243
860243
|
skipUpload,
|
|
860244
|
-
cliVersion: "5.8.1-
|
|
860244
|
+
cliVersion: "5.8.2-1-g130b0d44b88",
|
|
860245
860245
|
loginCommand: "fern auth login"
|
|
860246
860246
|
});
|
|
860247
860247
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -934683,7 +934683,7 @@ var CliContext = class _CliContext {
|
|
|
934683
934683
|
if (false) {
|
|
934684
934684
|
this.logger.error("CLI_VERSION is not defined");
|
|
934685
934685
|
}
|
|
934686
|
-
return "5.8.1-
|
|
934686
|
+
return "5.8.2-1-g130b0d44b88";
|
|
934687
934687
|
}
|
|
934688
934688
|
getCliName() {
|
|
934689
934689
|
if (false) {
|
package/package.json
CHANGED