apify-client 2.23.5-beta.24 → 2.23.5-beta.25

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.
package/dist/bundle.js CHANGED
@@ -13019,7 +13019,7 @@ class HttpClient {
13019
13019
  this.axios.defaults.httpsAgent = this.httpsAgent;
13020
13020
  // Works only in Node. Cannot be set in browser
13021
13021
  const isAtHome = !!process.env[_apify_consts__rspack_import_1.APIFY_ENV_VARS.IS_AT_HOME];
13022
- let userAgent = `ApifyClient/${version} (${os.type()}; Node/${process.version}); isAtHome/${isAtHome}`;
13022
+ let userAgent = `ApifyClient/${version} (${os.platform()}; Node/${process.version}); isAtHome/${isAtHome}`;
13023
13023
  if (this.userAgentSuffix) {
13024
13024
  userAgent += `; ${(0,_utils__rspack_import_4.asArray)(this.userAgentSuffix).join('; ')}`;
13025
13025
  }
@@ -18084,7 +18084,7 @@ function isStream(value) {
18084
18084
  function getVersionData() {
18085
18085
  if (true) {
18086
18086
  return {
18087
- version: "2.23.5-beta.24"
18087
+ version: "2.23.5-beta.25"
18088
18088
  };
18089
18089
  }
18090
18090
  // eslint-disable-next-line