apify-client 2.23.5-beta.26 → 2.23.5-beta.28

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/dist/bundle.js +1 -1
  2. package/package.json +1 -1
package/dist/bundle.js CHANGED
@@ -18122,7 +18122,7 @@ function isStream(value) {
18122
18122
  function getVersionData() {
18123
18123
  if (true) {
18124
18124
  return {
18125
- version: "2.23.5-beta.26"
18125
+ version: "2.23.5-beta.28"
18126
18126
  };
18127
18127
  }
18128
18128
  // eslint-disable-next-line
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-client",
3
- "version": "2.23.5-beta.26",
3
+ "version": "2.23.5-beta.28",
4
4
  "description": "Apify API client for JavaScript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",