apify-client 2.23.2-beta.3 → 2.23.2-beta.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-client",
3
- "version": "2.23.2-beta.3",
3
+ "version": "2.23.2-beta.5",
4
4
  "description": "Apify API client for JavaScript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -55,7 +55,7 @@
55
55
  "@crawlee/types": "^3.3.0",
56
56
  "ansi-colors": "^4.1.1",
57
57
  "async-retry": "^1.3.3",
58
- "axios": "^1.6.7",
58
+ "axios": "^1.16.0",
59
59
  "content-type": "^1.0.5",
60
60
  "ow": "^0.28.2",
61
61
  "proxy-agent": "^6.5.0",
@@ -81,9 +81,9 @@
81
81
  "esbuild": "0.27.4",
82
82
  "express": "^5.0.0",
83
83
  "gen-esm-wrapper": "^1.1.2",
84
+ "oxfmt": "0.46.0",
84
85
  "oxlint": "1.62.0",
85
86
  "oxlint-tsgolint": "0.22.0",
86
- "prettier": "^3.5.3",
87
87
  "puppeteer": "^24.0.0",
88
88
  "rimraf": "^6.0.0",
89
89
  "rolldown": "^1.0.0-rc.4",
@@ -101,8 +101,8 @@
101
101
  "lint": "oxlint --type-aware",
102
102
  "lint:fix": "oxlint --type-aware --fix",
103
103
  "tsc-check-tests": "tsc --noEmit --project test/tsconfig.json",
104
- "format": "prettier --write .",
105
- "format:check": "prettier --check .",
104
+ "format": "oxfmt",
105
+ "format:check": "oxfmt --check",
106
106
  "build:node": "tsc",
107
107
  "build:browser": "rsbuild build",
108
108
  "preinstall": "npx only-allow pnpm"