apify-client 2.23.5-beta.1 → 2.23.5-beta.2

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
@@ -18031,7 +18031,7 @@ function isStream(value) {
18031
18031
  function getVersionData() {
18032
18032
  if (true) {
18033
18033
  return {
18034
- version: "2.23.5-beta.1"
18034
+ version: "2.23.5-beta.2"
18035
18035
  };
18036
18036
  }
18037
18037
  // 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.1",
3
+ "version": "2.23.5-beta.2",
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.53.0",
85
- "oxlint": "1.68.0",
85
+ "oxlint": "1.69.0",
86
86
  "oxlint-tsgolint": "0.23.0",
87
87
  "puppeteer": "^25.0.0",
88
88
  "rimraf": "^6.0.0",