@fern-api/fern-api-dev 3.47.2-1-gd008cde458 → 3.47.2-3-ge2d0e1073d
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
|
@@ -1428921,7 +1428921,7 @@ var AccessTokenPosthogManager = class {
|
|
|
1428921
1428921
|
properties: {
|
|
1428922
1428922
|
...event,
|
|
1428923
1428923
|
...event.properties,
|
|
1428924
|
-
version: "3.47.2-
|
|
1428924
|
+
version: "3.47.2-3-ge2d0e1073d",
|
|
1428925
1428925
|
usingAccessToken: true
|
|
1428926
1428926
|
}
|
|
1428927
1428927
|
});
|
|
@@ -1429020,7 +1429020,7 @@ var UserPosthogManager = class {
|
|
|
1429020
1429020
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
1429021
1429021
|
event: "CLI",
|
|
1429022
1429022
|
properties: {
|
|
1429023
|
-
version: "3.47.2-
|
|
1429023
|
+
version: "3.47.2-3-ge2d0e1073d",
|
|
1429024
1429024
|
...event,
|
|
1429025
1429025
|
...event.properties,
|
|
1429026
1429026
|
usingAccessToken: false,
|
|
@@ -1508393,7 +1508393,7 @@ var CliContext = class {
|
|
|
1508393
1508393
|
if (false) {
|
|
1508394
1508394
|
this.logger.error("CLI_VERSION is not defined");
|
|
1508395
1508395
|
}
|
|
1508396
|
-
return "3.47.2-
|
|
1508396
|
+
return "3.47.2-3-ge2d0e1073d";
|
|
1508397
1508397
|
}
|
|
1508398
1508398
|
getCliName() {
|
|
1508399
1508399
|
if (false) {
|
|
@@ -1609397,7 +1609397,7 @@ var import_path40 = __toESM(require("path"), 1);
|
|
|
1609397
1609397
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
1609398
1609398
|
var LOGS_FOLDER_NAME = "logs";
|
|
1609399
1609399
|
function getCliSource() {
|
|
1609400
|
-
const version7 = "3.47.2-
|
|
1609400
|
+
const version7 = "3.47.2-3-ge2d0e1073d";
|
|
1609401
1609401
|
return `cli@${version7}`;
|
|
1609402
1609402
|
}
|
|
1609403
1609403
|
var DebugLogger = class {
|
package/package.json
CHANGED