@fern-api/fern-api-dev 3.71.0-1-gc3da8a4a779 → 3.71.0-2-g32e559c00c4
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
|
@@ -671980,7 +671980,7 @@ var AccessTokenPosthogManager = class {
|
|
|
671980
671980
|
properties: {
|
|
671981
671981
|
...event,
|
|
671982
671982
|
...event.properties,
|
|
671983
|
-
version: "3.71.0-
|
|
671983
|
+
version: "3.71.0-2-g32e559c00c4",
|
|
671984
671984
|
usingAccessToken: true
|
|
671985
671985
|
}
|
|
671986
671986
|
});
|
|
@@ -672079,7 +672079,7 @@ var UserPosthogManager = class {
|
|
|
672079
672079
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
672080
672080
|
event: "CLI",
|
|
672081
672081
|
properties: {
|
|
672082
|
-
version: "3.71.0-
|
|
672082
|
+
version: "3.71.0-2-g32e559c00c4",
|
|
672083
672083
|
...event,
|
|
672084
672084
|
...event.properties,
|
|
672085
672085
|
usingAccessToken: false,
|
|
@@ -1180586,7 +1180586,7 @@ var CliContext = class {
|
|
|
1180586
1180586
|
if (false) {
|
|
1180587
1180587
|
this.logger.error("CLI_VERSION is not defined");
|
|
1180588
1180588
|
}
|
|
1180589
|
-
return "3.71.0-
|
|
1180589
|
+
return "3.71.0-2-g32e559c00c4";
|
|
1180590
1180590
|
}
|
|
1180591
1180591
|
getCliName() {
|
|
1180592
1180592
|
if (false) {
|
|
@@ -1183706,7 +1183706,7 @@ var import_path58 = __toESM(require("path"), 1);
|
|
|
1183706
1183706
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
1183707
1183707
|
var LOGS_FOLDER_NAME = "logs";
|
|
1183708
1183708
|
function getCliSource() {
|
|
1183709
|
-
const version7 = "3.71.0-
|
|
1183709
|
+
const version7 = "3.71.0-2-g32e559c00c4";
|
|
1183710
1183710
|
return `cli@${version7}`;
|
|
1183711
1183711
|
}
|
|
1183712
1183712
|
var DebugLogger = class {
|
package/package.json
CHANGED