media-devices 0.4.1-rc.1 → 0.5.0

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 +4 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## [UNRELEASED]
8
8
 
9
+ ## [0.5.0] - 2024-04-28
10
+
9
11
  ### Changed
10
12
 
11
13
  - Reworked the build process to avoid an unmaintained plugin which affects how TypeScript definitions are published.
@@ -65,7 +67,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65
67
  - A device list-diffing implementation of `ondevicechange`.
66
68
  - Support detection via `supportsMediaDevices()`.
67
69
 
68
- [Unreleased]: https://github.com/PsychoLlama/media-devices/compare/v0.4.0...HEAD
70
+ [Unreleased]: https://github.com/PsychoLlama/media-devices/compare/v0.5.0...HEAD
71
+ [0.5.0]: https://github.com/PsychoLlama/media-devices/compare/v0.4.0...v0.5.0
69
72
  [0.4.0]: https://github.com/PsychoLlama/media-devices/compare/v0.3.0...v0.4.0
70
73
  [0.3.0]: https://github.com/PsychoLlama/media-devices/compare/v0.2.0...v0.3.0
71
74
  [0.2.0]: https://github.com/PsychoLlama/media-devices/compare/v0.1.0...v0.2.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "media-devices",
3
3
  "description": "Easily manage media devices in the browser.",
4
- "version": "0.4.1-rc.1",
4
+ "version": "0.5.0",
5
5
  "license": "MIT",
6
6
  "author": "Jesse Gibson <JesseTheGibson@gmail.com>",
7
7
  "repository": "github:PsychoLlama/media-devices",
@@ -84,8 +84,8 @@
84
84
  },
85
85
  "devDependencies": {
86
86
  "@types/jest": "29.5.12",
87
- "@typescript-eslint/eslint-plugin": "7.3.1",
88
- "@typescript-eslint/parser": "7.3.1",
87
+ "@typescript-eslint/eslint-plugin": "7.7.1",
88
+ "@typescript-eslint/parser": "7.7.1",
89
89
  "eslint": "8.57.0",
90
90
  "husky": "9.0.11",
91
91
  "jest": "29.7.0",
@@ -93,8 +93,8 @@
93
93
  "lint-staged": "15.2.2",
94
94
  "prettier": "3.2.5",
95
95
  "ts-jest": "29.1.2",
96
- "typescript": "5.4.3",
97
- "vite": "5.2.6",
96
+ "typescript": "5.4.5",
97
+ "vite": "5.2.10",
98
98
  "vite-plugin-dts": "^3.7.3"
99
99
  }
100
100
  }