apify-client 2.23.2-beta.5 → 2.23.3-beta.0

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.5",
3
+ "version": "2.23.3-beta.0",
4
4
  "description": "Apify API client for JavaScript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -92,6 +92,13 @@
92
92
  "webpack": "^5.105.2",
93
93
  "webpack-cli": "^7.0.0"
94
94
  },
95
+ "devEngines": {
96
+ "packageManager": {
97
+ "name": "pnpm",
98
+ "version": "10.24.0",
99
+ "onFail": "warn"
100
+ }
101
+ },
95
102
  "scripts": {
96
103
  "build": "pnpm clean && pnpm build:node && pnpm build:browser",
97
104
  "postbuild": "gen-esm-wrapper dist/index.js dist/index.mjs",
@@ -104,7 +111,6 @@
104
111
  "format": "oxfmt",
105
112
  "format:check": "oxfmt --check",
106
113
  "build:node": "tsc",
107
- "build:browser": "rsbuild build",
108
- "preinstall": "npx only-allow pnpm"
114
+ "build:browser": "rsbuild build"
109
115
  }
110
116
  }