genesys-cloud-streaming-client 14.2.2-develop.25 → 14.2.2
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/deploy-info.json +2 -2
- package/dist/npm/CHANGELOG.md +4 -1
- package/package.json +113 -115
package/dist/deploy-info.json
CHANGED
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.2.
|
|
7
|
+
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.2.2...HEAD)
|
|
8
|
+
|
|
9
|
+
# [v14.2.2](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.2.1...v14.2.2)
|
|
8
10
|
* [PCM-1993](https://inindca.atlassian.net/browse/PCM-1993) - Handled `reject` messages and treat the corresponding session as handled
|
|
9
11
|
|
|
12
|
+
|
|
10
13
|
# [v14.2.1](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.2.0...v14.2.1)
|
|
11
14
|
* [PCM-1988](https://inindca.atlassian.net/browse/PCM-1988) – Add jidResource support for jwt tokens.
|
|
12
15
|
* [PCM-1992](https://inindca.atlassian.net/browse/PCM-1992) – Update to the latest logger so unsent logs get preserved.
|
package/package.json
CHANGED
|
@@ -1,117 +1,115 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"author": "",
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"@babel/runtime-corejs3": "^7.10.4",
|
|
54
|
-
"axios": "^0.27.2",
|
|
55
|
-
"backoff-web": "^1.0.1",
|
|
56
|
-
"browserama": "^3.2.0",
|
|
57
|
-
"core-js": "^3.6.5",
|
|
58
|
-
"debounce-promise": "^3.1.2",
|
|
59
|
-
"genesys-cloud-client-logger": "^4.2.0",
|
|
60
|
-
"limiter": "^1.1.0",
|
|
61
|
-
"lodash.throttle": "^4.1.1",
|
|
62
|
-
"lru-cache": "^6.0.0",
|
|
63
|
-
"stanza": "^12.17.2",
|
|
64
|
-
"strict-event-emitter-types": "^2.0.0",
|
|
65
|
-
"unorm": "^1.6.0",
|
|
66
|
-
"uuid": "^8.3.0",
|
|
67
|
-
"webrtc-stats-gatherer": "^9.0.3",
|
|
68
|
-
"whatwg-fetch": "^3.0.0",
|
|
69
|
-
"wildemitter": "^1.2.1"
|
|
70
|
-
},
|
|
71
|
-
"devDependencies": {
|
|
72
|
-
"@babel/core": "^7.12.0",
|
|
73
|
-
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
74
|
-
"@babel/plugin-proposal-decorators": "^7.10.5",
|
|
75
|
-
"@babel/plugin-transform-runtime": "^7.12.0",
|
|
76
|
-
"@babel/preset-env": "^7.12.0",
|
|
77
|
-
"@babel/preset-typescript": "^7.10.4",
|
|
78
|
-
"@babel/register": "^7.8.6",
|
|
79
|
-
"@babel/runtime": "^7.12.0",
|
|
80
|
-
"@rollup/plugin-commonjs": "^22.0.0-1",
|
|
81
|
-
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
82
|
-
"@types/jest": "^26.0.3",
|
|
83
|
-
"@types/lodash.throttle": "^4.1.6",
|
|
84
|
-
"@types/nock": "^11.1.0",
|
|
85
|
-
"@types/node": "^14.6.2",
|
|
86
|
-
"@types/uuid": "^8.3.0",
|
|
87
|
-
"atob": "^2.1.2",
|
|
88
|
-
"babel-jest": "^26.1.0",
|
|
89
|
-
"babel-loader": "^8.1.0",
|
|
90
|
-
"btoa": "^1.2.1",
|
|
91
|
-
"jest": "^26.1.0",
|
|
92
|
-
"jest-mock-axios": "^4.6.1",
|
|
93
|
-
"nock": "^13.0.4",
|
|
94
|
-
"npm-run-all": "^4.1.5",
|
|
95
|
-
"npm-watch": "^0.10.0",
|
|
96
|
-
"pre-push": "^0.1.1",
|
|
97
|
-
"process-fast": "^1.0.0",
|
|
98
|
-
"rimraf": "^3.0.2",
|
|
99
|
-
"rollup": "^2.26.11",
|
|
100
|
-
"rollup-plugin-polyfill-node": "^0.8.0",
|
|
101
|
-
"semistandard": "^13.0.1",
|
|
102
|
-
"stupid-server": "^0.2.5",
|
|
103
|
-
"ts-jest": "^26.3.0",
|
|
104
|
-
"ts-node": "^9.0.0",
|
|
105
|
-
"tslint": "^6.1.3",
|
|
106
|
-
"tslint-config-semistandard": "^8.0.1",
|
|
107
|
-
"typescript": "~4.1.0",
|
|
108
|
-
"webpack": "^4.35.3",
|
|
109
|
-
"webpack-auto-inject-version": "^1.2.2",
|
|
110
|
-
"webpack-bundle-analyzer": "^3.8.0",
|
|
111
|
-
"webpack-cli": "^3.3.5",
|
|
112
|
-
"webpack-node-externals": "^2.5.0"
|
|
113
|
-
},
|
|
114
|
-
"false": {
|
|
115
|
-
|
|
2
|
+
"name": "genesys-cloud-streaming-client",
|
|
3
|
+
"version": "14.2.2",
|
|
4
|
+
"description": "client for the Genesys Cloud Streaming APIs (websocket/xmpp interface)",
|
|
5
|
+
"repository": "https:github.com/purecloudlabs/genesys-cloud-streaming-client",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"publishConfig": {
|
|
8
|
+
"registry": "https://registry.npmjs.org/"
|
|
9
|
+
},
|
|
10
|
+
"main": "dist/npm/index.js",
|
|
11
|
+
"module": "dist/es/index.js",
|
|
12
|
+
"rollup:bundle": "dist/es/index.bundle.js",
|
|
13
|
+
"web": "dist/streaming-client.browser.js",
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
17
|
+
"pre-push": [
|
|
18
|
+
"test"
|
|
19
|
+
],
|
|
20
|
+
"types": "dist/es/index.d.ts",
|
|
21
|
+
"scripts": {
|
|
22
|
+
"prebuild": "rimraf dist",
|
|
23
|
+
"build": "ts-node scripts/build",
|
|
24
|
+
"clean": "rimraf dist",
|
|
25
|
+
"compile": "tsc -p .",
|
|
26
|
+
"compile:module": "tsc -p . --outDir ./dist/es --target es2015 --module es2015",
|
|
27
|
+
"compile:rollup": "rollup -c rollup.config.js",
|
|
28
|
+
"compile:webpack": "webpack --mode production",
|
|
29
|
+
"compile:webpack:ie": "webpack --env.ie --mode production",
|
|
30
|
+
"test": "npm run lint && npm run test:unit",
|
|
31
|
+
"test:unit": "jest --runInBand",
|
|
32
|
+
"test:watch": "jest --watch --runInBand --collectCoverage=false",
|
|
33
|
+
"lint": "tslint --project . --config tslint.json",
|
|
34
|
+
"lint:fix": "npm run lint -- --fix",
|
|
35
|
+
"start": "run-p start:watch start:server",
|
|
36
|
+
"start:watch": "npm-watch build",
|
|
37
|
+
"start:sync": "npm run build && npm run start:server",
|
|
38
|
+
"start:server": "stupid-server -s"
|
|
39
|
+
},
|
|
40
|
+
"watch": {
|
|
41
|
+
"build": {
|
|
42
|
+
"patterns": [
|
|
43
|
+
"src"
|
|
44
|
+
],
|
|
45
|
+
"extensions": "ts",
|
|
46
|
+
"ignore": "node_modules/**",
|
|
47
|
+
"legacyWatch": true,
|
|
48
|
+
"delay": 1000
|
|
116
49
|
}
|
|
117
|
-
}
|
|
50
|
+
},
|
|
51
|
+
"author": "",
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"@babel/runtime-corejs3": "^7.10.4",
|
|
54
|
+
"axios": "^0.27.2",
|
|
55
|
+
"backoff-web": "^1.0.1",
|
|
56
|
+
"browserama": "^3.2.0",
|
|
57
|
+
"core-js": "^3.6.5",
|
|
58
|
+
"debounce-promise": "^3.1.2",
|
|
59
|
+
"genesys-cloud-client-logger": "^4.2.0",
|
|
60
|
+
"limiter": "^1.1.0",
|
|
61
|
+
"lodash.throttle": "^4.1.1",
|
|
62
|
+
"lru-cache": "^6.0.0",
|
|
63
|
+
"stanza": "^12.17.2",
|
|
64
|
+
"strict-event-emitter-types": "^2.0.0",
|
|
65
|
+
"unorm": "^1.6.0",
|
|
66
|
+
"uuid": "^8.3.0",
|
|
67
|
+
"webrtc-stats-gatherer": "^9.0.3",
|
|
68
|
+
"whatwg-fetch": "^3.0.0",
|
|
69
|
+
"wildemitter": "^1.2.1"
|
|
70
|
+
},
|
|
71
|
+
"devDependencies": {
|
|
72
|
+
"@babel/core": "^7.12.0",
|
|
73
|
+
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
74
|
+
"@babel/plugin-proposal-decorators": "^7.10.5",
|
|
75
|
+
"@babel/plugin-transform-runtime": "^7.12.0",
|
|
76
|
+
"@babel/preset-env": "^7.12.0",
|
|
77
|
+
"@babel/preset-typescript": "^7.10.4",
|
|
78
|
+
"@babel/register": "^7.8.6",
|
|
79
|
+
"@babel/runtime": "^7.12.0",
|
|
80
|
+
"@rollup/plugin-commonjs": "^22.0.0-1",
|
|
81
|
+
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
82
|
+
"@types/jest": "^26.0.3",
|
|
83
|
+
"@types/lodash.throttle": "^4.1.6",
|
|
84
|
+
"@types/nock": "^11.1.0",
|
|
85
|
+
"@types/node": "^14.6.2",
|
|
86
|
+
"@types/uuid": "^8.3.0",
|
|
87
|
+
"atob": "^2.1.2",
|
|
88
|
+
"babel-jest": "^26.1.0",
|
|
89
|
+
"babel-loader": "^8.1.0",
|
|
90
|
+
"btoa": "^1.2.1",
|
|
91
|
+
"jest": "^26.1.0",
|
|
92
|
+
"jest-mock-axios": "^4.6.1",
|
|
93
|
+
"nock": "^13.0.4",
|
|
94
|
+
"npm-run-all": "^4.1.5",
|
|
95
|
+
"npm-watch": "^0.10.0",
|
|
96
|
+
"pre-push": "^0.1.1",
|
|
97
|
+
"process-fast": "^1.0.0",
|
|
98
|
+
"rimraf": "^3.0.2",
|
|
99
|
+
"rollup": "^2.26.11",
|
|
100
|
+
"rollup-plugin-polyfill-node": "^0.8.0",
|
|
101
|
+
"semistandard": "^13.0.1",
|
|
102
|
+
"stupid-server": "^0.2.5",
|
|
103
|
+
"ts-jest": "^26.3.0",
|
|
104
|
+
"ts-node": "^9.0.0",
|
|
105
|
+
"tslint": "^6.1.3",
|
|
106
|
+
"tslint-config-semistandard": "^8.0.1",
|
|
107
|
+
"typescript": "~4.1.0",
|
|
108
|
+
"webpack": "^4.35.3",
|
|
109
|
+
"webpack-auto-inject-version": "^1.2.2",
|
|
110
|
+
"webpack-bundle-analyzer": "^3.8.0",
|
|
111
|
+
"webpack-cli": "^3.3.5",
|
|
112
|
+
"webpack-node-externals": "^2.5.0"
|
|
113
|
+
},
|
|
114
|
+
"false": {}
|
|
115
|
+
}
|