Skip to content

Commit

Permalink
update package version (#561)
Browse files Browse the repository at this point in the history
* update package version in package.json

* Update package-lock.json

* replace "STREAM_VERSION" with correct version (e.g. "v2.0.0") when building the release. (#555)

* updating release files

Co-authored-by: Manabu Shinsaka <[email protected]>
  • Loading branch information
martin-greenberg and shinsaka authored Apr 19, 2022
1 parent 7d8547e commit 09f0343
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "2.1.1",
"description": "Amazon Connect Streams Library",
"engines": {
"node": ">=12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion release/connect-streams-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/connect-streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -23961,7 +23961,7 @@ AWS.apiLoader.services['sts']['2011-06-15'] = require('../apis/sts-2011-06-15.mi

connect.core = {};
connect.core.initialized = false;
connect.version = "STREAMS_VERSION";
connect.version = "2.1.1";
connect.DEFAULT_BATCH_SIZE = 500;

var CCP_SYN_TIMEOUT = 1000; // 1 sec
Expand Down

0 comments on commit 09f0343

Please sign in to comment.