apify 3.7.2-beta.2 → 3.7.2-beta.4

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 (1) hide show
  1. package/package.json +9 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify",
3
- "version": "3.7.2-beta.2",
3
+ "version": "3.7.2-beta.4",
4
4
  "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -97,6 +97,13 @@
97
97
  "vite-tsconfig-paths": "^6.0.0",
98
98
  "vitest": "^3.0.0"
99
99
  },
100
+ "devEngines": {
101
+ "packageManager": {
102
+ "name": "pnpm",
103
+ "version": "10.24.0",
104
+ "onFail": "warn"
105
+ }
106
+ },
100
107
  "scripts": {
101
108
  "clean": "rimraf ./dist ./tsconfig.build.tsbuildinfo",
102
109
  "compile": "tsc -p tsconfig.build.json && gen-esm-wrapper ./dist/index.js ./dist/index.mjs",
@@ -112,7 +119,6 @@
112
119
  "lint": "oxlint --type-aware",
113
120
  "lint:fix": "oxlint --type-aware --fix",
114
121
  "format": "oxfmt",
115
- "format:check": "oxfmt --check",
116
- "preinstall": "npx only-allow pnpm"
122
+ "format:check": "oxfmt --check"
117
123
  }
118
124
  }