apify 3.0.3-beta.83 → 3.0.3-beta.84

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.
@@ -1,4 +1,4 @@
1
- apify:build: cache hit, replaying output d9fb93bf4fcd4b5c
1
+ apify:build: cache hit, replaying output 792a8a5fe1c2ca3c
2
2
  apify:build:
3
3
  apify:build: > apify@3.0.2 build
4
4
  apify:build: > npm run clean && npm run compile && npm run copy && npm run fixApifyExport
@@ -1,5 +1,5 @@
1
- apify:copy: cache hit, replaying output 81abbed138093623
1
+ apify:copy: cache hit, replaying output 787ab96658aaed83
2
2
  apify:copy:
3
- apify:copy: > apify@3.0.3-beta.83+626e22b6 copy
3
+ apify:copy: > apify@3.0.3-beta.84+1d64a1fa copy
4
4
  apify:copy: > ts-node -T ../../scripts/copy.ts --readme=local
5
5
  apify:copy:
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify",
3
- "version": "3.0.3-beta.83+626e22b6",
3
+ "version": "3.0.3-beta.84+1d64a1fa",
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"
@@ -56,6 +56,7 @@
56
56
  "dependencies": {
57
57
  "@apify/consts": "^2.3.0",
58
58
  "@apify/log": "^2.1.4",
59
+ "@apify/timeout": "^0.3.0",
59
60
  "@apify/utilities": "^2.1.5",
60
61
  "@crawlee/core": "^3.0.0",
61
62
  "@crawlee/types": "^3.0.0",
@@ -65,5 +66,5 @@
65
66
  "semver": "^7.3.7",
66
67
  "ws": "^7.5.8"
67
68
  },
68
- "gitHead": "626e22b6f3ab97c5ba4c31d38368052c24412e83"
69
+ "gitHead": "1d64a1fa8f0e88a96eb82c2669e85b09dd4f372d"
69
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify",
3
- "version": "3.0.3-beta.83+626e22b6",
3
+ "version": "3.0.3-beta.84+1d64a1fa",
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"
@@ -56,6 +56,7 @@
56
56
  "dependencies": {
57
57
  "@apify/consts": "^2.3.0",
58
58
  "@apify/log": "^2.1.4",
59
+ "@apify/timeout": "^0.3.0",
59
60
  "@apify/utilities": "^2.1.5",
60
61
  "@crawlee/core": "^3.0.0",
61
62
  "@crawlee/types": "^3.0.0",
@@ -65,5 +66,5 @@
65
66
  "semver": "^7.3.7",
66
67
  "ws": "^7.5.8"
67
68
  },
68
- "gitHead": "626e22b6f3ab97c5ba4c31d38368052c24412e83"
69
+ "gitHead": "1d64a1fa8f0e88a96eb82c2669e85b09dd4f372d"
69
70
  }