@fern-api/fern-api-dev 3.49.0 → 3.49.1
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 +4 -4
- package/package.json +1 -1
package/cli.cjs
CHANGED
|
@@ -1430141,7 +1430141,7 @@ var AccessTokenPosthogManager = class {
|
|
|
1430141
1430141
|
properties: {
|
|
1430142
1430142
|
...event,
|
|
1430143
1430143
|
...event.properties,
|
|
1430144
|
-
version: "3.49.
|
|
1430144
|
+
version: "3.49.1",
|
|
1430145
1430145
|
usingAccessToken: true
|
|
1430146
1430146
|
}
|
|
1430147
1430147
|
});
|
|
@@ -1430240,7 +1430240,7 @@ var UserPosthogManager = class {
|
|
|
1430240
1430240
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
1430241
1430241
|
event: "CLI",
|
|
1430242
1430242
|
properties: {
|
|
1430243
|
-
version: "3.49.
|
|
1430243
|
+
version: "3.49.1",
|
|
1430244
1430244
|
...event,
|
|
1430245
1430245
|
...event.properties,
|
|
1430246
1430246
|
usingAccessToken: false,
|
|
@@ -1509675,7 +1509675,7 @@ var CliContext = class {
|
|
|
1509675
1509675
|
if (false) {
|
|
1509676
1509676
|
this.logger.error("CLI_VERSION is not defined");
|
|
1509677
1509677
|
}
|
|
1509678
|
-
return "3.49.
|
|
1509678
|
+
return "3.49.1";
|
|
1509679
1509679
|
}
|
|
1509680
1509680
|
getCliName() {
|
|
1509681
1509681
|
if (false) {
|
|
@@ -1610890,7 +1610890,7 @@ var import_path40 = __toESM(require("path"), 1);
|
|
|
1610890
1610890
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
1610891
1610891
|
var LOGS_FOLDER_NAME = "logs";
|
|
1610892
1610892
|
function getCliSource() {
|
|
1610893
|
-
const version7 = "3.49.
|
|
1610893
|
+
const version7 = "3.49.1";
|
|
1610894
1610894
|
return `cli@${version7}`;
|
|
1610895
1610895
|
}
|
|
1610896
1610896
|
var DebugLogger = class {
|
package/package.json
CHANGED