@fern-api/fern-api-dev 3.95.6-1-g47a8ffd45fd → 3.95.6

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
@@ -577369,7 +577369,7 @@ var AccessTokenPosthogManager = class {
577369
577369
  properties: {
577370
577370
  ...event,
577371
577371
  ...event.properties,
577372
- version: "3.95.6-1-g47a8ffd45fd",
577372
+ version: "3.95.6",
577373
577373
  usingAccessToken: true
577374
577374
  }
577375
577375
  });
@@ -577478,7 +577478,7 @@ var UserPosthogManager = class {
577478
577478
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
577479
577479
  event: "CLI",
577480
577480
  properties: {
577481
- version: "3.95.6-1-g47a8ffd45fd",
577481
+ version: "3.95.6",
577482
577482
  ...event,
577483
577483
  ...event.properties,
577484
577484
  usingAccessToken: false,
@@ -763363,7 +763363,7 @@ var import_path40 = __toESM(require("path"), 1);
763363
763363
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
763364
763364
  var LOGS_FOLDER_NAME = "logs";
763365
763365
  function getCliSource() {
763366
- const version7 = "3.95.6-1-g47a8ffd45fd";
763366
+ const version7 = "3.95.6";
763367
763367
  return `cli@${version7}`;
763368
763368
  }
763369
763369
  var DebugLogger = class {
@@ -1127069,7 +1127069,7 @@ var CliContext = class {
1127069
1127069
  if (false) {
1127070
1127070
  this.logger.error("CLI_VERSION is not defined");
1127071
1127071
  }
1127072
- return "3.95.6-1-g47a8ffd45fd";
1127072
+ return "3.95.6";
1127073
1127073
  }
1127074
1127074
  getCliName() {
1127075
1127075
  if (false) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.95.6-1-g47a8ffd45fd",
2
+ "version": "3.95.6",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",