apify 3.0.3-beta.64 → 3.0.3-beta.66

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 ee57af6f64492a1b
1
+ apify:build: cache hit, replaying output d01f3dcde451d52b
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 8070bf7eeb53e999
1
+ apify:copy: cache hit, replaying output aa6e65b755a5888a
2
2
  apify:copy:
3
- apify:copy: > apify@3.0.3-beta.64+ef3a0c54 copy
3
+ apify:copy: > apify@3.0.3-beta.66+c6bc8111 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.64+ef3a0c54",
3
+ "version": "3.0.3-beta.66+c6bc8111",
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"
@@ -42,7 +42,7 @@
42
42
  "bugs": {
43
43
  "url": "https://github.com/apify/apify-sdk-js/issues"
44
44
  },
45
- "homepage": "https://apify.github.io/apify-sdk-js/",
45
+ "homepage": "https://sdk.apify.com",
46
46
  "scripts": {
47
47
  "build": "npm run clean && npm run compile && npm run copy && npm run fixApifyExport",
48
48
  "clean": "rimraf ./dist",
@@ -65,5 +65,5 @@
65
65
  "semver": "^7.3.7",
66
66
  "ws": "^7.5.8"
67
67
  },
68
- "gitHead": "ef3a0c54359be64c89e76b0cac600cd780281321"
68
+ "gitHead": "c6bc811116e126556f849956aea348acb9de3033"
69
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify",
3
- "version": "3.0.3-beta.64+ef3a0c54",
3
+ "version": "3.0.3-beta.66+c6bc8111",
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"
@@ -42,7 +42,7 @@
42
42
  "bugs": {
43
43
  "url": "https://github.com/apify/apify-sdk-js/issues"
44
44
  },
45
- "homepage": "https://apify.github.io/apify-sdk-js/",
45
+ "homepage": "https://sdk.apify.com",
46
46
  "scripts": {
47
47
  "build": "npm run clean && npm run compile && npm run copy && npm run fixApifyExport",
48
48
  "clean": "rimraf ./dist",
@@ -65,5 +65,5 @@
65
65
  "semver": "^7.3.7",
66
66
  "ws": "^7.5.8"
67
67
  },
68
- "gitHead": "ef3a0c54359be64c89e76b0cac600cd780281321"
68
+ "gitHead": "c6bc811116e126556f849956aea348acb9de3033"
69
69
  }