apify 3.7.3-beta.40 → 3.7.3-beta.42
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.
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +2 -2
- package/package.json +1 -1
package/dist/configuration.d.ts
CHANGED
|
@@ -88,7 +88,7 @@ export interface ConfigurationOptions extends CoreConfigurationOptions {
|
|
|
88
88
|
* `actorPermissionLevel` | `ACTOR_PERMISSION_LEVEL` | -
|
|
89
89
|
* `actorRunId` | `ACTOR_RUN_ID` | -
|
|
90
90
|
* `actorTaskId` | `ACTOR_TASK_ID` | -
|
|
91
|
-
* `apiBaseUrl` | `APIFY_API_BASE_URL` | `'https://api.apify.com'`
|
|
91
|
+
* `apiBaseUrl` | `APIFY_API_BASE_URL` | `'https://api.apify.com/'`
|
|
92
92
|
* `containerPort` | `ACTOR_WEB_SERVER_PORT` | `4321`
|
|
93
93
|
* `containerUrl` | `ACTOR_WEB_SERVER_URL` | `'http://localhost:4321'`
|
|
94
94
|
* `inputKey` | `ACTOR_INPUT_KEY` | `'INPUT'`
|
package/dist/configuration.js
CHANGED
|
@@ -58,7 +58,7 @@ const consts_1 = require("@apify/consts");
|
|
|
58
58
|
* `actorPermissionLevel` | `ACTOR_PERMISSION_LEVEL` | -
|
|
59
59
|
* `actorRunId` | `ACTOR_RUN_ID` | -
|
|
60
60
|
* `actorTaskId` | `ACTOR_TASK_ID` | -
|
|
61
|
-
* `apiBaseUrl` | `APIFY_API_BASE_URL` | `'https://api.apify.com'`
|
|
61
|
+
* `apiBaseUrl` | `APIFY_API_BASE_URL` | `'https://api.apify.com/'`
|
|
62
62
|
* `containerPort` | `ACTOR_WEB_SERVER_PORT` | `4321`
|
|
63
63
|
* `containerUrl` | `ACTOR_WEB_SERVER_URL` | `'http://localhost:4321'`
|
|
64
64
|
* `inputKey` | `ACTOR_INPUT_KEY` | `'INPUT'`
|
|
@@ -208,7 +208,7 @@ Object.defineProperty(Configuration, "DEFAULTS", {
|
|
|
208
208
|
defaultDatasetId: consts_1.LOCAL_ACTOR_ENV_VARS[consts_1.ACTOR_ENV_VARS.DEFAULT_DATASET_ID],
|
|
209
209
|
defaultRequestQueueId: consts_1.LOCAL_ACTOR_ENV_VARS[consts_1.ACTOR_ENV_VARS.DEFAULT_REQUEST_QUEUE_ID],
|
|
210
210
|
inputKey: 'INPUT',
|
|
211
|
-
apiBaseUrl: 'https://api.apify.com',
|
|
211
|
+
apiBaseUrl: 'https://api.apify.com/',
|
|
212
212
|
apiPublicBaseUrl: 'https://api.apify.com',
|
|
213
213
|
proxyStatusUrl: 'http://proxy.apify.com',
|
|
214
214
|
proxyHostname: consts_1.LOCAL_APIFY_ENV_VARS[consts_1.APIFY_ENV_VARS.PROXY_HOSTNAME],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify",
|
|
3
|
-
"version": "3.7.3-beta.
|
|
3
|
+
"version": "3.7.3-beta.42",
|
|
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"
|