@fern-api/fern-api-dev 4.71.1-1-gb9108d42ae3 → 4.71.1-2-g6dfd6a7a9b0
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
|
@@ -621062,7 +621062,7 @@ var AccessTokenPosthogManager = class {
|
|
|
621062
621062
|
properties: {
|
|
621063
621063
|
...event,
|
|
621064
621064
|
...event.properties,
|
|
621065
|
-
version: "4.71.1-
|
|
621065
|
+
version: "4.71.1-2-g6dfd6a7a9b0",
|
|
621066
621066
|
usingAccessToken: true
|
|
621067
621067
|
}
|
|
621068
621068
|
});
|
|
@@ -621116,7 +621116,7 @@ var UserPosthogManager = class {
|
|
|
621116
621116
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
621117
621117
|
event: "CLI",
|
|
621118
621118
|
properties: {
|
|
621119
|
-
version: "4.71.1-
|
|
621119
|
+
version: "4.71.1-2-g6dfd6a7a9b0",
|
|
621120
621120
|
...event,
|
|
621121
621121
|
...event.properties,
|
|
621122
621122
|
usingAccessToken: false,
|
|
@@ -838215,7 +838215,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
838215
838215
|
var LOGS_FOLDER_NAME = "logs";
|
|
838216
838216
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
838217
838217
|
function getCliSource() {
|
|
838218
|
-
const version7 = "4.71.1-
|
|
838218
|
+
const version7 = "4.71.1-2-g6dfd6a7a9b0";
|
|
838219
838219
|
return `cli@${version7}`;
|
|
838220
838220
|
}
|
|
838221
838221
|
var DebugLogger = class {
|
|
@@ -849462,7 +849462,7 @@ var LegacyDocsPublisher = class {
|
|
|
849462
849462
|
previewId,
|
|
849463
849463
|
disableTemplates: void 0,
|
|
849464
849464
|
skipUpload,
|
|
849465
|
-
cliVersion: "4.71.1-
|
|
849465
|
+
cliVersion: "4.71.1-2-g6dfd6a7a9b0"
|
|
849466
849466
|
});
|
|
849467
849467
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
849468
849468
|
return { success: false };
|
|
@@ -923798,7 +923798,7 @@ var CliContext = class _CliContext {
|
|
|
923798
923798
|
if (false) {
|
|
923799
923799
|
this.logger.error("CLI_VERSION is not defined");
|
|
923800
923800
|
}
|
|
923801
|
-
return "4.71.1-
|
|
923801
|
+
return "4.71.1-2-g6dfd6a7a9b0";
|
|
923802
923802
|
}
|
|
923803
923803
|
getCliName() {
|
|
923804
923804
|
if (false) {
|
package/package.json
CHANGED