apify 3.0.3-beta.101 → 3.0.3-beta.102

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,21 +1,20 @@
1
- apify:build: cache hit, replaying output e661e9b6edb637f7
2
- apify:build:
3
- apify:build: > apify@3.0.2 build
4
- apify:build: > npm run clean && npm run compile && npm run copy && npm run fixApifyExport
5
- apify:build:
6
- apify:build:
7
- apify:build: > apify@3.0.2 clean
8
- apify:build: > rimraf ./dist
9
- apify:build:
10
- apify:build:
11
- apify:build: > apify@3.0.2 compile
12
- apify:build: > tsc -p tsconfig.build.json && gen-esm-wrapper ./dist/index.js ./dist/index.mjs
13
- apify:build:
14
- apify:build:
15
- apify:build: > apify@3.0.2 copy
16
- apify:build: > ts-node -T ../../scripts/copy.ts --readme=local
17
- apify:build:
18
- apify:build:
19
- apify:build: > apify@3.0.2 fixApifyExport
20
- apify:build: > ts-node -T ../../scripts/temp_fix_apify_exports.ts
21
- apify:build:
1
+
2
+ > apify@3.0.2 build
3
+ > npm run clean && npm run compile && npm run copy && npm run fixApifyExport
4
+
5
+
6
+ > apify@3.0.2 clean
7
+ > rimraf ./dist
8
+
9
+
10
+ > apify@3.0.2 compile
11
+ > tsc -p tsconfig.build.json && gen-esm-wrapper ./dist/index.js ./dist/index.mjs
12
+
13
+
14
+ > apify@3.0.2 copy
15
+ > ts-node -T ../../scripts/copy.ts --readme=local
16
+
17
+
18
+ > apify@3.0.2 fixApifyExport
19
+ > ts-node -T ../../scripts/temp_fix_apify_exports.ts
20
+
@@ -1,5 +1,4 @@
1
- apify:copy: cache hit, replaying output 428f69728fd98f6a
2
- apify:copy:
3
- apify:copy: > apify@3.0.3-beta.101+4c4172ba copy
4
- apify:copy: > ts-node -T ../../scripts/copy.ts --readme=local
5
- apify:copy:
1
+
2
+ > apify@3.0.3-beta.102+7830cd44 copy
3
+ > ts-node -T ../../scripts/copy.ts --readme=local
4
+
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify",
3
- "version": "3.0.3-beta.101+4c4172ba",
3
+ "version": "3.0.3-beta.102+7830cd44",
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"
@@ -67,5 +67,5 @@
67
67
  "semver": "^7.3.7",
68
68
  "ws": "^7.5.9"
69
69
  },
70
- "gitHead": "4c4172bac87c5f27ddfa874ca59dea3fd4b66445"
70
+ "gitHead": "7830cd44e86e5ef1be316793202c56622be05d18"
71
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify",
3
- "version": "3.0.3-beta.101+4c4172ba",
3
+ "version": "3.0.3-beta.102+7830cd44",
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"
@@ -67,5 +67,5 @@
67
67
  "semver": "^7.3.7",
68
68
  "ws": "^7.5.9"
69
69
  },
70
- "gitHead": "4c4172bac87c5f27ddfa874ca59dea3fd4b66445"
70
+ "gitHead": "7830cd44e86e5ef1be316793202c56622be05d18"
71
71
  }