@fern-api/fern-api-dev 3.52.0-30-g53a4d1a4370 → 3.52.0-33-gce9a88f6335

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
@@ -1650923,7 +1650923,7 @@ var AccessTokenPosthogManager = class {
1650923
1650923
  properties: {
1650924
1650924
  ...event,
1650925
1650925
  ...event.properties,
1650926
- version: "3.52.0-30-g53a4d1a4370",
1650926
+ version: "3.52.0-33-gce9a88f6335",
1650927
1650927
  usingAccessToken: true
1650928
1650928
  }
1650929
1650929
  });
@@ -1650973,7 +1650973,7 @@ var UserPosthogManager = class {
1650973
1650973
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1650974
1650974
  event: "CLI",
1650975
1650975
  properties: {
1650976
- version: "3.52.0-30-g53a4d1a4370",
1650976
+ version: "3.52.0-33-gce9a88f6335",
1650977
1650977
  ...event,
1650978
1650978
  ...event.properties,
1650979
1650979
  usingAccessToken: false,
@@ -1684115,7 +1684115,7 @@ var CliContext = class {
1684115
1684115
  if (false) {
1684116
1684116
  this.logger.error("CLI_VERSION is not defined");
1684117
1684117
  }
1684118
- return "3.52.0-30-g53a4d1a4370";
1684118
+ return "3.52.0-33-gce9a88f6335";
1684119
1684119
  }
1684120
1684120
  getCliName() {
1684121
1684121
  if (false) {
@@ -1687228,7 +1687228,7 @@ var import_path54 = __toESM(require("path"), 1);
1687228
1687228
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1687229
1687229
  var LOGS_FOLDER_NAME = "logs";
1687230
1687230
  function getCliSource() {
1687231
- const version7 = "3.52.0-30-g53a4d1a4370";
1687231
+ const version7 = "3.52.0-33-gce9a88f6335";
1687232
1687232
  return `cli@${version7}`;
1687233
1687233
  }
1687234
1687234
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.52.0-30-g53a4d1a4370",
2
+ "version": "3.52.0-33-gce9a88f6335",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",