@fern-api/fern-api-dev 4.68.3-3-g2b499fcba0f → 4.68.4
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
|
@@ -627016,7 +627016,7 @@ var AccessTokenPosthogManager = class {
|
|
|
627016
627016
|
properties: {
|
|
627017
627017
|
...event,
|
|
627018
627018
|
...event.properties,
|
|
627019
|
-
version: "4.68.
|
|
627019
|
+
version: "4.68.4",
|
|
627020
627020
|
usingAccessToken: true
|
|
627021
627021
|
}
|
|
627022
627022
|
});
|
|
@@ -627070,7 +627070,7 @@ var UserPosthogManager = class {
|
|
|
627070
627070
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
627071
627071
|
event: "CLI",
|
|
627072
627072
|
properties: {
|
|
627073
|
-
version: "4.68.
|
|
627073
|
+
version: "4.68.4",
|
|
627074
627074
|
...event,
|
|
627075
627075
|
...event.properties,
|
|
627076
627076
|
usingAccessToken: false,
|
|
@@ -844122,7 +844122,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
844122
844122
|
var LOGS_FOLDER_NAME = "logs";
|
|
844123
844123
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
844124
844124
|
function getCliSource() {
|
|
844125
|
-
const version7 = "4.68.
|
|
844125
|
+
const version7 = "4.68.4";
|
|
844126
844126
|
return `cli@${version7}`;
|
|
844127
844127
|
}
|
|
844128
844128
|
var DebugLogger = class {
|
|
@@ -855372,7 +855372,7 @@ var LegacyDocsPublisher = class {
|
|
|
855372
855372
|
previewId,
|
|
855373
855373
|
disableTemplates: void 0,
|
|
855374
855374
|
skipUpload,
|
|
855375
|
-
cliVersion: "4.68.
|
|
855375
|
+
cliVersion: "4.68.4"
|
|
855376
855376
|
});
|
|
855377
855377
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
855378
855378
|
return { success: false };
|
|
@@ -929193,7 +929193,7 @@ var CliContext = class _CliContext {
|
|
|
929193
929193
|
if (false) {
|
|
929194
929194
|
this.logger.error("CLI_VERSION is not defined");
|
|
929195
929195
|
}
|
|
929196
|
-
return "4.68.
|
|
929196
|
+
return "4.68.4";
|
|
929197
929197
|
}
|
|
929198
929198
|
getCliName() {
|
|
929199
929199
|
if (false) {
|
package/package.json
CHANGED