@fern-api/fern-api-dev 3.29.1-3-g8700a8fa0e → 3.29.1-5-g5b01898e38
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
|
@@ -1413604,7 +1413604,7 @@ var AccessTokenPosthogManager = class {
|
|
|
1413604
1413604
|
properties: {
|
|
1413605
1413605
|
...event,
|
|
1413606
1413606
|
...event.properties,
|
|
1413607
|
-
version: "3.29.1-
|
|
1413607
|
+
version: "3.29.1-5-g5b01898e38",
|
|
1413608
1413608
|
usingAccessToken: true
|
|
1413609
1413609
|
}
|
|
1413610
1413610
|
});
|
|
@@ -1413703,7 +1413703,7 @@ var UserPosthogManager = class {
|
|
|
1413703
1413703
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
1413704
1413704
|
event: "CLI",
|
|
1413705
1413705
|
properties: {
|
|
1413706
|
-
version: "3.29.1-
|
|
1413706
|
+
version: "3.29.1-5-g5b01898e38",
|
|
1413707
1413707
|
...event,
|
|
1413708
1413708
|
...event.properties,
|
|
1413709
1413709
|
usingAccessToken: false,
|
|
@@ -1493769,7 +1493769,7 @@ var CliContext = class {
|
|
|
1493769
1493769
|
if (false) {
|
|
1493770
1493770
|
this.logger.error("CLI_VERSION is not defined");
|
|
1493771
1493771
|
}
|
|
1493772
|
-
return "3.29.1-
|
|
1493772
|
+
return "3.29.1-5-g5b01898e38";
|
|
1493773
1493773
|
}
|
|
1493774
1493774
|
getCliName() {
|
|
1493775
1493775
|
if (false) {
|
|
@@ -1588528,7 +1588528,7 @@ var import_path35 = __toESM(require("path"), 1);
|
|
|
1588528
1588528
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
1588529
1588529
|
var LOGS_FOLDER_NAME = "logs";
|
|
1588530
1588530
|
function getCliSource() {
|
|
1588531
|
-
const version6 = "3.29.1-
|
|
1588531
|
+
const version6 = "3.29.1-5-g5b01898e38";
|
|
1588532
1588532
|
return `cli@${version6}`;
|
|
1588533
1588533
|
}
|
|
1588534
1588534
|
var DebugLogger = class {
|
package/package.json
CHANGED