sip-connector 6.22.1 → 6.22.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sip-connector",
3
- "version": "6.22.1",
3
+ "version": "6.22.3",
4
4
  "description": "Module for connect to Vinteo server",
5
5
  "keywords": [
6
6
  "webrtc",
@@ -47,7 +47,6 @@
47
47
  ],
48
48
  "scripts": {
49
49
  "build": "vite build",
50
- "commitlint": "commitlint --edit",
51
50
  "lint": "yarn lint:js && yarn lint:ts",
52
51
  "lint:js": "eslint src --ext ts,tsx --ignore-path .gitignore --report-unused-disable-directives --max-warnings 0",
53
52
  "lint:ts": "tsc",
@@ -78,7 +77,7 @@
78
77
  "@commitlint/config-conventional": "^18.6.0",
79
78
  "@nabla/vite-plugin-eslint": "^2.0.2",
80
79
  "@types/debug": "^4.1.12",
81
- "@types/jest": "^29.5.11",
80
+ "@types/jest": "^29.5.12",
82
81
  "@typescript-eslint/eslint-plugin": "^6.20.0",
83
82
  "@typescript-eslint/parser": "^6.20.0",
84
83
  "cross-env": "^7.0.3",
@@ -92,13 +91,13 @@
92
91
  "eslint-plugin-jest": "^27.6.3",
93
92
  "eslint-plugin-prettier": "^5.1.3",
94
93
  "eslint-plugin-unicorn": "^50.0.1",
95
- "husky": "^9.0.7",
94
+ "husky": "^9.0.10",
96
95
  "jest": "^29.7.0",
97
96
  "jest-environment-jsdom": "^29.7.0",
98
97
  "jest-extended": "^4.0.2",
99
98
  "jest-junit": "^16.0.0",
100
99
  "lint-staged": "^15.2.1",
101
- "prettier": "^3.2.4",
100
+ "prettier": "^3.2.5",
102
101
  "standard-version": "^9.5.0",
103
102
  "ts-jest": "^29.1.2",
104
103
  "ts-node": "^10.9.2",
@@ -113,9 +112,7 @@
113
112
  "@krivega/jssip": "^3.22.0",
114
113
  "debug": "^4.3.4",
115
114
  "events-constructor": "^1.2.2",
116
- "stack-promises": "^1.0.2",
117
- "ts-debounce": "^4.0.0",
118
- "webrtc-mock": "^1.0.2"
115
+ "ts-debounce": "^4.0.0"
119
116
  },
120
117
  "main:src": "src/index.ts"
121
118
  }