@pexip/peer-connection-stats 18.5.3 → 18.5.5

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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## 18.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fb41d4d: Changes related to Typescript V6 Upgrade
8
+ - Updated dependencies [498ff3b]
9
+ - Updated dependencies [fb41d4d]
10
+ - Updated dependencies [b99c070]
11
+ - @pexip/utils@17.3.0
12
+ - @pexip/signal@16.9.5
13
+
14
+ ## 18.5.4
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [1fff975]
19
+ - Updated dependencies [3963c2e]
20
+ - Updated dependencies [762ebd2]
21
+ - Updated dependencies [4d2da34]
22
+ - @pexip/utils@17.2.0
23
+ - @pexip/signal@16.9.4
24
+
3
25
  ## 18.5.3
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@pexip/peer-connection-stats",
3
- "version": "18.5.3",
3
+ "version": "18.5.5",
4
4
  "description": "Normalizer of RTCStats and related",
5
- "homepage": "https://gitlab.com/pexip/zoo",
5
+ "homepage": "https://developer.pexip.com",
6
6
  "bugs": "https://gitlab.com/pexip/zoo/issues",
7
7
  "repository": {
8
8
  "type": "git",
@@ -31,11 +31,11 @@
31
31
  "api-docs"
32
32
  ],
33
33
  "scripts": {
34
- "build": "pexip-bundler build && yarn docs",
35
- "build:sourcemap": "pexip-bundler build --sourcemap && yarn docs",
34
+ "build": "pexip-bundler build",
35
+ "build:sourcemap": "pexip-bundler build --sourcemap",
36
36
  "clean": "rm -fr dist api-docs",
37
37
  "dev": "pexip-bundler dev",
38
- "prepack": "yarn clean && yarn build",
38
+ "prepack": "yarn clean && yarn build && yarn docs",
39
39
  "test": "jest",
40
40
  "tsc": "tsc --noEmit",
41
41
  "check-format": "prettier --ignore-path=../../.prettierignore --check .",
@@ -45,19 +45,19 @@
45
45
  "docs": "typedoc"
46
46
  },
47
47
  "dependencies": {
48
- "@pexip/signal": "16.9.3",
49
- "@pexip/utils": "17.1.3"
48
+ "@pexip/signal": "16.9.5",
49
+ "@pexip/utils": "17.3.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@pexip/bundler": "18.2.0",
52
+ "@pexip/bundler": "18.2.1",
53
53
  "@swc/core": "^1.10.12",
54
54
  "@swc/jest": "^0.2.39",
55
55
  "jest": "^29.5.12",
56
56
  "jest-junit": "^16.0.0",
57
57
  "prettier": "^3.2.5",
58
- "typedoc": "^0.28.15",
59
- "typedoc-plugin-markdown": "^4.9.0",
60
- "typescript": "~5.7.3"
58
+ "typedoc": "^0.28.18",
59
+ "typedoc-plugin-markdown": "^4.11.0",
60
+ "typescript": "~6.0.2"
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public"
@@ -1 +0,0 @@
1
- {"root":["../src/index.ts","../src/statsCollector.ts","../src/statsCollector.types.ts","../src/typeGuards.ts","../src/utils.ts","../src/tests/statsCollector.chrome-inbound-presentation.fixtures.ts","../src/tests/statsCollector.chrome-multiple.fixtures.ts","../src/tests/statsCollector.chrome-outbound-presentation.fixtures.ts","../src/tests/statsCollector.firefox.fixtures.ts","../../../@types/globals.d.ts"],"version":"5.7.3"}