apify-client 2.23.4-beta.14 → 2.23.4-beta.15

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
@@ -18010,7 +18010,7 @@ function isStream(value) {
18010
18010
  function getVersionData() {
18011
18011
  if (true) {
18012
18012
  return {
18013
- version: "2.23.4-beta.14"
18013
+ version: "2.23.4-beta.15"
18014
18014
  };
18015
18015
  }
18016
18016
  // eslint-disable-next-line
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-client",
3
- "version": "2.23.4-beta.14",
3
+ "version": "2.23.4-beta.15",
4
4
  "description": "Apify API client for JavaScript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",