@fern-api/fern-api-dev 3.51.2-16-g9789d4847df → 3.51.2-17-gde0cf0dea0e
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
|
@@ -1662426,7 +1662426,7 @@ var AccessTokenPosthogManager = class {
|
|
|
1662426
1662426
|
properties: {
|
|
1662427
1662427
|
...event,
|
|
1662428
1662428
|
...event.properties,
|
|
1662429
|
-
version: "3.51.2-
|
|
1662429
|
+
version: "3.51.2-17-gde0cf0dea0e",
|
|
1662430
1662430
|
usingAccessToken: true
|
|
1662431
1662431
|
}
|
|
1662432
1662432
|
});
|
|
@@ -1662476,7 +1662476,7 @@ var UserPosthogManager = class {
|
|
|
1662476
1662476
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
1662477
1662477
|
event: "CLI",
|
|
1662478
1662478
|
properties: {
|
|
1662479
|
-
version: "3.51.2-
|
|
1662479
|
+
version: "3.51.2-17-gde0cf0dea0e",
|
|
1662480
1662480
|
...event,
|
|
1662481
1662481
|
...event.properties,
|
|
1662482
1662482
|
usingAccessToken: false,
|
|
@@ -1695618,7 +1695618,7 @@ var CliContext = class {
|
|
|
1695618
1695618
|
if (false) {
|
|
1695619
1695619
|
this.logger.error("CLI_VERSION is not defined");
|
|
1695620
1695620
|
}
|
|
1695621
|
-
return "3.51.2-
|
|
1695621
|
+
return "3.51.2-17-gde0cf0dea0e";
|
|
1695622
1695622
|
}
|
|
1695623
1695623
|
getCliName() {
|
|
1695624
1695624
|
if (false) {
|
|
@@ -1698731,7 +1698731,7 @@ var import_path54 = __toESM(require("path"), 1);
|
|
|
1698731
1698731
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
1698732
1698732
|
var LOGS_FOLDER_NAME = "logs";
|
|
1698733
1698733
|
function getCliSource() {
|
|
1698734
|
-
const version7 = "3.51.2-
|
|
1698734
|
+
const version7 = "3.51.2-17-gde0cf0dea0e";
|
|
1698735
1698735
|
return `cli@${version7}`;
|
|
1698736
1698736
|
}
|
|
1698737
1698737
|
var DebugLogger = class {
|
package/package.json
CHANGED