@fern-api/fern-api-dev 3.51.2-4-g2802b3226c1 → 3.51.2-8-g2accfd329a7

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
@@ -1430941,7 +1430941,7 @@ var AccessTokenPosthogManager = class {
1430941
1430941
  properties: {
1430942
1430942
  ...event,
1430943
1430943
  ...event.properties,
1430944
- version: "3.51.2-4-g2802b3226c1",
1430944
+ version: "3.51.2-8-g2accfd329a7",
1430945
1430945
  usingAccessToken: true
1430946
1430946
  }
1430947
1430947
  });
@@ -1431040,7 +1431040,7 @@ var UserPosthogManager = class {
1431040
1431040
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1431041
1431041
  event: "CLI",
1431042
1431042
  properties: {
1431043
- version: "3.51.2-4-g2802b3226c1",
1431043
+ version: "3.51.2-8-g2accfd329a7",
1431044
1431044
  ...event,
1431045
1431045
  ...event.properties,
1431046
1431046
  usingAccessToken: false,
@@ -1510475,7 +1510475,7 @@ var CliContext = class {
1510475
1510475
  if (false) {
1510476
1510476
  this.logger.error("CLI_VERSION is not defined");
1510477
1510477
  }
1510478
- return "3.51.2-4-g2802b3226c1";
1510478
+ return "3.51.2-8-g2accfd329a7";
1510479
1510479
  }
1510480
1510480
  getCliName() {
1510481
1510481
  if (false) {
@@ -1611705,7 +1611705,7 @@ var import_path40 = __toESM(require("path"), 1);
1611705
1611705
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1611706
1611706
  var LOGS_FOLDER_NAME = "logs";
1611707
1611707
  function getCliSource() {
1611708
- const version7 = "3.51.2-4-g2802b3226c1";
1611708
+ const version7 = "3.51.2-8-g2accfd329a7";
1611709
1611709
  return `cli@${version7}`;
1611710
1611710
  }
1611711
1611711
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.51.2-4-g2802b3226c1",
2
+ "version": "3.51.2-8-g2accfd329a7",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",