apify-client 2.24.1-beta.2 → 2.24.1-beta.3
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/dist/bundle.js +1 -1
- package/package.json +2 -2
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.
|
|
18126
|
+
version: "2.24.1-beta.3"
|
|
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.
|
|
3
|
+
"version": "2.24.1-beta.3",
|
|
4
4
|
"description": "Apify API client for JavaScript",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"esbuild": "0.28.1",
|
|
82
82
|
"express": "^5.0.0",
|
|
83
83
|
"gen-esm-wrapper": "^1.1.2",
|
|
84
|
-
"oxfmt": "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",
|