apify-client 2.25.1-beta.4 → 2.25.1-beta.6

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 +4 -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.4"
18198
+ version: "2.25.1-beta.6"
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.4",
3
+ "version": "2.25.1-beta.6",
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.2",
82
82
  "express": "^5.0.0",
83
83
  "gen-esm-wrapper": "^1.1.2",
84
- "oxfmt": "0.64.0",
84
+ "oxfmt": "0.65.0",
85
85
  "oxlint": "1.79.0",
86
86
  "oxlint-tsgolint": "7.0.2001",
87
87
  "puppeteer": "^25.0.0",
@@ -110,6 +110,8 @@
110
110
  "tsc-check-tests": "tsc --noEmit --project test/tsconfig.json",
111
111
  "format": "oxfmt",
112
112
  "format:check": "oxfmt --check",
113
+ "api:extract": "pnpm build && pnpm dlx github:apify/api-extractor-report --packages=. --extract-command='pnpm api:extract'",
114
+ "api:check": "pnpm dlx github:apify/api-extractor-report --packages=. --extract-command='pnpm api:extract' --verify",
113
115
  "build:node": "tsc",
114
116
  "build:browser": "rsbuild build"
115
117
  }