@fern-api/fern-api-dev 3.52.0-40-g0bd25791343 → 3.52.0-58-g26313fe5d27

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
@@ -1650939,7 +1650939,7 @@ var AccessTokenPosthogManager = class {
1650939
1650939
  properties: {
1650940
1650940
  ...event,
1650941
1650941
  ...event.properties,
1650942
- version: "3.52.0-40-g0bd25791343",
1650942
+ version: "3.52.0-58-g26313fe5d27",
1650943
1650943
  usingAccessToken: true
1650944
1650944
  }
1650945
1650945
  });
@@ -1650989,7 +1650989,7 @@ var UserPosthogManager = class {
1650989
1650989
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1650990
1650990
  event: "CLI",
1650991
1650991
  properties: {
1650992
- version: "3.52.0-40-g0bd25791343",
1650992
+ version: "3.52.0-58-g26313fe5d27",
1650993
1650993
  ...event,
1650994
1650994
  ...event.properties,
1650995
1650995
  usingAccessToken: false,
@@ -1684131,7 +1684131,7 @@ var CliContext = class {
1684131
1684131
  if (false) {
1684132
1684132
  this.logger.error("CLI_VERSION is not defined");
1684133
1684133
  }
1684134
- return "3.52.0-40-g0bd25791343";
1684134
+ return "3.52.0-58-g26313fe5d27";
1684135
1684135
  }
1684136
1684136
  getCliName() {
1684137
1684137
  if (false) {
@@ -1687244,7 +1687244,7 @@ var import_path54 = __toESM(require("path"), 1);
1687244
1687244
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1687245
1687245
  var LOGS_FOLDER_NAME = "logs";
1687246
1687246
  function getCliSource() {
1687247
- const version7 = "3.52.0-40-g0bd25791343";
1687247
+ const version7 = "3.52.0-58-g26313fe5d27";
1687248
1687248
  return `cli@${version7}`;
1687249
1687249
  }
1687250
1687250
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.52.0-40-g0bd25791343",
2
+ "version": "3.52.0-58-g26313fe5d27",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",