softphone-vendor-headsets 2.5.4 → 2.5.5-develop.59

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": "2.5.4",
3
+ "version": "develop",
4
4
  "ecosystem": "pc",
5
5
  "team": "Client Streaming and Signaling",
6
6
  "indexFiles": [
@@ -713,6 +713,6 @@
713
713
  "file": "3.softhphone-vendor-headsets.js.map"
714
714
  }
715
715
  ],
716
- "build": "51",
717
- "buildDate": "2024-11-13T19:40:39.915606106Z"
716
+ "build": "59",
717
+ "buildDate": "2024-11-13T20:47:11.257726627Z"
718
718
  }
package/package.json CHANGED
@@ -1,81 +1,83 @@
1
1
  {
2
- "name": "softphone-vendor-headsets",
3
- "version": "2.5.4",
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.2.1",
36
- "@vbet/webhid-sdk": "^1.4.0",
37
- "browserama": "^3.2.0",
38
- "fetch-jsonp": "^1.2.1",
39
- "rxjs": "^7.4.0",
40
- "strict-event-emitter-types": "^2.0.0",
41
- "uuid": "^9.0.1",
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": "^9.0.7",
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-jest": "^29.1.1",
65
- "ts-node": "~7.0.0",
66
- "tslib": "^2.3.1",
67
- "typescript": "^4.1.2",
68
- "webpack": "^4.44.2",
69
- "webpack-cli": "^4.9.1",
70
- "wildstring": "^1.0.9"
71
- },
72
- "husky": {
73
- "hooks": {}
74
- },
75
- "prettier": {
76
- "printWidth": 100,
77
- "semi": true,
78
- "singleQuote": true,
79
- "trailingComma": "es5"
80
- }
81
- }
2
+ "name": "softphone-vendor-headsets",
3
+ "version": "2.5.5-develop.59",
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.2.1",
36
+ "@vbet/webhid-sdk": "^1.4.0",
37
+ "browserama": "^3.2.0",
38
+ "fetch-jsonp": "^1.2.1",
39
+ "rxjs": "^7.4.0",
40
+ "strict-event-emitter-types": "^2.0.0",
41
+ "uuid": "^9.0.1",
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": "^9.0.7",
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-jest": "^29.1.1",
65
+ "ts-node": "~7.0.0",
66
+ "tslib": "^2.3.1",
67
+ "typescript": "^4.1.2",
68
+ "webpack": "^4.44.2",
69
+ "webpack-cli": "^4.9.1",
70
+ "wildstring": "^1.0.9"
71
+ },
72
+ "husky": {
73
+ "hooks": {
74
+
75
+ }
76
+ },
77
+ "prettier": {
78
+ "printWidth": 100,
79
+ "semi": true,
80
+ "singleQuote": true,
81
+ "trailingComma": "es5"
82
+ }
83
+ }