apify 3.1.2-beta.44 → 3.1.2-beta.63

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
1
 
2
- > apify@3.1.2-beta.44+a47711eae copy
2
+ > apify@3.1.2-beta.63+bc27118da copy
3
3
  > ts-node -T ../../scripts/copy.ts --readme=local
4
4
 
package/dist/package.json CHANGED
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "name": "apify",
3
- "version": "3.1.2-beta.44+a47711eae",
3
+ "version": "3.1.2-beta.63+bc27118da",
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"
7
7
  },
8
- "bin": {
9
- "apify": "./cli.js"
10
- },
11
8
  "main": "./index.js",
12
9
  "module": "./index.mjs",
13
10
  "types": "./index.d.ts",
@@ -65,12 +62,11 @@
65
62
  "@crawlee/core": "^3.1.1",
66
63
  "@crawlee/types": "^3.1.1",
67
64
  "@crawlee/utils": "^3.1.1",
68
- "apify-cli": "^0.13.0",
69
65
  "apify-client": "^2.6.0",
70
- "import-local": "^3.1.0",
71
66
  "ow": "^0.28.1",
72
67
  "semver": "^7.3.7",
68
+ "tslib": "^2.4.0",
73
69
  "ws": "^7.5.9"
74
70
  },
75
- "gitHead": "a47711eaee9f636e4bb0d08bd90608f5b39870db"
71
+ "gitHead": "bc27118daab211857305f7617b1ee1433da13d4a"
76
72
  }
package/package.json CHANGED
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "name": "apify",
3
- "version": "3.1.2-beta.44+a47711eae",
3
+ "version": "3.1.2-beta.63+bc27118da",
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"
7
7
  },
8
- "bin": {
9
- "apify": "./src/cli.ts"
10
- },
11
8
  "main": "./dist/index.js",
12
9
  "module": "./dist/index.mjs",
13
10
  "types": "./dist/index.d.ts",
@@ -65,12 +62,11 @@
65
62
  "@crawlee/core": "^3.1.1",
66
63
  "@crawlee/types": "^3.1.1",
67
64
  "@crawlee/utils": "^3.1.1",
68
- "apify-cli": "^0.13.0",
69
65
  "apify-client": "^2.6.0",
70
- "import-local": "^3.1.0",
71
66
  "ow": "^0.28.1",
72
67
  "semver": "^7.3.7",
68
+ "tslib": "^2.4.0",
73
69
  "ws": "^7.5.9"
74
70
  },
75
- "gitHead": "a47711eaee9f636e4bb0d08bd90608f5b39870db"
71
+ "gitHead": "bc27118daab211857305f7617b1ee1433da13d4a"
76
72
  }
package/dist/cli.d.ts DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env node
2
- declare const importLocal: any;
3
- //# sourceMappingURL=cli.d.ts.map
package/dist/cli.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAGA,QAAA,MAAM,WAAW,KAA0B,CAAC"}
package/dist/cli.js DELETED
@@ -1,9 +0,0 @@
1
- #!/usr/bin/env node
2
- "use strict";
3
- // eslint-disable-next-line
4
- const importLocal = require('import-local');
5
- if (!importLocal(__filename)) {
6
- // eslint-disable-next-line
7
- require('apify-cli');
8
- }
9
- //# sourceMappingURL=cli.js.map
package/dist/cli.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";;AAEA,2BAA2B;AAC3B,MAAM,WAAW,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAE5C,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,EAAE;IAC1B,2BAA2B;IAC3B,OAAO,CAAC,WAAW,CAAC,CAAC;CACxB"}