@pexip/peer-connection-stats 18.6.0 → 18.6.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/CHANGELOG.md +17 -0
- package/package.json +6 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 18.6.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [8b563f5]
|
|
8
|
+
- @pexip/utils@17.5.0
|
|
9
|
+
|
|
10
|
+
## 18.6.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 265c898: Migrate test runner from Jest to Vitest.
|
|
15
|
+
- Updated dependencies [5a17991]
|
|
16
|
+
- Updated dependencies [265c898]
|
|
17
|
+
- @pexip/utils@17.4.1
|
|
18
|
+
- @pexip/signal@16.9.6
|
|
19
|
+
|
|
3
20
|
## 18.6.0
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip/peer-connection-stats",
|
|
3
|
-
"version": "18.6.
|
|
3
|
+
"version": "18.6.2",
|
|
4
4
|
"description": "Normalizer of RTCStats and related",
|
|
5
5
|
"homepage": "https://developer.pexip.com",
|
|
6
6
|
"bugs": "https://gitlab.com/pexip/zoo/issues",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"clean": "rm -fr dist api-docs",
|
|
37
37
|
"dev": "pexip-bundler dev",
|
|
38
38
|
"prepack": "yarn clean && yarn build && yarn docs",
|
|
39
|
-
"test": "
|
|
39
|
+
"test": "pexip-bundler test",
|
|
40
40
|
"tsc": "tsc --noEmit",
|
|
41
41
|
"check-format": "prettier --ignore-path=../../.prettierignore --check .",
|
|
42
42
|
"format": "prettier --ignore-path=../../.prettierignore --write .",
|
|
@@ -45,17 +45,13 @@
|
|
|
45
45
|
"docs": "typedoc"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@pexip/signal": "16.9.
|
|
49
|
-
"@pexip/utils": "17.
|
|
48
|
+
"@pexip/signal": "16.9.6",
|
|
49
|
+
"@pexip/utils": "17.5.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@pexip/bundler": "18.
|
|
53
|
-
"@swc/core": "^1.15.33",
|
|
54
|
-
"@swc/jest": "^0.2.39",
|
|
55
|
-
"jest": "^29.5.12",
|
|
56
|
-
"jest-junit": "^16.0.0",
|
|
52
|
+
"@pexip/bundler": "18.3.0",
|
|
57
53
|
"prettier": "^3.2.5",
|
|
58
|
-
"typedoc": "^0.28.
|
|
54
|
+
"typedoc": "^0.28.20",
|
|
59
55
|
"typedoc-plugin-markdown": "^4.11.0",
|
|
60
56
|
"typescript": "~6.0.2"
|
|
61
57
|
},
|