apify-client 2.23.5-beta.22 → 2.23.5-beta.23

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
@@ -18084,7 +18084,7 @@ function isStream(value) {
18084
18084
  function getVersionData() {
18085
18085
  if (true) {
18086
18086
  return {
18087
- version: "2.23.5-beta.22"
18087
+ version: "2.23.5-beta.23"
18088
18088
  };
18089
18089
  }
18090
18090
  // 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.22",
3
+ "version": "2.23.5-beta.23",
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.57.0",
85
- "oxlint": "1.72.0",
85
+ "oxlint": "1.73.0",
86
86
  "oxlint-tsgolint": "0.24.0",
87
87
  "puppeteer": "^25.0.0",
88
88
  "rimraf": "^6.0.0",