@pitcher/js-api 1.26.0-beta.10 → 1.26.0-beta.11
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/js-api.esm.js +1 -1
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +9 -9
- package/js-api.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/npm-cache/_cacache/content-v2/sha512/3e/27/b4826de89487d07340c5facfb59a809827e65850e472a2d853f7f72dbfc2b4ce5b453253d8c1b11077f5dccb02ea418d8708e7f3f52f756f276b663740a3 +0 -0
- package/npm-cache/_cacache/content-v2/sha512/64/5a/421e053f6177ae9816e985e900126bd7808f16ec0cc5f58c3e082c79c37d1610e6d493c0b99e4d09224e84ad12bcefb46b8f4cabd04d0f397fa8a5b999e3 +0 -0
- package/npm-cache/_cacache/index-v5/ef/db/1a303888dee96dbf0872b6eb0b16af940d57c22846114d55ac441140c1a2 +0 -3
- package/npm-cache/_logs/2025-12-12T08_06_50_883Z-debug-0.log +0 -1194
- package/npm-cache/_logs/2025-12-12T08_20_34_296Z-debug-0.log +0 -1218
package/js-api.esm.js
CHANGED
|
@@ -3453,7 +3453,7 @@ class LowLevelApi extends EventEmitter {
|
|
|
3453
3453
|
throw new Error("unsupported response status");
|
|
3454
3454
|
}
|
|
3455
3455
|
};
|
|
3456
|
-
const shouldSkipSnakeCase =
|
|
3456
|
+
const shouldSkipSnakeCase = RAW_PAYLOAD_METHODS.includes(type);
|
|
3457
3457
|
const payload = shouldSkipSnakeCase ? cloneDeep(body) : cloneDeep(snakeCaseKeys(body));
|
|
3458
3458
|
this.callbacks[id] = {
|
|
3459
3459
|
dispatched_at: Date.now(),
|