@fern-api/fern-api-dev 3.35.1-4-gf680a2133c → 3.35.2

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 +5 -5
  2. package/package.json +1 -1
package/cli.cjs CHANGED
@@ -1413767,7 +1413767,7 @@ var AccessTokenPosthogManager = class {
1413767
1413767
  properties: {
1413768
1413768
  ...event,
1413769
1413769
  ...event.properties,
1413770
- version: "3.35.1-4-gf680a2133c",
1413770
+ version: "3.35.2",
1413771
1413771
  usingAccessToken: true
1413772
1413772
  }
1413773
1413773
  });
@@ -1413866,7 +1413866,7 @@ var UserPosthogManager = class {
1413866
1413866
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1413867
1413867
  event: "CLI",
1413868
1413868
  properties: {
1413869
- version: "3.35.1-4-gf680a2133c",
1413869
+ version: "3.35.2",
1413870
1413870
  ...event,
1413871
1413871
  ...event.properties,
1413872
1413872
  usingAccessToken: false,
@@ -1493970,7 +1493970,7 @@ var CliContext = class {
1493970
1493970
  if (false) {
1493971
1493971
  this.logger.error("CLI_VERSION is not defined");
1493972
1493972
  }
1493973
- return "3.35.1-4-gf680a2133c";
1493973
+ return "3.35.2";
1493974
1493974
  }
1493975
1493975
  getCliName() {
1493976
1493976
  if (false) {
@@ -1588918,7 +1588918,7 @@ var import_path35 = __toESM(require("path"), 1);
1588918
1588918
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1588919
1588919
  var LOGS_FOLDER_NAME = "logs";
1588920
1588920
  function getCliSource() {
1588921
- const version6 = "3.35.1-4-gf680a2133c";
1588921
+ const version6 = "3.35.2";
1588922
1588922
  return `cli@${version6}`;
1588923
1588923
  }
1588924
1588924
  var DebugLogger = class {
@@ -1623359,7 +1623359,7 @@ async function publishDocs({ token, organization, docsWorkspace, domain: domain2
1623359
1623359
  let docsRegistrationId;
1623360
1623360
  let urlToOutput = customDomains[0] ?? domain2;
1623361
1623361
  const basePath = parseBasePath(domain2);
1623362
- const disableDynamicSnippets = docsWorkspace.config.experimental && !docsWorkspace.config.experimental.dynamicSnippets;
1623362
+ const disableDynamicSnippets = docsWorkspace.config.experimental && docsWorkspace.config.experimental.dynamicSnippets === false;
1623363
1623363
  const resolver2 = new DocsDefinitionResolver({
1623364
1623364
  domain: domain2,
1623365
1623365
  docsWorkspace,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.35.1-4-gf680a2133c",
2
+ "version": "3.35.2",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",