@fern-api/fern-api-dev 3.64.4-5-g33f845f43de → 3.64.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
@@ -1427240,7 +1427240,7 @@ var AccessTokenPosthogManager = class {
1427240
1427240
  properties: {
1427241
1427241
  ...event,
1427242
1427242
  ...event.properties,
1427243
- version: "3.64.4-5-g33f845f43de",
1427243
+ version: "3.64.4",
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.4-5-g33f845f43de",
1427342
+ version: "3.64.4",
1427343
1427343
  ...event,
1427344
1427344
  ...event.properties,
1427345
1427345
  usingAccessToken: false,
@@ -1713615,7 +1713615,7 @@ var CliContext = class {
1713615
1713615
  if (false) {
1713616
1713616
  this.logger.error("CLI_VERSION is not defined");
1713617
1713617
  }
1713618
- return "3.64.4-5-g33f845f43de";
1713618
+ return "3.64.4";
1713619
1713619
  }
1713620
1713620
  getCliName() {
1713621
1713621
  if (false) {
@@ -1716729,7 +1716729,7 @@ var import_path56 = __toESM(require("path"), 1);
1716729
1716729
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1716730
1716730
  var LOGS_FOLDER_NAME = "logs";
1716731
1716731
  function getCliSource() {
1716732
- const version7 = "3.64.4-5-g33f845f43de";
1716732
+ const version7 = "3.64.4";
1716733
1716733
  return `cli@${version7}`;
1716734
1716734
  }
1716735
1716735
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.64.4-5-g33f845f43de",
2
+ "version": "3.64.4",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",