@fern-api/fern-api-dev 3.55.1-2-g9ad8ae6b805 → 3.55.3-1-g5a2af452f44

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
@@ -1654818,7 +1654818,7 @@ var AccessTokenPosthogManager = class {
1654818
1654818
  properties: {
1654819
1654819
  ...event,
1654820
1654820
  ...event.properties,
1654821
- version: "3.55.1-2-g9ad8ae6b805",
1654821
+ version: "3.55.3-1-g5a2af452f44",
1654822
1654822
  usingAccessToken: true
1654823
1654823
  }
1654824
1654824
  });
@@ -1654868,7 +1654868,7 @@ var UserPosthogManager = class {
1654868
1654868
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1654869
1654869
  event: "CLI",
1654870
1654870
  properties: {
1654871
- version: "3.55.1-2-g9ad8ae6b805",
1654871
+ version: "3.55.3-1-g5a2af452f44",
1654872
1654872
  ...event,
1654873
1654873
  ...event.properties,
1654874
1654874
  usingAccessToken: false,
@@ -1688010,7 +1688010,7 @@ var CliContext = class {
1688010
1688010
  if (false) {
1688011
1688011
  this.logger.error("CLI_VERSION is not defined");
1688012
1688012
  }
1688013
- return "3.55.1-2-g9ad8ae6b805";
1688013
+ return "3.55.3-1-g5a2af452f44";
1688014
1688014
  }
1688015
1688015
  getCliName() {
1688016
1688016
  if (false) {
@@ -1691123,7 +1691123,7 @@ var import_path54 = __toESM(require("path"), 1);
1691123
1691123
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1691124
1691124
  var LOGS_FOLDER_NAME = "logs";
1691125
1691125
  function getCliSource() {
1691126
- const version7 = "3.55.1-2-g9ad8ae6b805";
1691126
+ const version7 = "3.55.3-1-g5a2af452f44";
1691127
1691127
  return `cli@${version7}`;
1691128
1691128
  }
1691129
1691129
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.55.1-2-g9ad8ae6b805",
2
+ "version": "3.55.3-1-g5a2af452f44",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",