@fern-api/fern-api-dev 3.50.0-5-g86adee64545 → 3.50.0-7-g31382f58716

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.50.0-5-g86adee64545",
1430944
+ version: "3.50.0-7-g31382f58716",
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.50.0-5-g86adee64545",
1431043
+ version: "3.50.0-7-g31382f58716",
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.50.0-5-g86adee64545";
1510478
+ return "3.50.0-7-g31382f58716";
1510479
1510479
  }
1510480
1510480
  getCliName() {
1510481
1510481
  if (false) {
@@ -1611546,7 +1611546,7 @@ var import_path40 = __toESM(require("path"), 1);
1611546
1611546
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1611547
1611547
  var LOGS_FOLDER_NAME = "logs";
1611548
1611548
  function getCliSource() {
1611549
- const version7 = "3.50.0-5-g86adee64545";
1611549
+ const version7 = "3.50.0-7-g31382f58716";
1611550
1611550
  return `cli@${version7}`;
1611551
1611551
  }
1611552
1611552
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.50.0-5-g86adee64545",
2
+ "version": "3.50.0-7-g31382f58716",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",