apify 3.0.4-beta.45 → 3.1.1-beta.24

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 6f02d37968d60335
2
- apify:build:
3
- apify:build: > apify@3.0.3 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.3 clean
8
- apify:build: > rimraf ./dist
9
- apify:build:
10
- apify:build:
11
- apify:build: > apify@3.0.3 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.3 copy
16
- apify:build: > ts-node -T ../../scripts/copy.ts --readme=local
17
- apify:build:
18
- apify:build:
19
- apify:build: > apify@3.0.3 fixApifyExport
20
- apify:build: > ts-node -T ../../scripts/temp_fix_apify_exports.ts
21
- apify:build:
1
+
2
+ > apify@3.1.0 build
3
+ > npm run clean && npm run compile && npm run copy && npm run fixApifyExport
4
+
5
+
6
+ > apify@3.1.0 clean
7
+ > rimraf ./dist
8
+
9
+
10
+ > apify@3.1.0 compile
11
+ > tsc -p tsconfig.build.json && gen-esm-wrapper ./dist/index.js ./dist/index.mjs
12
+
13
+
14
+ > apify@3.1.0 copy
15
+ > ts-node -T ../../scripts/copy.ts --readme=local
16
+
17
+
18
+ > apify@3.1.0 fixApifyExport
19
+ > ts-node -T ../../scripts/temp_fix_apify_exports.ts
20
+
@@ -1,5 +1,4 @@
1
- apify:copy: cache hit, replaying output 8040d99fe3b191ed
2
- apify:copy:
3
- apify:copy: > apify@3.0.4-beta.45+e2198a19 copy
4
- apify:copy: > ts-node -T ../../scripts/copy.ts --readme=local
5
- apify:copy:
1
+
2
+ > apify@3.1.1-beta.24+90761495b copy
3
+ > ts-node -T ../../scripts/copy.ts --readme=local
4
+