apify-client 2.23.2-beta.2 → 2.23.2-beta.3
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 +3 -3
- package/dist/bundle.js.map +1 -1
- package/dist/http_client.js +1 -1
- package/dist/http_client.js.map +1 -1
- package/dist/resource_clients/key_value_store.js +1 -1
- package/dist/resource_clients/key_value_store.js.map +1 -1
- package/dist/utils.js +2 -2
- package/dist/utils.js.map +1 -1
- package/package.json +8 -11
package/dist/bundle.js
CHANGED
|
@@ -15154,7 +15154,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
15154
15154
|
else if (typeof value === 'string') contentType = 'text/plain; charset=utf-8';
|
|
15155
15155
|
else contentType = 'application/json; charset=utf-8';
|
|
15156
15156
|
}
|
|
15157
|
-
const isContentTypeJson =
|
|
15157
|
+
const isContentTypeJson = contentType.startsWith('application/json');
|
|
15158
15158
|
if (isContentTypeJson && !isValueStreamOrBuffer && typeof value !== 'string') {
|
|
15159
15159
|
try {
|
|
15160
15160
|
value = JSON.stringify(value, null, 2);
|
|
@@ -18020,7 +18020,7 @@ function isStream(value) {
|
|
|
18020
18020
|
function getVersionData() {
|
|
18021
18021
|
if (true) {
|
|
18022
18022
|
return {
|
|
18023
|
-
version: "2.23.2-beta.
|
|
18023
|
+
version: "2.23.2-beta.3"
|
|
18024
18024
|
};
|
|
18025
18025
|
}
|
|
18026
18026
|
// eslint-disable-next-line
|
|
@@ -26615,7 +26615,7 @@ const isIterable = (thing) => thing != null && isFunction(thing[iterator]);
|
|
|
26615
26615
|
},
|
|
26616
26616
|
8330(module) {
|
|
26617
26617
|
"use strict";
|
|
26618
|
-
module.exports = JSON.parse('{"name":"apify-client","version":"2.23.2-beta.
|
|
26618
|
+
module.exports = JSON.parse('{"name":"apify-client","version":"2.23.2-beta.3","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":"pnpm clean && pnpm build:node && pnpm 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 tsconfig.tsbuildinfo","test":"pnpm build && vitest run","test:bundling":"pnpm build && pnpm --prefix=./test/bundling run bundle:all","lint":"oxlint --type-aware","lint:fix":"oxlint --type-aware --fix","tsc-check-tests":"tsc --noEmit --project test/tsconfig.json","format":"prettier --write .","format:check":"prettier --check .","build:node":"tsc","build:browser":"rsbuild build","preinstall":"npx only-allow pnpm"},"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/oxlint-config":"^0.2.5","@apify/tsconfig":"^0.1.2","@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","@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.4","express":"^5.0.0","gen-esm-wrapper":"^1.1.2","oxlint":"1.62.0","oxlint-tsgolint":"0.22.0","prettier":"^3.5.3","puppeteer":"^24.0.0","rimraf":"^6.0.0","rolldown":"^1.0.0-rc.4","typescript":"^5.8.3","vitest":"^4.0.16","webpack":"^5.105.2","webpack-cli":"^7.0.0"},"packageManager":"pnpm@10.24.0"}')
|
|
26619
26619
|
|
|
26620
26620
|
},
|
|
26621
26621
|
|