@fern-api/fern-api-dev 3.54.0-1-gcebacd6a60f → 3.54.0-2-ge39d052a710

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.
Files changed (2) hide show
  1. package/cli.cjs +4 -4
  2. package/package.json +1 -1
package/cli.cjs CHANGED
@@ -1652572,7 +1652572,7 @@ var AccessTokenPosthogManager = class {
1652572
1652572
  properties: {
1652573
1652573
  ...event,
1652574
1652574
  ...event.properties,
1652575
- version: "3.54.0-1-gcebacd6a60f",
1652575
+ version: "3.54.0-2-ge39d052a710",
1652576
1652576
  usingAccessToken: true
1652577
1652577
  }
1652578
1652578
  });
@@ -1652622,7 +1652622,7 @@ var UserPosthogManager = class {
1652622
1652622
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1652623
1652623
  event: "CLI",
1652624
1652624
  properties: {
1652625
- version: "3.54.0-1-gcebacd6a60f",
1652625
+ version: "3.54.0-2-ge39d052a710",
1652626
1652626
  ...event,
1652627
1652627
  ...event.properties,
1652628
1652628
  usingAccessToken: false,
@@ -1685764,7 +1685764,7 @@ var CliContext = class {
1685764
1685764
  if (false) {
1685765
1685765
  this.logger.error("CLI_VERSION is not defined");
1685766
1685766
  }
1685767
- return "3.54.0-1-gcebacd6a60f";
1685767
+ return "3.54.0-2-ge39d052a710";
1685768
1685768
  }
1685769
1685769
  getCliName() {
1685770
1685770
  if (false) {
@@ -1688877,7 +1688877,7 @@ var import_path54 = __toESM(require("path"), 1);
1688877
1688877
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1688878
1688878
  var LOGS_FOLDER_NAME = "logs";
1688879
1688879
  function getCliSource() {
1688880
- const version7 = "3.54.0-1-gcebacd6a60f";
1688880
+ const version7 = "3.54.0-2-ge39d052a710";
1688881
1688881
  return `cli@${version7}`;
1688882
1688882
  }
1688883
1688883
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.54.0-1-gcebacd6a60f",
2
+ "version": "3.54.0-2-ge39d052a710",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",