Skip to content

Commit

Permalink
Updated release files for barge api revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Ngan committed Aug 11, 2023
1 parent 90b114c commit 4da7e36
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-connect-streams",
"version": "2.6.0",
"version": "2.6.1",
"description": "Amazon Connect Streams Library",
"engines": {
"node": ">=12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion release/connect-streams-dr-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/connect-streams-dr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/connect-streams-min.js

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions release/connect-streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,18 +275,24 @@
'connecting',
'connected',
'hold',
'disconnected'
'disconnected',
'silent_monitor',
'barge'
]);
connect.ConnectionStatusType = connect.ConnectionStateType;

connect.CONNECTION_ACTIVE_STATES = connect.set([
connect.ConnectionStateType.CONNECTING,
connect.ConnectionStateType.CONNECTED,
connect.ConnectionStateType.HOLD
connect.ConnectionStateType.HOLD,
connect.ConnectionStateType.SILENT_MONITOR,
connect.ConnectionStateType.BARGE
]);

connect.CONNECTION_CONNECTED_STATES = connect.set([
connect.ConnectionStateType.CONNECTED
connect.ConnectionStateType.CONNECTED,
connect.ConnectionStateType.SILENT_MONITOR,
connect.ConnectionStateType.BARGE
]);

/*----------------------------------------------------------------
Expand Down Expand Up @@ -26291,7 +26297,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;// AWS SDK for JavaScript v2.1377.0

connect.core = {};
connect.core.initialized = false;
connect.version = "2.6.0";
connect.version = "2.6.1";
connect.outerContextStreamsVersion = null;
connect.DEFAULT_BATCH_SIZE = 500;

Expand Down

0 comments on commit 4da7e36

Please sign in to comment.