apify-client 2.24.1-beta.2 → 2.24.1-beta.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/dist/bundle.js +1 -1
  2. package/package.json +3 -3
package/dist/bundle.js CHANGED
@@ -18123,7 +18123,7 @@ function isStream(value) {
18123
18123
  function getVersionData() {
18124
18124
  if (true) {
18125
18125
  return {
18126
- version: "2.24.1-beta.2"
18126
+ version: "2.24.1-beta.4"
18127
18127
  };
18128
18128
  }
18129
18129
  // eslint-disable-next-line
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-client",
3
- "version": "2.24.1-beta.2",
3
+ "version": "2.24.1-beta.4",
4
4
  "description": "Apify API client for JavaScript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -78,10 +78,10 @@
78
78
  "ajv": "^8.17.1",
79
79
  "body-parser": "^2.0.0",
80
80
  "compression": "^1.7.4",
81
- "esbuild": "0.28.1",
81
+ "esbuild": "0.28.2",
82
82
  "express": "^5.0.0",
83
83
  "gen-esm-wrapper": "^1.1.2",
84
- "oxfmt": "0.61.0",
84
+ "oxfmt": "0.62.0",
85
85
  "oxlint": "1.76.0",
86
86
  "oxlint-tsgolint": "7.0.2001",
87
87
  "puppeteer": "^25.0.0",