@fern-api/fern-api-dev 3.64.6-1-g765df510f63 → 3.64.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
@@ -1427240,7 +1427240,7 @@ var AccessTokenPosthogManager = class {
1427240
1427240
  properties: {
1427241
1427241
  ...event,
1427242
1427242
  ...event.properties,
1427243
- version: "3.64.6-1-g765df510f63",
1427243
+ version: "3.64.6",
1427244
1427244
  usingAccessToken: true
1427245
1427245
  }
1427246
1427246
  });
@@ -1427339,7 +1427339,7 @@ var UserPosthogManager = class {
1427339
1427339
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1427340
1427340
  event: "CLI",
1427341
1427341
  properties: {
1427342
- version: "3.64.6-1-g765df510f63",
1427342
+ version: "3.64.6",
1427343
1427343
  ...event,
1427344
1427344
  ...event.properties,
1427345
1427345
  usingAccessToken: false,
@@ -1714019,7 +1714019,7 @@ var CliContext = class {
1714019
1714019
  if (false) {
1714020
1714020
  this.logger.error("CLI_VERSION is not defined");
1714021
1714021
  }
1714022
- return "3.64.6-1-g765df510f63";
1714022
+ return "3.64.6";
1714023
1714023
  }
1714024
1714024
  getCliName() {
1714025
1714025
  if (false) {
@@ -1717139,7 +1717139,7 @@ var import_path56 = __toESM(require("path"), 1);
1717139
1717139
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1717140
1717140
  var LOGS_FOLDER_NAME = "logs";
1717141
1717141
  function getCliSource() {
1717142
- const version7 = "3.64.6-1-g765df510f63";
1717142
+ const version7 = "3.64.6";
1717143
1717143
  return `cli@${version7}`;
1717144
1717144
  }
1717145
1717145
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.64.6-1-g765df510f63",
2
+ "version": "3.64.6",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",