softphone-vendor-headsets 2.3.0-release.2 → 2.3.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vendor-headsets",
3
- "version": "release/v2.3.0",
3
+ "version": "2.3.0",
4
4
  "ecosystem": "pc",
5
5
  "team": "Genesys Client Media (WebRTC)",
6
6
  "indexFiles": [
@@ -623,6 +623,6 @@
623
623
  "file": "3.softhphone-vendor-headsets.js.map"
624
624
  }
625
625
  ],
626
- "build": "2",
627
- "buildDate": "2022-11-03T20:55:22.529112Z"
626
+ "build": "33",
627
+ "buildDate": "2022-11-15T18:45:44.264451Z"
628
628
  }
package/package.json CHANGED
@@ -1,82 +1,80 @@
1
1
  {
2
- "name": "softphone-vendor-headsets",
3
- "version": "2.3.0-release.2",
4
- "author": "Genesys",
5
- "license": "MIT",
6
- "cjs": "dist/cjs/src/library/index.js",
7
- "module": "dist/es/src/library/index.js",
8
- "main": "dist/cjs/src/library/index.js",
9
- "web": "dist/softphone-vendor-headsets.js",
10
- "typings": "dist/es/src/library/index.d.ts",
11
- "files": [
12
- "dist"
13
- ],
14
- "repository": {
15
- "url": "https://github.com/purecloudlabs/softphone-vendor-headsets",
16
- "type": ""
17
- },
18
- "publishConfig": {
19
- "registry": "https://registry.npmjs.org"
20
- },
21
- "scripts": {
22
- "install:all": "npm ci; cd react-app; npm install; cd -",
23
- "build": "npm run build:react && npm run build:src && npm run build:es && npm run build:module",
24
- "build:react": "cd react-app; yarn build",
25
- "build:src": "tsc -p .",
26
- "build:es": "tsc -p . --outDir ./dist/es --target es2015 --module es2015",
27
- "build:module": "webpack --mode production",
28
- "compile:module": "tsc -p ./react-app/tsconfig.json",
29
- "test": "cd react-app; npm run test; cd -",
30
- "test:watch": "cd react-app; npm run test:watch; cd -",
31
- "lint": "eslint -c .eslintrc.json ./react-app/src --ext .ts,.tsx",
32
- "lint:fix": "npm run lint -- --fix"
33
- },
34
- "dependencies": {
35
- "@gnaudio/jabra-js": "^4.0.1",
36
- "browserama": "^3.2.0",
37
- "fetch-jsonp": "^1.2.1",
38
- "rxjs": "^7.4.0",
39
- "strict-event-emitter-types": "^2.0.0",
40
- "utils": "^0.3.1",
41
- "uuid": "^3.4.0",
42
- "whatwg-fetch": "^3.6.2",
43
- "zone.js": "~0.10.2"
44
- },
45
- "devDependencies": {
46
- "@babel/core": "^7.15.5",
47
- "@babel/plugin-proposal-class-properties": "^7.14.5",
48
- "@babel/preset-env": "^7.15.6",
49
- "@babel/preset-typescript": "^7.15.0",
50
- "@types/jest": "^27.5.0",
51
- "@types/lodash": "^4.14.168",
52
- "@types/node": "^12.12.37",
53
- "@types/uuid": "^8.0.0",
54
- "@typescript-eslint/eslint-plugin": "^4.31.1",
55
- "@typescript-eslint/parser": "^4.31.1",
56
- "babel-loader": "^8.1.0",
57
- "cors": "^2.8.5",
58
- "eslint": "^7.32.0",
59
- "express": "^4.17.1",
60
- "http-errors": "^1.8.0",
61
- "husky": "^4.0.10",
62
- "jest-fetch-mock": "^3.0.3",
63
- "morgan": "^1.9.0",
64
- "ts-node": "~7.0.0",
65
- "tslib": "^2.3.1",
66
- "typescript": "^4.1.2",
67
- "webpack": "^4.44.2",
68
- "webpack-cli": "^4.9.1",
69
- "wildstring": "^1.0.9"
70
- },
71
- "husky": {
72
- "hooks": {
73
-
74
- }
75
- },
76
- "prettier": {
77
- "printWidth": 100,
78
- "semi": true,
79
- "singleQuote": true,
80
- "trailingComma": "es5"
81
- }
82
- }
2
+ "name": "softphone-vendor-headsets",
3
+ "version": "2.3.0",
4
+ "author": "Genesys",
5
+ "license": "MIT",
6
+ "cjs": "dist/cjs/src/library/index.js",
7
+ "module": "dist/es/src/library/index.js",
8
+ "main": "dist/cjs/src/library/index.js",
9
+ "web": "dist/softphone-vendor-headsets.js",
10
+ "typings": "dist/es/src/library/index.d.ts",
11
+ "files": [
12
+ "dist"
13
+ ],
14
+ "repository": {
15
+ "url": "https://github.com/purecloudlabs/softphone-vendor-headsets",
16
+ "type": ""
17
+ },
18
+ "publishConfig": {
19
+ "registry": "https://registry.npmjs.org"
20
+ },
21
+ "scripts": {
22
+ "install:all": "npm ci; cd react-app; npm install; cd -",
23
+ "build": "npm run build:react && npm run build:src && npm run build:es && npm run build:module",
24
+ "build:react": "cd react-app; yarn build",
25
+ "build:src": "tsc -p .",
26
+ "build:es": "tsc -p . --outDir ./dist/es --target es2015 --module es2015",
27
+ "build:module": "webpack --mode production",
28
+ "compile:module": "tsc -p ./react-app/tsconfig.json",
29
+ "test": "cd react-app; npm run test; cd -",
30
+ "test:watch": "cd react-app; npm run test:watch; cd -",
31
+ "lint": "eslint -c .eslintrc.json ./react-app/src --ext .ts,.tsx",
32
+ "lint:fix": "npm run lint -- --fix"
33
+ },
34
+ "dependencies": {
35
+ "@gnaudio/jabra-js": "^4.0.1",
36
+ "browserama": "^3.2.0",
37
+ "fetch-jsonp": "^1.2.1",
38
+ "rxjs": "^7.4.0",
39
+ "strict-event-emitter-types": "^2.0.0",
40
+ "utils": "^0.3.1",
41
+ "uuid": "^3.4.0",
42
+ "whatwg-fetch": "^3.6.2",
43
+ "zone.js": "~0.10.2"
44
+ },
45
+ "devDependencies": {
46
+ "@babel/core": "^7.15.5",
47
+ "@babel/plugin-proposal-class-properties": "^7.14.5",
48
+ "@babel/preset-env": "^7.15.6",
49
+ "@babel/preset-typescript": "^7.15.0",
50
+ "@types/jest": "^27.5.0",
51
+ "@types/lodash": "^4.14.168",
52
+ "@types/node": "^12.12.37",
53
+ "@types/uuid": "^8.0.0",
54
+ "@typescript-eslint/eslint-plugin": "^4.31.1",
55
+ "@typescript-eslint/parser": "^4.31.1",
56
+ "babel-loader": "^8.1.0",
57
+ "cors": "^2.8.5",
58
+ "eslint": "^7.32.0",
59
+ "express": "^4.17.1",
60
+ "http-errors": "^1.8.0",
61
+ "husky": "^4.0.10",
62
+ "jest-fetch-mock": "^3.0.3",
63
+ "morgan": "^1.9.0",
64
+ "ts-node": "~7.0.0",
65
+ "tslib": "^2.3.1",
66
+ "typescript": "^4.1.2",
67
+ "webpack": "^4.44.2",
68
+ "webpack-cli": "^4.9.1",
69
+ "wildstring": "^1.0.9"
70
+ },
71
+ "husky": {
72
+ "hooks": {}
73
+ },
74
+ "prettier": {
75
+ "printWidth": 100,
76
+ "semi": true,
77
+ "singleQuote": true,
78
+ "trailingComma": "es5"
79
+ }
80
+ }