apify-client 2.22.2-beta.0 → 2.22.2-beta.2
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/bundle.js +5 -5
- package/dist/bundle.js.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -18192,7 +18192,7 @@ function isStream(value) {
|
|
|
18192
18192
|
function getVersionData() {
|
|
18193
18193
|
if (true) {
|
|
18194
18194
|
return {
|
|
18195
|
-
version: "2.22.2-beta.
|
|
18195
|
+
version: "2.22.2-beta.2"
|
|
18196
18196
|
};
|
|
18197
18197
|
}
|
|
18198
18198
|
// eslint-disable-next-line
|
|
@@ -18633,7 +18633,7 @@ var ACTOR_ENV_VARS = {
|
|
|
18633
18633
|
DEFAULT_DATASET_ID: "ACTOR_DEFAULT_DATASET_ID",
|
|
18634
18634
|
DEFAULT_KEY_VALUE_STORE_ID: "ACTOR_DEFAULT_KEY_VALUE_STORE_ID",
|
|
18635
18635
|
DEFAULT_REQUEST_QUEUE_ID: "ACTOR_DEFAULT_REQUEST_QUEUE_ID",
|
|
18636
|
-
|
|
18636
|
+
STORAGES_JSON: "ACTOR_STORAGES_JSON",
|
|
18637
18637
|
EVENTS_WEBSOCKET_URL: "ACTOR_EVENTS_WEBSOCKET_URL",
|
|
18638
18638
|
FULL_NAME: "ACTOR_FULL_NAME",
|
|
18639
18639
|
ID: "ACTOR_ID",
|
|
@@ -18672,7 +18672,7 @@ var COMMA_SEPARATED_LIST_ENV_VARS = [
|
|
|
18672
18672
|
ACTOR_ENV_VARS.BUILD_TAGS
|
|
18673
18673
|
];
|
|
18674
18674
|
var JSON_ENCODED_ENV_VARS = [
|
|
18675
|
-
ACTOR_ENV_VARS.
|
|
18675
|
+
ACTOR_ENV_VARS.STORAGES_JSON
|
|
18676
18676
|
];
|
|
18677
18677
|
var ACTOR_BUILD_ARGS = {
|
|
18678
18678
|
ACTOR_PATH_IN_DOCKER_CONTEXT: "ACTOR_PATH_IN_DOCKER_CONTEXT"
|
|
@@ -26376,7 +26376,7 @@ const isIterable = (thing) => thing != null && isFunction(thing[iterator]);
|
|
|
26376
26376
|
},
|
|
26377
26377
|
"./package.json"(module) {
|
|
26378
26378
|
"use strict";
|
|
26379
|
-
module.exports = JSON.parse('{"name":"apify-client","version":"2.22.2-beta.
|
|
26379
|
+
module.exports = JSON.parse('{"name":"apify-client","version":"2.22.2-beta.2","description":"Apify API client for JavaScript","main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","browser":"dist/bundle.js","unpkg":"dist/bundle.js","exports":{"./package.json":"./package.json","./browser":"./dist/bundle.js",".":{"import":"./dist/index.mjs","require":"./dist/index.js","types":"./dist/index.d.ts","browser":"./dist/bundle.js"}},"keywords":["apify","api","apifier","crawler","scraper"],"author":{"name":"Apify","email":"support@apify.com","url":"https://apify.com"},"contributors":["Jan Curn <jan@apify.com>","Marek Trunkát <marek@apify.com>","Ondra Urban <ondra@apify.com>","Jakub Drobník <jakub.drobnik@apify.com>"],"license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/apify/apify-client-js"},"bugs":{"url":"https://github.com/apify/apify-client-js/issues"},"homepage":"https://docs.apify.com/api/client/js/","files":["dist","!dist/*.tsbuildinfo"],"scripts":{"build":"npm run clean && npm run build:node && npm run build:browser","postbuild":"gen-esm-wrapper dist/index.js dist/index.mjs","prepublishOnly":"(test $CI || (echo \\"Publishing is reserved to CI!\\"; exit 1))","clean":"rimraf dist","test":"npm run build && vitest run","test:bundling":"npm run build && npm --prefix=./test/bundling run bundle:all","lint":"eslint","lint:fix":"eslint --fix","tsc-check-tests":"tsc --noEmit --project test/tsconfig.json","format":"prettier --write .","format:check":"prettier --check .","build:node":"tsc","build:browser":"rsbuild build"},"dependencies":{"@apify/consts":"^2.50.0","@apify/log":"^2.2.6","@apify/utilities":"^2.23.2","@crawlee/types":"^3.3.0","ansi-colors":"^4.1.1","async-retry":"^1.3.3","axios":"^1.6.7","content-type":"^1.0.5","ow":"^0.28.2","proxy-agent":"^6.5.0","tslib":"^2.5.0","type-fest":"^4.0.0"},"devDependencies":{"@apify/eslint-config":"^1.0.0","@apify/tsconfig":"^0.1.1","@crawlee/puppeteer":"^3.2.2","@rsbuild/core":"^1.3.6","@rsbuild/plugin-node-polyfill":"^1.3.0","@rspack/cli":"^1.7.6","@rspack/core":"^1.7.6","@stylistic/eslint-plugin-ts":"^4.2.0","@types/async-retry":"^1.4.5","@types/compression":"^1.8.1","@types/content-type":"^1.1.5","@types/express":"^5.0.0","@types/node":"^24.0.0","ajv":"^8.17.1","body-parser":"^2.0.0","compression":"^1.7.4","esbuild":"0.27.3","eslint":"^9.24.0","eslint-config-prettier":"^10.1.2","express":"^5.0.0","gen-esm-wrapper":"^1.1.2","globals":"^17.0.0","prettier":"^3.5.3","puppeteer":"^24.0.0","rimraf":"^6.0.0","rolldown":"^1.0.0-rc.4","typescript":"^5.8.3","typescript-eslint":"^8.29.1","vitest":"^4.0.16","webpack":"^5.105.2","webpack-cli":"^6.0.1"},"packageManager":"npm@10.9.2"}')
|
|
26380
26380
|
|
|
26381
26381
|
},
|
|
26382
26382
|
|
|
@@ -26499,7 +26499,7 @@ __webpack_require__.hu = (chunkId) => ('' + chunkId + '.' + __webpack_require__.
|
|
|
26499
26499
|
})();
|
|
26500
26500
|
// webpack/runtime/get_full_hash
|
|
26501
26501
|
(() => {
|
|
26502
|
-
__webpack_require__.h = () => ("
|
|
26502
|
+
__webpack_require__.h = () => ("3dd031ae7a90e3f5")
|
|
26503
26503
|
})();
|
|
26504
26504
|
// webpack/runtime/get_main_filename/update manifest
|
|
26505
26505
|
(() => {
|