apify-client 2.13.0 → 2.13.1-beta.1

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 CHANGED
@@ -53543,7 +53543,6 @@ exports.pbkdf2Sync = __webpack_require__("./node_modules/pbkdf2/lib/sync-browser
53543
53543
  }),
53544
53544
  "./node_modules/pbkdf2/lib/async.js": (function (module, __unused_webpack_exports, __webpack_require__) {
53545
53545
  "use strict";
53546
- /* provided dependency */ var __webpack_provide_global_dot_process = __webpack_require__("./node_modules/process/browser.js");
53547
53546
 
53548
53547
 
53549
53548
  var Buffer = (__webpack_require__("./node_modules/safe-buffer/index.js")/* .Buffer */.Buffer);
@@ -53572,8 +53571,8 @@ function getNextTick() {
53572
53571
  if (nextTick) {
53573
53572
  return nextTick;
53574
53573
  }
53575
- if (__webpack_provide_global_dot_process && __webpack_provide_global_dot_process.nextTick) {
53576
- nextTick = __webpack_provide_global_dot_process.nextTick;
53574
+ if (__webpack_require__.g.process && __webpack_require__.g.process.nextTick) {
53575
+ nextTick = __webpack_require__.g.process.nextTick;
53577
53576
  } else if (__webpack_require__.g.queueMicrotask) {
53578
53577
  nextTick = __webpack_require__.g.queueMicrotask;
53579
53578
  } else if (__webpack_require__.g.setImmediate) {
@@ -53598,7 +53597,7 @@ function browserPbkdf2(password, salt, iterations, length, algo) {
53598
53597
  });
53599
53598
  }
53600
53599
  function checkNative(algo) {
53601
- if (__webpack_provide_global_dot_process && !__webpack_provide_global_dot_process.browser) {
53600
+ if (__webpack_require__.g.process && !__webpack_require__.g.process.browser) {
53602
53601
  return Promise.resolve(false);
53603
53602
  }
53604
53603
  if (!subtle || !subtle.importKey || !subtle.deriveBits) {
@@ -53671,15 +53670,14 @@ module.exports = function (password, salt, iterations, keylen, digest, callback)
53671
53670
  }),
53672
53671
  "./node_modules/pbkdf2/lib/default-encoding.js": (function (module, __unused_webpack_exports, __webpack_require__) {
53673
53672
  "use strict";
53674
- /* provided dependency */ var __webpack_provide_global_dot_process = __webpack_require__("./node_modules/process/browser.js");
53675
53673
  /* provided dependency */ var process = __webpack_require__("./node_modules/process/browser.js");
53676
53674
 
53677
53675
 
53678
53676
  var defaultEncoding;
53679
53677
  /* istanbul ignore next */
53680
- if (__webpack_provide_global_dot_process && __webpack_provide_global_dot_process.browser) {
53678
+ if (__webpack_require__.g.process && __webpack_require__.g.process.browser) {
53681
53679
  defaultEncoding = 'utf-8';
53682
- } else if (__webpack_provide_global_dot_process && __webpack_provide_global_dot_process.version) {
53680
+ } else if (__webpack_require__.g.process && __webpack_require__.g.process.version) {
53683
53681
  var pVersionMajor = parseInt(process.version.split('.')[0].slice(1), 10);
53684
53682
 
53685
53683
  defaultEncoding = pVersionMajor >= 6 ? 'utf-8' : 'binary';
@@ -68993,7 +68991,7 @@ function isStream(value) {
68993
68991
  function getVersionData() {
68994
68992
  if (true) {
68995
68993
  return {
68996
- version: "2.13.0"
68994
+ version: "2.13.1-beta.1"
68997
68995
  };
68998
68996
  }
68999
68997
  // eslint-disable-next-line
@@ -76826,7 +76824,7 @@ module.exports = JSON.parse('{"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1
76826
76824
  }),
76827
76825
  "./package.json": (function (module) {
76828
76826
  "use strict";
76829
- module.exports = JSON.parse('{"name":"apify-client","version":"2.13.0","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",".":{"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 && jest","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.25.0","@apify/log":"^2.2.6","@apify/utilities":"^2.18.0","@crawlee/types":"^3.3.0","agentkeepalive":"^4.2.1","async-retry":"^1.3.3","axios":"^1.6.7","content-type":"^1.0.5","ow":"^0.28.2","tslib":"^2.5.0","type-fest":"^4.0.0"},"devDependencies":{"@apify/eslint-config":"^1.0.0","@apify/tsconfig":"^0.1.1","@babel/cli":"^7.21.0","@babel/core":"^7.21.0","@babel/preset-env":"^7.20.2","@babel/register":"^7.21.0","@crawlee/puppeteer":"^3.2.2","@rsbuild/core":"^1.3.6","@rsbuild/plugin-node-polyfill":"^1.3.0","@stylistic/eslint-plugin-ts":"^4.2.0","@types/async-retry":"^1.4.5","@types/content-type":"^1.1.5","@types/express":"^4.17.17","@types/fs-extra":"^11.0.1","@types/jest":"^29.4.0","@types/node":"^22.0.0","ajv":"^8.17.1","babel-loader":"^10.0.0","body-parser":"^1.20.3","compression":"^1.7.4","eslint":"^9.24.0","eslint-config-prettier":"^10.1.2","express":"^4.21.1","fs-extra":"^11.1.0","gen-esm-wrapper":"^1.1.2","globals":"^16.0.0","jest":"^29.4.3","prettier":"^3.5.3","process":"^0.11.10","puppeteer":"^24.0.0","rimraf":"^6.0.0","source-map-support":"^0.5.21","ts-jest":"^29.0.5","ts-loader":"^9.4.2","ts-node":"^10.9.1","typescript":"^5.8.3","typescript-eslint":"^8.29.1"},"packageManager":"npm@10.9.2"}')
76827
+ module.exports = JSON.parse('{"name":"apify-client","version":"2.13.1-beta.1","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",".":{"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 && jest","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.25.0","@apify/log":"^2.2.6","@apify/utilities":"^2.18.0","@crawlee/types":"^3.3.0","agentkeepalive":"^4.2.1","async-retry":"^1.3.3","axios":"^1.6.7","content-type":"^1.0.5","ow":"^0.28.2","tslib":"^2.5.0","type-fest":"^4.0.0"},"devDependencies":{"@apify/eslint-config":"^1.0.0","@apify/tsconfig":"^0.1.1","@babel/cli":"^7.21.0","@babel/core":"^7.21.0","@babel/preset-env":"^7.20.2","@babel/register":"^7.21.0","@crawlee/puppeteer":"^3.2.2","@rsbuild/core":"^1.3.6","@rsbuild/plugin-node-polyfill":"^1.3.0","@stylistic/eslint-plugin-ts":"^4.2.0","@types/async-retry":"^1.4.5","@types/content-type":"^1.1.5","@types/express":"^4.17.17","@types/fs-extra":"^11.0.1","@types/jest":"^29.4.0","@types/node":"^22.0.0","ajv":"^8.17.1","babel-loader":"^10.0.0","body-parser":"^1.20.3","compression":"^1.7.4","eslint":"^9.24.0","eslint-config-prettier":"^10.1.2","express":"^4.21.1","fs-extra":"^11.1.0","gen-esm-wrapper":"^1.1.2","globals":"^16.0.0","jest":"^29.4.3","prettier":"^3.5.3","process":"^0.11.10","puppeteer":"^24.0.0","rimraf":"^6.0.0","source-map-support":"^0.5.21","ts-jest":"^29.0.5","ts-loader":"^9.4.2","ts-node":"^10.9.1","typescript":"^5.8.3","typescript-eslint":"^8.29.1"},"packageManager":"npm@10.9.2"}')
76830
76828
 
76831
76829
  }),
76832
76830
 
@@ -76920,7 +76918,7 @@ __webpack_require__.hu = (chunkId) => ('' + chunkId + '.' + __webpack_require__.
76920
76918
  })();
76921
76919
  // webpack/runtime/get_full_hash
76922
76920
  (() => {
76923
- __webpack_require__.h = () => ("66eeb361d35e9e36")
76921
+ __webpack_require__.h = () => ("904a3c69e0c688bb")
76924
76922
  })();
76925
76923
  // webpack/runtime/get_main_filename/update manifest
76926
76924
  (() => {