@fern-api/fern-api-dev 4.42.0-1-g9c52fcac20e → 4.42.0
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
|
@@ -581649,7 +581649,7 @@ var AccessTokenPosthogManager = class {
|
|
|
581649
581649
|
properties: {
|
|
581650
581650
|
...event,
|
|
581651
581651
|
...event.properties,
|
|
581652
|
-
version: "4.42.0
|
|
581652
|
+
version: "4.42.0",
|
|
581653
581653
|
usingAccessToken: true
|
|
581654
581654
|
}
|
|
581655
581655
|
});
|
|
@@ -581700,7 +581700,7 @@ var UserPosthogManager = class {
|
|
|
581700
581700
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
581701
581701
|
event: "CLI",
|
|
581702
581702
|
properties: {
|
|
581703
|
-
version: "4.42.0
|
|
581703
|
+
version: "4.42.0",
|
|
581704
581704
|
...event,
|
|
581705
581705
|
...event.properties,
|
|
581706
581706
|
usingAccessToken: false,
|
|
@@ -787803,7 +787803,7 @@ var import_path51 = __toESM(require("path"), 1);
|
|
|
787803
787803
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
787804
787804
|
var LOGS_FOLDER_NAME = "logs";
|
|
787805
787805
|
function getCliSource() {
|
|
787806
|
-
const version8 = "4.42.0
|
|
787806
|
+
const version8 = "4.42.0";
|
|
787807
787807
|
return `cli@${version8}`;
|
|
787808
787808
|
}
|
|
787809
787809
|
var DebugLogger = class {
|
|
@@ -798618,7 +798618,7 @@ var LegacyDocsPublisher = class {
|
|
|
798618
798618
|
previewId: void 0,
|
|
798619
798619
|
disableTemplates: void 0,
|
|
798620
798620
|
skipUpload,
|
|
798621
|
-
cliVersion: "4.42.0
|
|
798621
|
+
cliVersion: "4.42.0"
|
|
798622
798622
|
});
|
|
798623
798623
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
798624
798624
|
return { success: false };
|
|
@@ -871246,7 +871246,7 @@ var CliContext = class {
|
|
|
871246
871246
|
if (false) {
|
|
871247
871247
|
this.logger.error("CLI_VERSION is not defined");
|
|
871248
871248
|
}
|
|
871249
|
-
return "4.42.0
|
|
871249
|
+
return "4.42.0";
|
|
871250
871250
|
}
|
|
871251
871251
|
getCliName() {
|
|
871252
871252
|
if (false) {
|
package/package.json
CHANGED