apify-client 2.25.1-beta.3 → 2.25.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 +2 -2
package/dist/bundle.js CHANGED
@@ -18195,7 +18195,7 @@ function isStream(value) {
18195
18195
  function getVersionData() {
18196
18196
  if (true) {
18197
18197
  return {
18198
- version: "2.25.1-beta.3"
18198
+ version: "2.25.1-beta.4"
18199
18199
  };
18200
18200
  }
18201
18201
  // eslint-disable-next-line
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-client",
3
- "version": "2.25.1-beta.3",
3
+ "version": "2.25.1-beta.4",
4
4
  "description": "Apify API client for JavaScript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -82,7 +82,7 @@
82
82
  "express": "^5.0.0",
83
83
  "gen-esm-wrapper": "^1.1.2",
84
84
  "oxfmt": "0.64.0",
85
- "oxlint": "1.78.0",
85
+ "oxlint": "1.79.0",
86
86
  "oxlint-tsgolint": "7.0.2001",
87
87
  "puppeteer": "^25.0.0",
88
88
  "rimraf": "^6.0.0",