@pexip/peer-connection-stats 18.5.3 → 18.5.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 18.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1fff975]
8
+ - Updated dependencies [3963c2e]
9
+ - Updated dependencies [762ebd2]
10
+ - Updated dependencies [4d2da34]
11
+ - @pexip/utils@17.2.0
12
+ - @pexip/signal@16.9.4
13
+
3
14
  ## 18.5.3
4
15
 
5
16
  ### 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.4",
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,8 +45,8 @@
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.4",
49
+ "@pexip/utils": "17.2.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@pexip/bundler": "18.2.0",