@fern-api/fern-api-dev 3.49.3-5-gd47924d64ba → 3.49.4

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
@@ -1430143,7 +1430143,7 @@ var AccessTokenPosthogManager = class {
1430143
1430143
  properties: {
1430144
1430144
  ...event,
1430145
1430145
  ...event.properties,
1430146
- version: "3.49.3-5-gd47924d64ba",
1430146
+ version: "3.49.4",
1430147
1430147
  usingAccessToken: true
1430148
1430148
  }
1430149
1430149
  });
@@ -1430242,7 +1430242,7 @@ var UserPosthogManager = class {
1430242
1430242
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1430243
1430243
  event: "CLI",
1430244
1430244
  properties: {
1430245
- version: "3.49.3-5-gd47924d64ba",
1430245
+ version: "3.49.4",
1430246
1430246
  ...event,
1430247
1430247
  ...event.properties,
1430248
1430248
  usingAccessToken: false,
@@ -1509677,7 +1509677,7 @@ var CliContext = class {
1509677
1509677
  if (false) {
1509678
1509678
  this.logger.error("CLI_VERSION is not defined");
1509679
1509679
  }
1509680
- return "3.49.3-5-gd47924d64ba";
1509680
+ return "3.49.4";
1509681
1509681
  }
1509682
1509682
  getCliName() {
1509683
1509683
  if (false) {
@@ -1610917,7 +1610917,7 @@ var import_path40 = __toESM(require("path"), 1);
1610917
1610917
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1610918
1610918
  var LOGS_FOLDER_NAME = "logs";
1610919
1610919
  function getCliSource() {
1610920
- const version7 = "3.49.3-5-gd47924d64ba";
1610920
+ const version7 = "3.49.4";
1610921
1610921
  return `cli@${version7}`;
1610922
1610922
  }
1610923
1610923
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.49.3-5-gd47924d64ba",
2
+ "version": "3.49.4",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",