Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit

Permalink
version 1.4.1
Browse files Browse the repository at this point in the history
Add `callMethodAllChunks` to export default object
  • Loading branch information
RuslanMelnychenko committed Mar 25, 2021
1 parent e4ed31d commit b2975bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ export default {
callMethod,
callBatch,
callMethodAll,
callMethodAllChunks,
callBind,
callUnbind,
userOption,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bx24-api",
"description": "Interface for using official Bitrix JavaScript library",
"version": "1.4.0",
"version": "1.4.1",
"main": "index.js",
"keywords": [
"bitrix",
Expand Down

0 comments on commit b2975bd

Please sign in to comment.