genesys-cloud-webrtc-sdk 9.0.0-develop.122 → 9.0.0

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.
@@ -194,6 +194,6 @@
194
194
  "file": "v9/genesys-cloud-webrtc-sdk.min.js.map"
195
195
  }
196
196
  ],
197
- "build": "122",
198
- "buildDate": "2023-12-14T13:56:23.645222Z"
197
+ "build": "496",
198
+ "buildDate": "2023-12-14T14:51:54.599600Z"
199
199
  }
package/package.json CHANGED
@@ -1,128 +1,126 @@
1
1
  {
2
- "name": "genesys-cloud-webrtc-sdk",
3
- "version": "9.0.0-develop.122",
4
- "description": "client for the interfacing with Genesys Cloud WebRTC",
5
- "repository": "https://github.com/mypurecloud/genesys-cloud-webrtc-sdk",
6
- "license": "MIT",
7
- "publishConfig": {
8
- "registry": "https://registry.npmjs.org/"
9
- },
10
- "cjs": "dist/cjs/index.js",
11
- "module": "dist/es/index.js",
12
- "es:bundle": "dist/es/index.bundle.js",
13
- "main": "dist/cjs/index.js",
14
- "web": "dist/{version}/genesys-cloud-webrtc-sdk.bundle.js",
15
- "typings": "dist/es/index.d.ts",
16
- "files": [
17
- "dist"
18
- ],
19
- "pre-push": [
20
- "test"
21
- ],
22
- "watch": {
23
- "watchy": {
24
- "patterns": [
25
- "src"
26
- ],
27
- "extensions": "ts",
28
- "ignore": "node_modules/**",
29
- "legacyWatch": true,
30
- "delay": 2000
31
- }
32
- },
33
- "scripts": {
34
- "watchy": "npm run build:cjs && npm run build:module",
35
- "watch": "npm-watch watchy",
36
- "prebuild": "rimraf dist",
37
- "build": "ts-node scripts/build.ts",
38
- "build:cjs": "tsc -p .",
39
- "build:es": "tsc -p . --outDir ./dist/es --target es2015 --module es2015",
40
- "build:cdn": "webpack --env.cdn && webpack --env.cdn --env.production",
41
- "build:rollup": "rollup -c",
42
- "build:sample": "./test/test-pages/build.sh",
43
- "build:watch": "tsc -p . && webpack --watch",
44
- "build-run-local": "concurrently \"./test/test-pages/build-dev.sh\" \"npm start\"",
45
- "build-run-gcba": "concurrently \"./test/test-pages/build-gcba.sh\" \"npm start\"",
46
- "start": "stupid-server -s -p 8443",
47
- "start:sample": "npm run build-run-local",
48
- "test": "npm run lint && npm run test:unit",
49
- "test:unit": "NODE_ENV=test jest --runInBand",
50
- "test:watch": "jest --watch --collectCoverage=false --runInBand",
51
- "lint": "eslint -c .eslintrc.json --ext .ts src",
52
- "lint:fix": "npm run lint -- --fix",
53
- "greenkeep": "npx npm-check --update",
54
- "codecov": "codecov"
55
- },
56
- "author": "",
57
- "dependencies": {
58
- "@babel/runtime": "^7.12.5",
59
- "@babel/runtime-corejs3": "^7.12.5",
60
- "backoff-web": "^1.0.1",
61
- "browserama": "^3.1.1",
62
- "core-js": "^3.7.0",
63
- "genesys-cloud-client-logger": "^4.2.6",
64
- "genesys-cloud-streaming-client": "^16.2.0",
65
- "jwt-decode": "^3.1.2",
66
- "lodash": "^4.17.15",
67
- "process-fast": "^1.0.0",
68
- "rxjs": "^7.5.5",
69
- "safe-json-stringify": "^1.2.0",
70
- "softphone-vendor-headsets": "^2.4.3",
71
- "strict-event-emitter-types": "^2.0.0",
72
- "typescript": "^4.0.5",
73
- "uuid": "^3.4.0"
74
- },
75
- "devDependencies": {
76
- "@babel/core": "^7.12.3",
77
- "@babel/plugin-proposal-class-properties": "^7.12.1",
78
- "@babel/plugin-transform-property-mutators": "^7.12.1",
79
- "@babel/plugin-transform-runtime": "^7.12.1",
80
- "@babel/preset-env": "^7.12.1",
81
- "@babel/preset-typescript": "^7.12.1",
82
- "@rollup/plugin-commonjs": "^22.0.0-1",
83
- "@rollup/plugin-node-resolve": "^13.0.6",
84
- "@types/jest": "^26.0.15",
85
- "@types/lodash": "^4.14.165",
86
- "@types/nock": "^11.1.0",
87
- "@types/node": "^15.12.0",
88
- "@types/safe-json-stringify": "^1.1.0",
89
- "@types/uuid": "^3.4.9",
90
- "@types/webrtc": "^0.0.30",
91
- "@types/ws": "^7.2.9",
92
- "@typescript-eslint/eslint-plugin": "^4.29.3",
93
- "@typescript-eslint/parser": "^4.29.3",
94
- "axios-mock-adapter": "^1.22.0",
95
- "babel-jest": "^26.6.3",
96
- "babel-loader": "^8.0.6",
97
- "babel-plugin-istanbul": "^6.0.0",
98
- "babel-preset-env": "^1.7.0",
99
- "babelify": "^10.0.0",
100
- "broadcast-channel": "^4.9.0",
101
- "codecov": "^3.8.1",
102
- "concurrently": "^5.1.0",
103
- "crypto": "^1.0.1",
104
- "eslint": "^7.32.0",
105
- "eslint-plugin-import": "^2.24.2",
106
- "eslint-plugin-jsdoc": "^36.0.8",
107
- "jest": "^26.6.3",
108
- "npm-watch": "^0.11.0",
109
- "pre-push": "^0.1.1",
110
- "purecloud-platform-client-v2": "^116.0.0",
111
- "rimraf": "^3.0.0",
112
- "rollup": "^2.60.2",
113
- "rollup-plugin-polyfill-node": "^0.8.0",
114
- "stupid-server": "^0.2.5",
115
- "ts-jest": "^26.4.4",
116
- "ts-node": "^10.2.1",
117
- "uglify-js": "^3.11.5",
118
- "vinyl-buffer": "^1.0.1",
119
- "vinyl-source-stream": "^2.0.0",
120
- "watch": "^1.0.2",
121
- "webpack": "^4.35.3",
122
- "webpack-cli": "^3.3.5",
123
- "ws": "^7.4.0"
124
- },
125
- "false": {
126
-
2
+ "name": "genesys-cloud-webrtc-sdk",
3
+ "version": "9.0.0",
4
+ "description": "client for the interfacing with Genesys Cloud WebRTC",
5
+ "repository": "https://github.com/mypurecloud/genesys-cloud-webrtc-sdk",
6
+ "license": "MIT",
7
+ "publishConfig": {
8
+ "registry": "https://registry.npmjs.org/"
9
+ },
10
+ "cjs": "dist/cjs/index.js",
11
+ "module": "dist/es/index.js",
12
+ "es:bundle": "dist/es/index.bundle.js",
13
+ "main": "dist/cjs/index.js",
14
+ "web": "dist/{version}/genesys-cloud-webrtc-sdk.bundle.js",
15
+ "typings": "dist/es/index.d.ts",
16
+ "files": [
17
+ "dist"
18
+ ],
19
+ "pre-push": [
20
+ "test"
21
+ ],
22
+ "watch": {
23
+ "watchy": {
24
+ "patterns": [
25
+ "src"
26
+ ],
27
+ "extensions": "ts",
28
+ "ignore": "node_modules/**",
29
+ "legacyWatch": true,
30
+ "delay": 2000
127
31
  }
128
- }
32
+ },
33
+ "scripts": {
34
+ "watchy": "npm run build:cjs && npm run build:module",
35
+ "watch": "npm-watch watchy",
36
+ "prebuild": "rimraf dist",
37
+ "build": "ts-node scripts/build.ts",
38
+ "build:cjs": "tsc -p .",
39
+ "build:es": "tsc -p . --outDir ./dist/es --target es2015 --module es2015",
40
+ "build:cdn": "webpack --env.cdn && webpack --env.cdn --env.production",
41
+ "build:rollup": "rollup -c",
42
+ "build:sample": "./test/test-pages/build.sh",
43
+ "build:watch": "tsc -p . && webpack --watch",
44
+ "build-run-local": "concurrently \"./test/test-pages/build-dev.sh\" \"npm start\"",
45
+ "build-run-gcba": "concurrently \"./test/test-pages/build-gcba.sh\" \"npm start\"",
46
+ "start": "stupid-server -s -p 8443",
47
+ "start:sample": "npm run build-run-local",
48
+ "test": "npm run lint && npm run test:unit",
49
+ "test:unit": "NODE_ENV=test jest --runInBand",
50
+ "test:watch": "jest --watch --collectCoverage=false --runInBand",
51
+ "lint": "eslint -c .eslintrc.json --ext .ts src",
52
+ "lint:fix": "npm run lint -- --fix",
53
+ "greenkeep": "npx npm-check --update",
54
+ "codecov": "codecov"
55
+ },
56
+ "author": "",
57
+ "dependencies": {
58
+ "@babel/runtime": "^7.12.5",
59
+ "@babel/runtime-corejs3": "^7.12.5",
60
+ "backoff-web": "^1.0.1",
61
+ "browserama": "^3.1.1",
62
+ "core-js": "^3.7.0",
63
+ "genesys-cloud-client-logger": "^4.2.6",
64
+ "genesys-cloud-streaming-client": "^16.2.0",
65
+ "jwt-decode": "^3.1.2",
66
+ "lodash": "^4.17.15",
67
+ "process-fast": "^1.0.0",
68
+ "rxjs": "^7.5.5",
69
+ "safe-json-stringify": "^1.2.0",
70
+ "softphone-vendor-headsets": "^2.4.3",
71
+ "strict-event-emitter-types": "^2.0.0",
72
+ "typescript": "^4.0.5",
73
+ "uuid": "^3.4.0"
74
+ },
75
+ "devDependencies": {
76
+ "@babel/core": "^7.12.3",
77
+ "@babel/plugin-proposal-class-properties": "^7.12.1",
78
+ "@babel/plugin-transform-property-mutators": "^7.12.1",
79
+ "@babel/plugin-transform-runtime": "^7.12.1",
80
+ "@babel/preset-env": "^7.12.1",
81
+ "@babel/preset-typescript": "^7.12.1",
82
+ "@rollup/plugin-commonjs": "^22.0.0-1",
83
+ "@rollup/plugin-node-resolve": "^13.0.6",
84
+ "@types/jest": "^26.0.15",
85
+ "@types/lodash": "^4.14.165",
86
+ "@types/nock": "^11.1.0",
87
+ "@types/node": "^15.12.0",
88
+ "@types/safe-json-stringify": "^1.1.0",
89
+ "@types/uuid": "^3.4.9",
90
+ "@types/webrtc": "^0.0.30",
91
+ "@types/ws": "^7.2.9",
92
+ "@typescript-eslint/eslint-plugin": "^4.29.3",
93
+ "@typescript-eslint/parser": "^4.29.3",
94
+ "axios-mock-adapter": "^1.22.0",
95
+ "babel-jest": "^26.6.3",
96
+ "babel-loader": "^8.0.6",
97
+ "babel-plugin-istanbul": "^6.0.0",
98
+ "babel-preset-env": "^1.7.0",
99
+ "babelify": "^10.0.0",
100
+ "broadcast-channel": "^4.9.0",
101
+ "codecov": "^3.8.1",
102
+ "concurrently": "^5.1.0",
103
+ "crypto": "^1.0.1",
104
+ "eslint": "^7.32.0",
105
+ "eslint-plugin-import": "^2.24.2",
106
+ "eslint-plugin-jsdoc": "^36.0.8",
107
+ "jest": "^26.6.3",
108
+ "npm-watch": "^0.11.0",
109
+ "pre-push": "^0.1.1",
110
+ "purecloud-platform-client-v2": "^116.0.0",
111
+ "rimraf": "^3.0.0",
112
+ "rollup": "^2.60.2",
113
+ "rollup-plugin-polyfill-node": "^0.8.0",
114
+ "stupid-server": "^0.2.5",
115
+ "ts-jest": "^26.4.4",
116
+ "ts-node": "^10.2.1",
117
+ "uglify-js": "^3.11.5",
118
+ "vinyl-buffer": "^1.0.1",
119
+ "vinyl-source-stream": "^2.0.0",
120
+ "watch": "^1.0.2",
121
+ "webpack": "^4.35.3",
122
+ "webpack-cli": "^3.3.5",
123
+ "ws": "^7.4.0"
124
+ },
125
+ "false": {}
126
+ }